Commit Graph

  • e9becfa669 - PWG_CHARSET, DB_CHARSET and DB_COLLATE... utf-8 ready rvelices 2007-10-09 01:43:29 +00:00
  • 98b07a4a7f - some code refactoring before upgrade to utf (only cosmetic at this point...) rvelices 2007-10-08 23:46:09 +00:00
  • a15cc194b9 merge revisions 2121, 2122 and 2123 from trunk to branch-1_7 - function str2url is compatible with utf-8 - removed some old code (useless) - remove str_translate_to_ascii7bits and lang_table_translate_ascii7bits - mail subject and address names can contain accentuated characters rvelices 2007-10-08 23:13:56 +00:00
  • 5132cc1f87 Resolved 0000759: email unique for each user rub 2007-10-06 06:41:18 +00:00
  • 924733b9f0 - function str2url is compatible with utf-8 - removed some old code (useless) rvelices 2007-10-05 22:56:22 +00:00
  • f045ffd132 - remove str_translate_to_ascii7bits and lang_table_translate_ascii7bits rvelices 2007-10-05 22:46:10 +00:00
  • c4a4ea4806 - mail subject and address names can contain accentuated characters (completely obsoleted str_translate_to_ascii7bits and lang_table_translate_ascii7bits but not yet removed from code) rvelices 2007-10-04 04:39:59 +00:00
  • d446a221cd merge rev 2119 from trunk - bug 755: admin permalinks page - fix category field sort - web service functions: 1 fix and 3 optimizations rvelices 2007-10-03 23:38:37 +00:00
  • fb9abe8fea - bug 755: admin permalinks page - fix category field sort - web service functions: 1 fix and 3 optimizations rvelices 2007-10-03 23:36:21 +00:00
  • 530e3e6974 - merge r 2117 from trunk (render_category_description and render_category_literal_description events refactoring) - fix admin multiview plugin rvelices 2007-10-02 05:42:22 +00:00
  • 2889cbc4eb - render_category_description and render_category_literal_description events refactoring rvelices 2007-10-02 05:38:54 +00:00
  • 00d39fe8ba - css change tabsheet is nicer than before (especially IE7); also tested in FF2 and IE6 rvelices 2007-10-01 23:39:21 +00:00
  • f7196c793a Resolved 0000759: email unique for each user rub 2007-10-01 22:07:47 +00:00
  • f8e8bdf05b 0000749: Add an option to add new elements to caddie when synchronize database. Add a redirection on index.php after "add to caddie action" (like on picture.php) patdenice 2007-10-01 15:56:42 +00:00
  • 58977351dd 0000749: Add an option to add new elements to caddie when synchronize database. Add a redirection on index.php after "add to caddie action" (like on picture.php) patdenice 2007-10-01 15:46:04 +00:00
  • 7948d1871d Change initialization of $filter in order to prevent of problem with some systems rub 2007-09-29 22:38:49 +00:00
  • eebf773586 Change initialization of $filter in order to prevent of problem with some systems rub 2007-09-29 22:36:00 +00:00
  • 77c7083eec Next of commit 2109 Change translation is best of change language keyword. rub 2007-09-29 10:01:54 +00:00
  • 88ab0eb7cd 0000740: English sentence in French advices and other languages minor corrections. vdigital 2007-09-28 16:12:29 +00:00
  • 3013832c4b - remove unused css for IE7 - fix admin view plugin (due to a recent change elsewhere) - remove an echo from admin/stats.php rvelices 2007-09-28 02:22:57 +00:00
  • a3b23df6ef - admin, comments and tags pages include page_header later in the code (as in picture and index) allowing plugins to change the header until the very end - fix in admin.php : picture_modify requires cache invalidation - fix in site_update.php : some echo func calls changed to $template->output .= ... - upgraded prototype.js to latest version 1.5.1.1 rvelices 2007-09-27 22:46:17 +00:00
  • 08bc6015a7 Resolved 0000580: Send mail by define smtp configuration rub 2007-09-25 21:52:00 +00:00
  • f1f4e4386c Resolved 0000580: Send mail by define smtp configuration rub 2007-09-25 21:49:21 +00:00
  • 1a55452a4f Resolved 0000748: Name configuration of all the tables rub 2007-09-21 21:23:09 +00:00
  • 7a267ee7f0 0000421 : call a function to create empty local files during install and upgrade Avoid log errors patdenice 2007-09-21 09:12:45 +00:00
  • b4a1fa0312 0000421 : call a function to create empty local files during install and upgrade Avoid log errors patdenice 2007-09-21 09:06:00 +00:00
  • 179106efaf - removed unused code from the calendar - removed some unused css rules, simplified css a bit and made some rule grouping (nothing important) rvelices 2007-09-20 23:45:23 +00:00
  • c5970aba22 merge -r 2099 from branch-1_7 to trunk + fix typo (replace get_cookie_var with set_cookie_var) - fix very rare sql error (duplicate key) for rating rvelices 2007-09-20 04:33:10 +00:00
  • 94cd8b4fbb - fix very rare sql error (duplicate key) for rating rvelices 2007-09-20 01:00:16 +00:00
  • 11567fb57b 0000734: bug on tags edition Useless functions removed patdenice 2007-09-19 06:49:39 +00:00
  • fc19598a8e 0000734: bug on tags edition Useless functions removed patdenice 2007-09-19 06:47:41 +00:00
  • e74e456749 Resolved 0000748: Name configuration of all the tables Resolved 0000750: Check anomalies after upgrade (Feature proposition) rub 2007-09-19 05:26:58 +00:00
  • 131cf74ba4 merge -r 2094 from branch-1_7 to trunk - fix: quick search error if the query term contained " or ' - optimized sql query in sync_users (called every time on admin page) - a lot faster when #user_cache_categories is big - added function Template->delete_block_vars (opposite of assign_block_vars) rvelices 2007-09-19 03:23:19 +00:00
  • bb07324f76 - fix: quick search error if the query term contained " or ' - optimized sql query in sync_users (called every time on admin page) - a lot faster when #user_cache_categories is big - added function Template->delete_block_vars (opposite of assign_block_vars) rvelices 2007-09-19 03:06:16 +00:00
  • b2c5c04c6a 0000734: bug on tags edition patdenice 2007-09-18 17:53:05 +00:00
  • b34b7c6b28 0000734: bug on tags edition patdenice 2007-09-18 16:41:36 +00:00
  • 08aa93a93b - merge content of layout.css and popuphelp.css (very few lines) into existing css -> faster page loading the first time (avoid 2 http requests) - optimized sql for $conf['display_fromto'] in category_cats.inc.php rvelices 2007-09-13 23:30:46 +00:00
  • 98c804aba2 feature 731: permissions at image level - possibility to change image level from picture_modify - language change "Public" to "---" - possibility to sort users by level on user_list page rvelices 2007-09-13 01:06:34 +00:00
  • 69d0dae55d merge -r2088 from branch-1_7 to trunk - urls used in http redirections must not be html escaped (eg. should use & instead of &) rvelices 2007-09-12 04:01:54 +00:00
  • 0a8cfa318a urls used in http redirections must not be html escaped (eg. should use & instead of &) rvelices 2007-09-12 03:52:16 +00:00
  • 9aa5052f6d bug 376: improved get_available_tags sql queries for large databases rvelices 2007-09-12 03:37:01 +00:00
  • f647fc4f26 Resolved 0000744: pwg_log: image_type is always null rub 2007-09-11 21:37:42 +00:00
  • 160fdcf517 Resolved 0000744: pwg_log: image_type is always null rub 2007-09-11 21:36:02 +00:00
  • 92f80e5d79 feature 731: permissions at image level - this is the first version - I wait for feedback before changing help files rvelices 2007-09-11 02:24:51 +00:00
  • 45fde2cc6b Resolved 0000738: Double port on url rub 2007-08-30 05:32:37 +00:00
  • fad95e6522 Resolved 0000738: Double port on url rub 2007-08-30 05:30:19 +00:00
  • b85685c752 0000735: Hits were displayed twice on Most visited (manual merge) vdigital 2007-08-27 19:08:54 +00:00
  • 61f2646d4e 0000735: Hits were displayed twice on Most visited vdigital 2007-08-27 18:28:42 +00:00
  • 5c13d6a8f1 Resolved 0000728: Add description triggers for categories and elements rub 2007-08-25 23:10:12 +00:00
  • 9d91210e41 Resolved 0000728: Add description triggers for categories and elements rub 2007-08-25 23:08:02 +00:00
  • 7142203c4e Issue 0000729 : Distant Site on http://members.lycos.co.uk/ laurent.duretz 2007-08-11 11:21:37 +00:00
  • 5e5dc77f9e Issue : 0000729: Distant Site on http://members.lycos.co.uk/ laurent.duretz 2007-08-11 11:20:14 +00:00
  • 18072ce5e6 Issue 0000727: create_listing_file.php n'assigne pas la miniature aux fichiers non images laurent.duretz 2007-07-25 19:03:01 +00:00
  • cd9e784e75 Issue 0000727: create_listing_file.php n'assigne pas la miniature aux fichiers non images laurent.duretz 2007-07-25 18:58:48 +00:00
  • 8d50ba3fac Revised to repsect HTML conformity and to remove a minor bug on template. Only the real administrator template is used for the Controller page. vdigital 2007-07-25 10:48:28 +00:00
  • d958a19ed5 Resolved 0000726: script_basename returns bad result rub 2007-07-24 19:16:02 +00:00
  • 94c265d0cd Resolved 0000726: script_basename returns bad result rub 2007-07-24 19:14:11 +00:00
  • 7f480b6ec6 merge -r2069 from branch-1_7 to trunk added 2 events: get_categories_menu_sql_where and get_html_menu_category in order to allow personalisation of the category menu rvelices 2007-07-19 23:45:57 +00:00
  • e78758a25c added 2 events: get_categories_menu_sql_where and get_html_menu_category in order to allow personalisation of the category menu rvelices 2007-07-19 23:39:43 +00:00
  • 26d643fbe8 Move translations on good version block rub 2007-07-19 20:12:31 +00:00
  • 027d0c8846 Resolved issue 0000725: Check integrity rub 2007-07-19 20:03:17 +00:00
  • 11ebaa2c2a Resolved issue 0000725: Check integrity rub 2007-07-19 19:52:09 +00:00
  • b879e17424 Resolved issue 0000725: Check integrity rub 2007-07-18 22:48:50 +00:00
  • ec6395c911 - merge -r2063 from branch-1_7 to trunk - admin language and help file correction rvelices 2007-07-12 00:06:16 +00:00
  • 2221b4e4e6 admin language and help file correction rvelices 2007-07-12 00:00:53 +00:00
  • 71d516d1f2 merge r2061 from branch 1.7 to trunk feature 719 : Split purge history link into Purge summary and Purge details. - add a confirmation box when purging history rvelices 2007-07-10 22:00:36 +00:00
  • b21a954e29 719 : Split purge history link into Purge summary and Purge details. - add a confirmation box when purging history rvelices 2007-07-10 21:58:24 +00:00
  • c83520ffe1 Change headers with team email rub 2007-07-10 05:35:56 +00:00
  • bbd2ddd142 Change headers with team email rub 2007-07-10 05:30:01 +00:00
  • 7183b5dffe Resolved issue 0000718: Add method "concat_var_from_handle" in template class rub 2007-07-10 05:09:05 +00:00
  • 6fb6cf516f Rename trigger name loc_before_* by loc_begin_* rub 2007-07-10 05:06:01 +00:00
  • e7130ac18c Resolved issue 0000718: Add method "concat_var_from_handle" in template class rub 2007-07-09 22:13:12 +00:00
  • f3b1fed9c6 Resolved issue 0000717: guest must be guest rub 2007-07-07 09:23:04 +00:00
  • 28a8e83485 Resolved issue 0000717: guest must be guest rub 2007-07-07 09:22:11 +00:00
  • c946500244 merge r2052 from branch-1_7 to trunk - fix set_status_header for fastCGI installations that are strict in terms of http protocol (1.0 or 1.1) rvelices 2007-07-07 02:10:11 +00:00
  • c281046fca - fix set_status_header for fastCGI installations that are strict in terms of http protocol (1.0 or 1.1) rvelices 2007-07-06 01:04:50 +00:00
  • 1463bf2295 Resolved issue 0000715: Fix bad format of email with name contains special character. rub 2007-07-02 06:38:45 +00:00
  • 3d6fc7d9ea Resolved issue 0000715: Best fix bad format of email with name contains special character. rub 2007-07-02 06:36:53 +00:00
  • 30532b2186 Resolved issue 0000715: Fix bad format of email with name contains special character. rub 2007-07-02 06:26:44 +00:00
  • 182a8f45db - fix help files - feature 695 added action loc_user_profile_updated in profile.php - added event allow_increment_element_hit_count in picture.php rvelices 2007-06-30 01:40:19 +00:00
  • 12af0a0079 feature 713: allow permalinks to contain the slash ("/") character rvelices 2007-06-28 02:16:03 +00:00
  • 009970bb92 - when gallery is locked, the status header is set to 503 (Service unavailable) - small improvement in admin template (text near checkboxes goes inside <label> element) rvelices 2007-06-27 22:50:36 +00:00
  • 9decd4b30f removed the quick search text in the menubar (above the input) rvelices 2007-06-26 01:23:39 +00:00
  • 134c91774f merge 2043 from trunk to branch-1_7 quick search results improvement: elements with the same relevance are ordered using the global order_by rvelices 2007-06-23 19:42:56 +00:00
  • 6118c54835 quick search results improvement: elements with the same relevance are ordered using the global order_bye rvelices 2007-06-23 19:40:38 +00:00
  • 94a89e8f10 Resolved issue 0000711: Add triggers and template block in order to add quickly new informations rub 2007-06-22 21:05:37 +00:00
  • a8150ba6a2 Resolved issue 0000711: Add triggers and template block in order to add quickly new informations rub 2007-06-22 21:02:55 +00:00
  • 97703aa9de Resolved issue 0000708: Error on synchronization rub 2007-06-21 21:00:09 +00:00
  • 843d56e38e Error on my last commit 2038 rub 2007-06-21 20:55:49 +00:00
  • ebf2bba815 Resolved issue 0000708: Error on synchronization rub 2007-06-21 20:49:45 +00:00
  • abb62a97e2 Add directories to ignore list rub 2007-06-19 05:28:19 +00:00
  • 36e0f8a4b1 Enhancement for the plugin development: o Add footer block o Add useful triggers on template object rub 2007-06-13 05:17:22 +00:00
  • 58dc3aa595 Enhancement for the plugin development: o Add footer block o Add useful triggers on template object rub 2007-06-13 05:14:54 +00:00
  • 106c39d7bd Bug 0000705: Upload error with incomplete URL. + Broken link in Admin/intro.php vdigital 2007-06-12 22:00:59 +00:00
  • 174417b8cf Bug 0000705: Upload error with incomplete URL. + Broken link in Admin/intro.php vdigital 2007-06-12 21:52:46 +00:00
  • e8c396c06b Resolved issue 0000489: Mail address obligatory rub 2007-06-10 22:01:18 +00:00
  • fcb3c824a0 Resolved issue 0000702: Code Injection with picture comment rub 2007-06-07 18:52:40 +00:00
  • 3fbc92f61e Resolved issue 0000702: Code Injection with picture comment rub 2007-06-07 18:50:25 +00:00
  • 182fb00f8f Resolved issue 0000697: with generic user a author name is necessary to comment picture. rub 2007-06-05 22:01:15 +00:00
  • a42b553c48 update: some more files to save before upgrading chrisaga 2007-06-02 11:00:55 +00:00