Commit Graph

  • 37c05655ee bug 596: Comments can be entered on non commentable images rvelices 2006-11-30 23:46:12 +00:00
  • 636e77b04c some language cleanup rvelices 2006-11-29 04:18:11 +00:00
  • 47580bcdb9 added some code comments for quick/query search rvelices 2006-11-29 01:50:39 +00:00
  • 3787fb6743 bug fixed: searching $search array twice in get_regular_search_results was useless and buggy because $search_id was not existing in this function. plegall 2006-11-23 23:40:50 +00:00
  • 5de8aeafad feature 440: send mail to admin when comment is entered rvelices 2006-11-22 04:41:25 +00:00
  • f3db3ef388 - action.php makes use of Last-Modified and If-Modified-Since HTTP headers - renamed $conf['disble_plugins'] to $conf['enable_plugins'] rvelices 2006-11-22 02:57:41 +00:00
  • a557904d2a language cleanup (removed duplicate messages and use {lang:} instead of template->assign_var) rvelices 2006-11-22 02:49:58 +00:00
  • 32a7950e9d Resolved Issue ID 0000587: o Not uniform use of lang['login'] and lang['Username'] rub 2006-11-20 22:55:45 +00:00
  • 650c3ce50a Resolved Issue ID 0000587: o Not uniform use of lang['login'] and lang['Username'] rub 2006-11-20 22:52:28 +00:00
  • b068137ddc - plugins can have full control over the path/url of the element/image/ thumbnail/high (it is possible now to have secure images, on the fly watermarking, mod download and media integrator plugins working together in any combination and without touching PWG core) rvelices 2006-11-17 04:26:10 +00:00
  • 57ee203e29 fix: phpWGOpenWindow was not working because of popup blocker in IE and FF if the image was not in the cache rvelices 2006-11-17 04:20:07 +00:00
  • 31e312028c - bug fix: comments_forall and category commentable were not checked during POST and a comment could be inserted - feature 524: anti-spam: - check number of links - check ip address against spamhaus.org block list - action when comment is qualified spam (needs validation or reject) - so far everything is in the config file rvelices 2006-11-16 03:31:57 +00:00
  • 221d839769 completely replaced get_thumbnail_src it get_thumbnail_url or get_thumbnail_path rvelices 2006-11-15 04:25:12 +00:00
  • c8a07e4c0b fix potential incompatibility with events directly in the template (use attachEvent instead of onfocus) rvelices 2006-11-15 02:16:30 +00:00
  • 651ed1a626 forgot small icon. rvelices 2006-11-14 02:56:40 +00:00
  • 6a314e6375 feature 479: when more than 3 tags selected, be able to remove one tag from the multiple tags rvelices 2006-11-14 02:53:24 +00:00
  • 998385c48d plugins: added actions for register_user, delete_categories, delete_elements and delete_user rvelices 2006-11-14 00:51:15 +00:00
  • 724671b669 git-svn-id: http://piwigo.org/svn/trunk@1604 68402e56-0260-453c-a942-63ccdbb3a9ee rvelices 2006-11-10 01:10:42 +00:00
  • fa3f60efc0 Stable release required modifications: don't show version and generation time in footer, don't check the upgrade feed, don't die on sql errors. 1.6.2 plegall 2006-11-09 22:26:28 +00:00
  • 97a95b8990 Release 1.6.2 creation. plegall 2006-11-09 22:15:26 +00:00
  • 1233f248ed New: upgrade script from 1.6.0 (or 1.6.1) to 1.6.2. #user_infos.auto_login_key is added in upgrade_1.6.0.php instead of upgrade_1.5.0.php. plegall 2006-11-09 22:13:33 +00:00
  • e5e776a263 - comments.php improvements: - unvalidated comments are shown only for administrators - added delete/validate icons for admins - removed some unused code - display of comment content performed through an event - replace some get_thumbnail_src with get_thumbnail_url rvelices 2006-11-08 04:28:30 +00:00
  • e44f0b0154 - merge category_recent_cats and category_subcats into category_cats (a lot of common code,and now representative selection works for recent cats...) - some replacements of get_thumbnail_src with get_thumbnail_url rvelices 2006-11-08 03:01:28 +00:00
  • 8f52e36a6f - deprecated get_thumbnail_src (still there for compatibility). use rather get_thumbnail_path or get_thumbnail_url (these allow plugins to override) - plugins can hook into index thumbnail display (items only so far) rvelices 2006-11-07 03:37:57 +00:00
  • eb4214096f - added trigger_action in menubar and page_tail (begin and end) - small cosmetic change in menubar to simplify life for some plugin features rvelices 2006-11-07 00:55:36 +00:00
  • e4606c00b0 Bug fixed: #users.auto_login_key moved to #user_infos.auto_login_key because table users does not contain information specificaly related to PhpWebGallery. With auto_login_key field in #users, external authentication won't work. plegall 2006-11-06 22:55:38 +00:00
  • 967f476b6b Typo fixed: remove information related to #users.auto_login_key in a script that does nothing to this new column (confusing when greping the files of the project) plegall 2006-11-06 22:23:46 +00:00
  • 0428fbe288 removed 3 never used functions rvelices 2006-11-03 01:26:31 +00:00
  • ac7f71bf1e Resolved Issue ID 0000575: o Missing Help on screen Groups List/Group Management rub 2006-11-02 23:11:43 +00:00
  • bce8b9f680 plugins last modifications + events are triggered now from picture.php rvelices 2006-11-01 05:54:35 +00:00
  • 525c9bc40a fix: get_filename_wo_extension (check for ===false) and template make_filename improvement: can retrieve template output outside the template rvelices 2006-11-01 05:04:24 +00:00
  • 5aeff9b233 plugins compatible with php4 rvelices 2006-10-31 06:06:42 +00:00
  • a26ec603b9 template improvement: added merge_block_vars method (instead of creating a new block iteration, it merges given variables with the last block). This is a trick available to plugins (it will avoid calling trigger_event every 2 lines). rvelices 2006-10-31 03:39:39 +00:00
  • 8c4cb2d09a bug 571: getimagesize error (missing PHPWG_ROOT_PATH) rvelices 2006-10-31 02:49:16 +00:00
  • b84bfc6cba bug 571: getimagesize error (missing PHPWG_ROOT_PATH) rvelices 2006-10-31 02:48:39 +00:00
  • a81bac0f15 plugins go now in the #plugins table rvelices 2006-10-31 02:41:32 +00:00
  • 9c3e182268 Resolved Issue ID 0000526: o Add default group to new user rub 2006-10-30 23:34:31 +00:00
  • a0e981198d Resolved Issue ID 0000526: o Add default group to new user rub 2006-10-29 13:42:19 +00:00
  • 2433a7cb54 Resolved Issue ID 0000526: o Add default group to new user rub 2006-10-29 10:36:54 +00:00
  • 2b3bc579e4 - plugins can add now their page to the admin page - new plugin (event_tracer) that demonstrate it and useful to see all calls to trigger_event rvelices 2006-10-27 00:25:02 +00:00
  • 5cce84ff1c fix: make_filename for absolute path under windows (c:\) improvement: you don't have to call assign_block_vars('a' before calling assign_block_vars('a.b' rvelices 2006-10-27 00:21:15 +00:00
  • 12182ddcfe plugins: first prototype version rvelices 2006-10-26 03:35:20 +00:00
  • b8cf9d8fd9 merge -r1563 from trunk to branch-1_6 comments.php: cleanup url (t=1 in the url for an unknown reason) and image urls work now with all url styles rvelices 2006-10-24 04:04:27 +00:00
  • 9e770f68a3 fix a previous upgrade (username column was not binary) rvelices 2006-10-24 00:38:20 +00:00
  • 0fdfd9081a fix a previous upgrade (username column was binary) rvelices 2006-10-24 00:37:38 +00:00
  • decab460c0 Resolved Issue ID 0000567: o Don't add <BR> for categories with description including <script> rub 2006-10-21 22:00:57 +00:00
  • 641d335cff merge -r1568 from trunk to branch-1_6 (auto_login/redirect corrections) rvelices 2006-10-21 20:16:01 +00:00
  • 258fa3b40c Resolved Issue ID 0000356: o Increase security on adviser mode rub 2006-10-21 12:28:07 +00:00
  • 8d7aa23a8e **** ERROR ON COMMIT *** Commit including test code! rub 2006-10-21 12:13:11 +00:00
  • bc7b433457 Resolved Issue ID 0000356: o Increase security on adviser mode rub 2006-10-21 12:07:00 +00:00
  • eaacbc7b2d - put back config['session_length'] disappeared in r1493 but has always been used in the code (generates mysql errors on session garbage collector) - fix auto_login (die mysql when session timed out, but user has remember) - when a user reconnects from identification.php, the remember cookie was not deleted - fix all redirect warnings/errors (many changes - mainly in common.inc.php and user.inc.php) - reduced $conf['remember_me_length'] to 60 days, because now at each auto login the 60 days countdown restarts rvelices 2006-10-20 02:17:53 +00:00
  • dbadd4defb put back the redirect function as it was in branch 1.6 (still not working perfectly with the auto_login) rvelices 2006-10-19 21:53:18 +00:00
  • 2a8b727d4b feature 563: send an email to admin when new user registers (optional) rvelices 2006-10-19 21:33:43 +00:00
  • af621d40d4 feature 564: logs in the history table each user login feature 562: possibility to log page visits for any combination of administrators/users/guests rvelices 2006-10-19 00:41:07 +00:00
  • 939cfe5e4b comments.php: cleanup url (t=1 in the url for an unknown reason) and image urls work now with all url styles rvelices 2006-10-17 02:03:14 +00:00
  • 6a3aed2057 bug 560: merge r1561 to trunk - url issue when $conf['picture_url_style']='file' and filename is numeric or numeric followed by - rvelices 2006-10-13 01:00:54 +00:00
  • 60866f64c8 bug 560: url issue when $conf['picture_url_style']='file' and filename is numeric or numeric followed by - rvelices 2006-10-13 00:31:29 +00:00
  • 8a179eb5da Resolved Issue ID 0000556: o Error on Save a High Definition Picture stored on distant site rub 2006-10-10 21:23:06 +00:00
  • ec6f50bbfb Resolved Issue ID 0000556: o Error on Save a High Definition Picture stored on distant site rub 2006-10-10 21:20:57 +00:00
  • 3c6dcdf754 bug 549: fix uninitialized variable PHP warning in calendar rvelices 2006-10-08 17:03:49 +00:00
  • e330841a31 bug 549: fix uninitialized variable PHP warning in calendar rvelices 2006-10-08 17:02:48 +00:00
  • d5b1c1be9e Fix bug 451: Auto login does not work properly svn merge r1492:1493 from trunk svn merge r1510:1511 from trunk svn merge r1521:1522 from trunk svn merge r1523:1524 from trunk svn merge r1525:1526 from trunk auto_login key add to users table: - add update script - update upgrade_1.5.0.php script nikrou 2006-10-04 20:50:20 +00:00
  • cbf63ed4e2 Fix bug 451: Auto login does not work properly svn merge r1492:1493 from trunk svn merge r1510:1511 from trunk svn merge r1521:1522 from trunk svn merge r1523:1524 from trunk svn merge r1525:1526 from trunk auto_login key add to users table: - add update script - update upgrade_1.5.0.php script nikrou 2006-10-04 20:48:18 +00:00
  • 31e12d0cc0 Resolved Issue ID 0000544: o Error on download HD picture rub 2006-09-20 21:24:34 +00:00
  • 5b8f59202c Resolved Issue ID 0000544: o Error on download HD picture rub 2006-09-20 21:20:34 +00:00
  • 2122def464 corrected links in RSS feed rvelices 2006-09-19 04:43:10 +00:00
  • 516df145c3 RSS feed improvements: - send 404 when feed id missing/unknown - added a guid element for each feed item (make the difference between 2 different 0/1 items - they have the same link element) - don't update last_check unless some news are available - new images/updated albums removed from the 0/1 feed item - added 5 different feed items for new images/updated albums (generated by grouping post date) with more information, thumbnails and links rvelices 2006-09-18 22:51:09 +00:00
  • fc19eb794d merge -r 1547 from branch-1_6 to Alligator bug 539: link to picture_modify.php instead of picture.php in rating page rvelices 2006-09-18 21:07:42 +00:00
  • daec750912 bug 539: link to picture_modify.php instead of picture.php in rating page rvelices 2006-09-18 21:04:49 +00:00
  • b489391c99 Modification: change current version from "%PWGVERSION%" to "Alligator". "Alligator" is the name of the trunk until next stable branch. plegall 2006-08-26 13:46:33 +00:00
  • 9734846371 Resolved Issue ID 0000516: o $lang_info not declared rub 2006-08-24 10:12:02 +00:00
  • 12c7694371 Resolved Issue ID 0000516: o $lang_info not declared rub 2006-08-24 10:09:41 +00:00
  • 3b3e417daf ability to add content to html head elements rvelices 2006-08-17 01:56:14 +00:00
  • d7ba4d77fe added number of tags, image-tag associations and image-category association on the main admin page rvelices 2006-08-16 04:30:35 +00:00
  • 48c6d7e8a4 feature 519: quick search (first version) rvelices 2006-08-15 02:06:06 +00:00
  • bc1f5319b1 fix bug 518: anyone can delete or validate a comment comment_id must be int: use of intval function to use it in the query. nikrou 2006-08-14 20:57:50 +00:00
  • 8c9741dd56 fix bug 518: anyone can delete or validate a comment comment_id must be int: use of intval function to use it in the query. nikrou 2006-08-14 20:56:10 +00:00
  • fdf392c07d Remove duplicate line! $headers.= 'Reply-To: '.$from."\n"; rub 2006-08-11 22:42:29 +00:00
  • f784cae815 Resolved Issue ID 0000516: o Charset not defined on mail headers (Content-Type) o Add too others important Content-Type informations rub 2006-08-11 22:41:06 +00:00
  • 33c34a9900 Resolved Issue ID 0000516: o Charset not defined on mail headers (Content-Type) o Add too others important Content-Type informations rub 2006-08-11 22:37:22 +00:00
  • e097dba6a6 Resolved Issue ID 0000507: o format of email o max_execution_time equal to 0 o -f with only adress mail o use of standard function get_webmaster_mail_address rub 2006-08-09 22:10:12 +00:00
  • 8eef1c34ae Resolved Issue ID 0000507: o format of email o max_execution_time equal to 0 o -f with only adress mail o use of standard function get_webmaster_mail_address rub 2006-08-09 22:05:29 +00:00
  • 9d38573074 fix bug 510: missing permission link svn merge -r1527:1528 from branch 1.6 into trunk nikrou 2006-08-09 12:34:55 +00:00
  • 6e57923946 fix bug 510: missing permission link nikrou 2006-08-09 12:33:14 +00:00
  • e37424d1c1 line (error_log('...')) not wanted: debug nikrou 2006-08-08 06:54:57 +00:00
  • 5ae82cf8d4 bug 451 fixed: in auto_login function slashes must be remove before unserializing data contains in remember cookie nikrou 2006-08-07 13:39:19 +00:00
  • e730b6fb27 merge -r1522:1523 from branch 1.6 to trunk (Bugs 122 and 475 : Crash on big remote site update) laurent.duretz 2006-08-03 18:40:09 +00:00
  • 4a354ba64a fix bug 451: password.php and register.php must be accessible when user is guest even if guest user is not allowed. nikrou 2006-08-02 21:19:15 +00:00
  • 5c344d40ef Bugs 122 and 475 : Crash on big remote site update laurent.duretz 2006-08-02 18:14:53 +00:00
  • 3723a95a6c fix bug 451: when guest access in not allowed identification.php script try to redirect to himself ad infinitum. nikrou 2006-08-01 13:33:21 +00:00
  • 7cdf66abf0 Resolved Issue ID 0000495. o Quotes and slashes are not correct on mail content rub 2006-07-31 22:32:23 +00:00
  • 72c3d9a6cd Resolved Issue ID 0000495. o Quotes and slashes are not correct on mail content rub 2006-07-31 22:28:31 +00:00
  • 27aa4d6bfc Resolved Issue ID 0000474 (Step 3): o Remove .htaccess files o Undo svn:1505 rub 2006-07-31 22:18:32 +00:00
  • 8723b9cf29 improve caddie display : better checkbox positionning in every tested browsers. Opera still not perfect , but much better. chrisaga 2006-07-29 16:26:52 +00:00
  • d4dffe6e04 File install/db/27-database.php should be named 22.6-database.php because we are here on a stable branch. plegall 2006-07-29 13:48:44 +00:00
  • 1df4860c0b merge from trunk r1514:1515 into branch 1.6 (better fix bug 484) chrisaga 2006-07-29 10:02:32 +00:00
  • 7e35acd1cd fix bug 484 : (again) fix rateButtons display broken by svn:1491 fix radio and checkbox display with Opera and IE (related to bug 490) chrisaga 2006-07-29 09:57:24 +00:00
  • b6bfe70021 merge from trunk r1512:1513 into branch 1.6 (better fix for bug 490) chrisaga 2006-07-29 08:23:27 +00:00
  • 9c8639640e fix bug 490 (better fix) no absolute sizes for input fields, but they are shorter in IE chrisaga 2006-07-29 08:18:23 +00:00
  • 7fdd547b1a revert to svn:1507 block refresh is used in slideshows nikrou 2006-07-28 14:07:57 +00:00