Commit Graph

  • 39c2bfb3b1 Improvement issue 0000319: Add new item on page administration/maintenance. This item allow to repair and optimize database rub 2006-03-28 21:05:12 +00:00
  • 3a6aac1e57 url rewrite: add category.php for url backward compatibility rvelices 2006-03-28 02:29:13 +00:00
  • 8b3328e7ed moved category.php to index.php rvelices 2006-03-28 02:16:34 +00:00
  • 2ea96d5a96 URL rewrite: rename category.php to index.php (commit required before svn move) rvelices 2006-03-28 01:37:14 +00:00
  • 7690f9bb8b fix: php 5 errors and warnings rvelices 2006-03-28 01:26:37 +00:00
  • 51a4de797c improvement issue 0000127&0000301: o Fix Missing Adviser tests o Improve pwg_high , set to is_the_guest default value for enabled_high rub 2006-03-27 21:19:31 +00:00
  • d63d25a61d [NBM] Step 4: Screen NBM is available o Add news parameters o Add file functions_notification_by_mail.inc.php in order to use in future, these functions on php file of subscribe/unsubscribe o Write a little html help file rub 2006-03-26 22:06:20 +00:00
  • 1b1400c3c8 Correction: invalid html nikrou 2006-03-26 17:57:03 +00:00
  • 4fca49194f small corrections: - bug 312 partially fixed - bug 295 fixed nikrou 2006-03-26 14:17:15 +00:00
  • d2ac744489 -improvement : function l10n renamed raw_l10n, new function l10n uses raw_l10n and returns a string with all html entities transcoded. We should use l10n everywere instead of $lang['...'] chrisaga 2006-03-25 17:29:03 +00:00
  • 587974e54f mistake: double input tag nikrou 2006-03-25 13:21:59 +00:00
  • 3cc303281f profile.tpl: small correction Identification.tpl: accessibility improvement using tabindex nikrou 2006-03-25 12:57:30 +00:00
  • 56039d0e7b Small corrections nikrou 2006-03-25 12:47:49 +00:00
  • 64da75a293 -new : add a 'CLASS' element in 'thumbnails.line.thumbnail' array to store a different classname for category thumbnails and element thubnails in order to be able to display them differently. chrisaga 2006-03-25 12:40:24 +00:00
  • ce58f0df22 fix : add a bottom margin below the calendar (still doesn't work with IE) chrisaga 2006-03-24 21:36:08 +00:00
  • ac31189d73 fix : menu titles (<DT>) and <H2> must match chrisaga 2006-03-23 07:15:07 +00:00
  • 3d74b8cd02 small correction from previous commit rvelices 2006-03-23 02:00:29 +00:00
  • 5c7d655005 URL rewrite: 3 options in the config file define behaviour (question mark removal, file name for picture and .php extension removal) rvelices 2006-03-23 01:49:04 +00:00
  • 4cb765e783 fix : HTML 4.01 compliance chrisaga 2006-03-22 07:33:10 +00:00
  • 0971ce48d2 URL rewriting: capable of fully working with urls without ? rvelices 2006-03-22 01:01:47 +00:00
  • 3609c224c7 [NBM] Step 3: Layout Model o Rename mailtousers.php on notification_by_mail.php o Deactivate temporary function on notification_by_mail.php o First design layout, no function activated, it's only a model rub 2006-03-21 22:58:59 +00:00
  • e584310d3a URL rewriting: fix some old links, calendar simplification and prepare code for urls without ? (added functions get_root_url and add_url_param) rvelices 2006-03-21 01:27:21 +00:00
  • 0c08b2561a Improvement issue 0000310: o Add local-layout.css files rub 2006-03-19 23:11:00 +00:00
  • f8ec2e6370 Improvement issue 0000310: o Add local-layout.css files rub 2006-03-19 23:04:13 +00:00
  • 62b589964a Step 8 improvement issue 0000301: o Add $conf['allow_adviser'] rub 2006-03-17 17:59:59 +00:00
  • 97b681f1fa URL rewrite for chronology: uses $page['chronology'] and $page['chronology_date']. $page['chronology'] is an array with 'field', 'style' and 'view' keys. This is step 1. rvelices 2006-03-17 04:13:19 +00:00
  • 9b521760af Step 7 improvement issue 0000301: o can attribute status <= current user o define mode adviser => buttons disabled (gray on IE, not on FF) => truncated actions => display info mode adviser rub 2006-03-16 22:58:16 +00:00
  • 5980db248a bug fixed: create_navigation_bar take into account clean URL if requested. plegall 2006-03-16 22:34:45 +00:00
  • 853bf2a0a5 language: cleanup unused, uniformization and no more L_ variables in category.php and tpl rvelices 2006-03-16 02:22:58 +00:00
  • 114ae32445 new: cleaner URL. Instead of category.php?cat=search&search=123&start=42, you now have category.php?/search/123/start-42. Functions make_index_url and make_picture_url build these new URLs. Functions duplicate_picture_url and duplicate_index_url provide shortcuts to URL creation. The current main page page is still category.php but this can be modified easily in make_index_url function. In this first version, no backward compatibility. Calendar definition in URL must be discussed with rvelices. plegall 2006-03-15 22:44:35 +00:00
  • 88e3b36e2f feature 262: new user cached information nb_total_pictures rvelices 2006-03-15 02:26:25 +00:00
  • 1d22950cf6 fix: help button was not working in the site manager rvelices 2006-03-14 23:52:47 +00:00
  • 77aa54a32b Step 2 improvement issue 0000127: o Allow to chage high property on user list o Set initial value for the 2 default users rub 2006-03-14 21:31:31 +00:00
  • 7eb6e6ca1f Step 1 improvement issue 0000127: o Add field enabled_high of table #_user_infos o Add $conf['newuser_default_enabled_high'] o Used field on picture.php rub 2006-03-13 23:27:34 +00:00
  • 47046eade2 Step 6 improvement issue 0000301: o set webmaster status on installation of PWG rub 2006-03-13 22:44:49 +00:00
  • 6228c0a07f Step 5 improvement issue 0000301: o upgrade_feed.php is showed only for administrator user rub 2006-03-10 22:53:29 +00:00
  • ade00c95c2 Step 4 improvement issue 0000301: o Correction lock categories and is_admin (functions with parameters now) o Cannot use check_status with upgrade.php and upgrade_feed.php => New function check_upgrade use in upgrade*.php (new functionality for upgrade_feed.php) o upgrade_feed.php is showed only for administrator user rub 2006-03-10 20:17:18 +00:00
  • 6163dccab3 [NBM] Correction of sub-select query (remark about r1070) rub 2006-03-09 23:03:57 +00:00
  • 15bb94715f Step 3 improvement issue 0000301: o Remove file isadmin.inc.php (not used yet) rub 2006-03-09 22:48:41 +00:00
  • 31d9ce1604 Step 2 improvement issue 0000301: o Add and use Functions Check of status o Restricted Access for user generic rub 2006-03-09 22:46:28 +00:00
  • 316d89a90b bug 255: parameter values in #config limited to 255 chars (value becomes text) rvelices 2006-03-09 01:57:13 +00:00
  • b263f0c996 Step 1 improvement issue 0000301: o Change status of table #_user_infos o Don't send password to webmaster, guest, generic rub 2006-03-08 23:14:53 +00:00
  • cba56c06ed calendar: removed some warnings, improved display for weekly style and worked on css (still not perfect due to IE) rvelices 2006-03-08 03:22:25 +00:00
  • 1e7c9034de bug fix: call to undefined session_create in register.php (added function log_user called from identification and register) rvelices 2006-03-07 01:20:02 +00:00
  • aeea83658b fix: delete svn:eol-style, add svn:mime-type application/octet-stream for lost_password.png (was committed as text file) rvelices 2006-03-07 01:07:36 +00:00
  • 53d78c95b0 request 302: order categories alphanumerically plegall 2006-03-06 23:28:51 +00:00
  • 8615119a80 bug fixed: table #categories_link was created with an hardcoded prefix plegall 2006-03-05 22:44:32 +00:00
  • c08fa6f67e new feature: source/destination links between categories. Will we keep this feature? Code is complicated and very few people will understand how it works... plegall 2006-03-04 23:31:46 +00:00
  • c4874071ba optimization: in sessions write 1 less sql query (except during login) rvelices 2006-03-03 04:32:21 +00:00
  • 2a3d501213 improvement: calendar navigation now uses at maximum one navigation bar together with a next/previous date links rvelices 2006-03-03 01:57:39 +00:00
  • 8f33338fed calendar improvement: month calendar view a la flickr rvelices 2006-03-01 04:33:52 +00:00
  • 3f329df09f fix: replaced UPDATE ... LEFT JOIN for compatibility with MySql 3 rvelices 2006-03-01 00:48:29 +00:00
  • 97898b3685 calendar improvements: week on weekly list starts on Monday, ability to show grayed months/weeks/days (without any picture in it), added icons for created/posted fields language uniformization rvelices 2006-02-28 04:28:06 +00:00
  • 4cd5b05d40 remake of Remote sites and synchronize: final integration and old code cleanup rvelices 2006-02-28 01:13:16 +00:00
  • d4646f39d2 calendar: added posted/created chronology rvelices 2006-02-24 05:58:48 +00:00
  • 3aff4f0bfe fix: remove all php warnings and notices rvelices 2006-02-24 01:16:30 +00:00
  • 5fa3664567 try and set propset svn:eol-style native rvelices 2006-02-24 00:33:15 +00:00
  • 5865079907 bug 278 fixed: calendar on date_available could not work because date_available has a datetime MySQL column format while date_creation has a date MySQL column format. We use DATE_FORMAT MySQL function to resolv this issue. plegall 2006-02-23 21:38:00 +00:00
  • 9a7a232cef modification: DAY() MySQL function replaced by DAYOFMONTH() to improve backward compatibility (this function was added in MySQL 4.1) plegall 2006-02-23 16:53:11 +00:00
  • 347d2e34b3 fix: permissioning not working (2 bugs) rvelices 2006-02-23 05:12:32 +00:00
  • 34538a62f4 new calendar completely integrated rvelices 2006-02-23 02:30:19 +00:00
  • fe8fbac3cf calendar redesign: monthly and weekly styles + list/calendar views for monthly rvelices 2006-02-22 01:00:39 +00:00
  • 2afff7c226 Step 3: Integration of new admin menu with the associated file (No interface, Only Message) rub 2006-02-20 23:47:01 +00:00
  • 16034a592a request 290: replace function get_themes name to avoid redeclaration from Wordpress in jillij template. plegall 2006-02-20 22:14:24 +00:00
  • d62ce73760 calendar redesign: step 1 rvelices 2006-02-20 04:39:37 +00:00
  • 08b6381564 fix: remote site decodes html entities from xml and addslashes rvelices 2006-02-17 02:41:57 +00:00
  • f27bd8558a feature 233: confirmation for deletion of remote sites, user groups and virtual categories rvelices 2006-02-16 01:04:51 +00:00
  • d22a07cee3 feature 264: gallery_url, rate and rate_anonymous from config file to database rvelices 2006-02-16 00:45:18 +00:00
  • 2a01c7472a bug 287 fixed: params nb_image_line and nb_line_page must be not null scalar nikrou 2006-02-15 20:44:33 +00:00
  • 33485fa91b feature 288: manage rates for administrators rvelices 2006-02-15 02:29:26 +00:00
  • f328dd14bb feature 251: Rating For Anonymous users rvelices 2006-02-14 01:14:31 +00:00
  • 3411ec84f6 merge -r1038:1039 from branches/branch-1_5 into trunk (bug 269 fixed) plegall 2006-02-13 22:15:56 +00:00
  • 01b388d518 bug 269 fixed: the icon HTML creation was bugged on recent PHP versions because stricter on arguments of mktime function. plegall 2006-02-13 21:51:22 +00:00
  • 1e904aeca4 merge -r1036:1037 from branches/branch-1_5 into trunk (bug 276 fixed) plegall 2006-02-13 21:44:17 +00:00
  • c4cb551358 bug 276 fixed: french word "du" was hardcoded on day stats. Replaced by a ":", just like for month stats. plegall 2006-02-13 21:41:16 +00:00
  • dac7decfb5 improvement: $page['where'] string replaced by $page['items']. $page['where'] was an SQL clause used to retrieve pictures in #images table. $page['items'] is the list of picture ids of the current section. plegall 2006-02-12 21:52:16 +00:00
  • 2dc2eb8630 not include .svn directory in the candidates (get_dirs function) for new themes nikrou 2006-02-12 16:05:49 +00:00
  • db93405255 The session garbage collector should not be called when a session is closed nikrou 2006-02-12 14:08:57 +00:00
  • c2b9863da0 remake Remote Site/Synchro - bug on commentable + use l10n instead of get_lang rvelices 2006-02-11 19:36:09 +00:00
  • 512740968f small modification: we can now store any information in sessions (cf topic:5667) nikrou 2006-02-11 13:23:54 +00:00
  • da21a99873 feature 77: standard navigation link - finalized rvelices 2006-02-10 02:10:41 +00:00
  • c8e9793412 merge branch 1.5 into trunk r1001:1002: bug 259 fixed nikrou 2006-02-09 20:38:07 +00:00
  • 0e78db47de - remake of Remote sites and Synchronize: - synchronization for remote and local sites are done by the same code - remote sites can update metadata now (not before) - bug 279 - fixes bug 82: has_high column rvelices 2006-02-08 01:17:07 +00:00
  • 687a7ca122 [NBM] Step 2: Add new table user_mail_notification (update, install, constants, delete user rub 2006-02-06 22:59:30 +00:00
  • 3d0c5236e1 improvement: upgrades id retrieving in include/common.inc.php and upgrade_feed.php are now made by dedicated function get_available_upgrade_ids. plegall 2006-02-06 21:52:16 +00:00
  • eb692b973e merge trunk r1024:1025 into branch 1.5: Languages corrections: bug 225, 237, 248, 257, 258 fixed nikrou 2006-02-06 08:41:47 +00:00
  • 701350ff05 Languages corrections: bug 225, 237, 248, 257, 258 fixed nikrou 2006-02-04 21:54:16 +00:00
  • f72468a9cd html error: title_send_mail should be encoded nikrou 2006-02-04 20:55:22 +00:00
  • dd8d571761 fixed problem of cookie session path fixed problem of undefined variable conf in upgrade_feed.php fixed problem of undefined index is_the_guest of tab variable user nikrou 2006-02-03 16:19:56 +00:00
  • ea572da688 - feature 280: code simplification rvelices 2006-02-01 22:56:17 +00:00
  • 864acc9f95 Applying coding style guidelines to r1018 and r1019. plegall 2006-02-01 22:07:26 +00:00
  • bb181b04cf feature 280: Allow visitors/users to choose image ordering inside a category rvelices 2006-02-01 02:46:26 +00:00
  • ac5fd23412 [NBM] Step 1: Create new include files with current notification/mail fonctions (with improvement) rub 2006-01-31 23:42:42 +00:00
  • 81bdfbf7b4 [NBM] Step 1: Create new include files with current notification/mail fonctions (with improvement) rub 2006-01-31 23:38:48 +00:00
  • a4d50dabf8 - merge branch 1.5 r1015:1016 into trunk (bug 277 fixed) Caddie text is always in english nikrou 2006-01-28 13:34:07 +00:00
  • 66294c6e86 bug 277 fixed: Caddie text is always in english nikrou 2006-01-28 13:31:12 +00:00
  • 61668e4cf7 Search engine redesign, second part : plegall 2006-01-27 22:40:51 +00:00
  • a8fd5ee6cf improvement: got rid of num= _GET param in category.php (use only start=) so that links to category for search engines are the same as in category pagination rvelices 2006-01-27 01:11:43 +00:00
  • 10329e517b bug: new session system does not use db session handler during install.php rvelices 2006-01-25 00:47:31 +00:00
  • 02f08d3c4f merge branch 1.5 r1010:1011 into BSF: - bug 268 fixed: display debug content correctly nikrou 2006-01-21 20:38:29 +00:00