Commit Graph

  • dd6edbb30c Code rewritting z0rglub 2004-01-19 21:20:11 +00:00
  • 982bc009b6 Performances improved : replacing the useless LEFT JOIN by INNER JOIN z0rglub 2004-01-19 21:18:34 +00:00
  • b81a4dbc62 Favorite management gweltas 2004-01-18 23:46:57 +00:00
  • 5a7f683bd4 Php Warnings gweltas 2004-01-18 23:46:20 +00:00
  • 8d2a8cdadd Upload rights gweltas 2004-01-18 23:35:54 +00:00
  • 6dbfba3719 Simplifying concatenation of $infos variables to select in the database z0rglub 2004-01-18 22:06:34 +00:00
  • 3d1277bf4d Modify function get_cat_info for preventing Php Warning when NULL values found in category description z0rglub 2004-01-18 22:05:53 +00:00
  • 43ab0be533 Prevent Php warnings if some user variables are NULL z0rglub 2004-01-18 21:57:35 +00:00
  • d6e56847b9 Prevent Php warnings if some config variables are NULL z0rglub 2004-01-18 21:57:12 +00:00
  • 7250f30ce7 Use the stored calculated date users.forbidden_categories instead of trying to use a deprecated function get_all_restrictions z0rglub 2004-01-18 21:56:20 +00:00
  • 5efed0a4e0 Php warning correction z0rglub 2004-01-18 21:55:20 +00:00
  • 20f57086ac bug-1_3_0-006 : with IE/Konqueror, in "comments" pages (public part and admin part), ends of comment boxes are cut. gweltas 2004-01-18 20:26:40 +00:00
  • 00ac0f8d3e Conformity with the XHTML 1.0 transitional standard Creation of the following files : - template/default/header.php and template/default/footer.php to ensure a common standard - default.css to be CSS valid Obsolescence of the following files : - template/default/theme/conf.php - template/default/style.inc.php gweltas 2004-01-18 02:13:02 +00:00
  • 64e1ebb49c bug-1_3_0-003 : the link for uploading a picture use the class "back" for display, but should not (problem of color) [corrected] z0rglub 2004-01-17 23:29:58 +00:00
  • 267f528040 bug-1_3_0-010 : in picture.php, the previous src picture use two slashes instead of only one [corrected] z0rglub 2004-01-17 23:18:01 +00:00
  • b4ffea31f4 bug-1_3_0-001 : if you activate the validation of users comments before making them visible, before validating the comments, you can see associated picture in the public part comments.php (but not the unvalidated comment, only the picture) [corrected] z0rglub 2004-01-17 23:15:12 +00:00
  • 8b4fd27f0b - reformating gweltas coding style :-) (so easy to do with emacs) z0rglub 2004-01-17 22:38:04 +00:00
  • c058388379 Updating insert_remote* function the same way the local ones : really faster ! z0rglub 2004-01-17 18:14:41 +00:00
  • 9e0303774b Using a one shot function to retrieve all directories : faster z0rglub 2004-01-17 18:13:49 +00:00
  • 020d991cb1 synchronize user calculated data if a (some) site is deleted z0rglub 2004-01-17 18:13:12 +00:00
  • a2626afcee UPDATE query in update_category was not correctly written and never executed z0rglub 2004-01-17 12:40:23 +00:00
  • b8d74dde50 improved function update_category essentially by using INNER JOIN instead of LEFT JOIN z0rglub 2004-01-15 23:19:51 +00:00
  • 384ec739f6 Correction of php warnings gweltas 2004-01-15 17:06:45 +00:00
  • 855398f63e Corretion of PHP warnings gweltas 2004-01-15 00:11:00 +00:00
  • fb880db771 Improved function insert_local_image : about 80 to 90 % of update time saved :-) z0rglub 2004-01-13 22:43:18 +00:00
  • 1c59964dff Adding functions to retrieve all files from a directory into an array : z0rglub 2004-01-13 22:36:56 +00:00
  • 0fa0c8bb07 Minor corrections of PHP warnings gweltas 2004-01-12 23:41:53 +00:00
  • 7b8d0b8dd8 Using the stored array with user restricted categories z0rglub 2004-01-12 21:51:44 +00:00
  • e1b59cb0a8 Corrections de quelques warnings php. gweltas 2004-01-11 23:40:39 +00:00
  • 298077dff6 - adding table user_category z0rglub 2004-01-11 21:02:49 +00:00
  • 7254f66549 improved again function insert_local_category : only one multiple insert query, one update for uppercats field z0rglub 2004-01-11 00:05:10 +00:00
  • 57b44b3146 use the order of categories.uppercats for retrieving the local directory, and not the ascending order of category ids (if you alterate manually the database by moving an old category under a new one). z0rglub 2004-01-11 00:02:03 +00:00
  • 1592a942f0 add get_category_directories function z0rglub 2004-01-10 23:17:51 +00:00
  • 185b2c2596 improvement of insert_local_category function : less SQL queries, only one short access to filesystem. z0rglub 2004-01-10 23:17:24 +00:00
  • 0b87dc7bfd corrections by xolda z0rglub 2004-01-10 23:03:51 +00:00
  • 755d734a89 initial import on branch 1.3 z0rglub 2004-01-10 22:50:08 +00:00
  • fe96a5eb4c 2004.01.07_01h00 : auto commit z0rglub 2004-01-07 00:00:01 +00:00
  • 613b54e5dd 2004.01.06_01h00 : auto commit z0rglub 2004-01-06 00:00:01 +00:00
  • f434e5e8f8 - no need of last '/' for get_dirs parameter z0rglub 2004-01-04 10:16:36 +00:00
  • 09da40f461 using new syntax for get_dirs z0rglub 2004-01-04 10:15:35 +00:00
  • 61f40a7eb4 - when deleting a user, deletes rows in user_category z0rglub 2004-01-03 21:46:16 +00:00
  • 179be31976 if permissions modified, synchronize_user z0rglub 2004-01-03 21:41:13 +00:00
  • 5dddcea90c if associate or dissociate from a group, synchronize_user z0rglub 2004-01-03 21:40:47 +00:00
  • 74878b33e3 if any update has been done, synchronize_all_users z0rglub 2004-01-03 21:39:52 +00:00
  • fa92671b15 for virtual category to picture association, if the number of categories is more than $conf['max_LOV_categories'], we only show a text box asking parent category id z0rglub 2004-01-03 21:36:59 +00:00
  • 02f153125b if permissions are updated, synchronize_group z0rglub 2004-01-03 21:31:27 +00:00
  • caad9b65c6 if permissions are updated, synchronize_all_users z0rglub 2004-01-03 21:30:55 +00:00
  • 9c55b0f45c if category status changes, synchronize_all_users z0rglub 2004-01-03 21:29:59 +00:00
  • 7c9c3eb42b - categories are now collapsed if there is more than $conf['max_LOV_categories'] categories z0rglub 2004-01-03 21:29:13 +00:00
  • 135d884f85 new line added... z0rglub 2004-01-03 21:21:34 +00:00
  • e73f6f7998 - use function get_user_plain_structure, create_user_structure z0rglub 2004-01-03 21:20:53 +00:00
  • d41ab3e799 don't use plain_structure anymore z0rglub 2004-01-03 21:10:20 +00:00
  • 9a5f45d314 usage of database info users.forbidden_categories z0rglub 2004-01-03 20:58:07 +00:00
  • 067660bc68 - possibility to display only a text field for a parent category z0rglub 2004-01-03 20:48:25 +00:00
  • 7a5f16da11 - errors list z0rglub 2004-01-03 20:48:02 +00:00
  • a5092987e1 - possibility to display only a text field for a parent category z0rglub 2004-01-03 20:46:55 +00:00
  • 92d7e3d402 the number of subcats of a category is now in the var nb_sub_categories z0rglub 2004-01-03 20:43:43 +00:00
  • d81d510568 - when creating a new user, taking into account that forbidden categories are stored in users table, associate new user to the same groups that the guest, has the same categories informations than guest z0rglub 2004-01-03 20:35:20 +00:00
  • 6f5ef234ec - remove get_subcats_id z0rglub 2004-01-03 20:13:42 +00:00
  • 40acb0f99f add functions pwg_write_debug, pwg_debug, pwg_query z0rglub 2004-01-03 19:47:36 +00:00
  • 49b99ad40c unix file format z0rglub 2004-01-03 19:42:26 +00:00
  • def737885f user restricitions are now stored in the database z0rglub 2004-01-03 19:31:34 +00:00
  • 5926e20204 use correct define syntax, remove get_restrictions for user because they are now saved in the database z0rglub 2004-01-03 19:28:28 +00:00
  • 0f850e10ff add cat_unknown_id z0rglub 2004-01-03 19:19:12 +00:00
  • b8996a04bb change version number, add max_LOV_categories used for numerous categories galleries z0rglub 2004-01-03 19:18:05 +00:00
  • 6e37792053 use correct define syntax z0rglub 2004-01-03 19:15:32 +00:00
  • debe8bfc45 initial revision of japanese translation file for branch 1.3 z0rglub 2003-11-10 22:07:01 +00:00
  • dddd111f13 Modifyed header to be compliant with PhpDocumentor z0rglub 2003-11-08 09:02:02 +00:00
  • 0849f45a99 readme.txt moved to separate files depending on language. z0rglub 2003-11-05 22:51:27 +00:00
  • 0079c048e5 readme.txt moved to separate files depending on language. z0rglub 2003-11-05 22:45:07 +00:00
  • e499c6ad96 removing readme.txt, it's replaced by README_en.txt, README_fr.txt z0rglub 2003-11-05 22:28:37 +00:00
  • 0089ab102c define( CONSTANT, 'value' ) becomes define( "CONSTANT", 'value') z0rglub 2003-11-03 22:39:53 +00:00
  • d6bb7649fc - Modifications linked to the move of install.php to the root directory of PhpWebGallery z0rglub 2003-11-03 22:38:15 +00:00
  • 8cd1f12655 Modifications linked to the move of install.php to the root directory of PhpWebGallery z0rglub 2003-11-03 21:56:01 +00:00
  • 860a39302e Modifications linked to the move of admin.php to the root directory of PhpWebGallery z0rglub 2003-11-03 21:35:24 +00:00
  • 5fdc7ea1e5 Modifying ../template in ./template since admin.php has moved to the PhpWebGallery root directory z0rglub 2003-11-03 21:06:15 +00:00
  • 3eeab79a75 Modifying ./include/isadmin.inc.php in ./admin/include/isadmin.inc.php since admin.php has moved to the PhpWebGallery root directory z0rglub 2003-11-03 20:59:40 +00:00
  • 718116eb30 Modifying ../template in ./template since admin.php has moved to the PhpWebGallery root directory z0rglub 2003-11-02 11:18:25 +00:00
  • e6c4386182 template/default/admin/install.vtp moved to here z0rglub 2003-11-02 11:09:11 +00:00
  • 8f968d8480 template/default/admin/admin.vtp moved to here z0rglub 2003-11-02 11:09:04 +00:00
  • 3dae88c1dc Move template/default/admin/install.vtp to template/default/install.vtp z0rglub 2003-11-02 11:07:28 +00:00
  • c8078893e3 Move template/default/admin/admin.vtp to template/default/admin.vtp z0rglub 2003-11-02 11:06:45 +00:00
  • 2227c42608 admin.php moved to the root directory z0rglub 2003-11-02 10:24:23 +00:00
  • aa4e6f8fbf install.php moved to the root directory z0rglub 2003-11-02 10:24:02 +00:00
  • 59da80d0b6 First add of install.php in root directory z0rglub 2003-11-02 10:22:45 +00:00
  • c17cd41635 First add of admin.php in root directory z0rglub 2003-11-02 10:22:14 +00:00
  • 96d151665a Menu entries are displayed in a single line at the top of the admin panel z0rglub 2003-10-26 20:00:25 +00:00
  • d6f54c7516 Use version "devel" for the main trunc z0rglub 2003-10-26 19:58:55 +00:00
  • fb9734df88 Add Hungarian language file for release 1.3 z0rglub 2003-10-26 09:25:25 +00:00
  • d62877b1d6 adding spanish language file to release 1.3 z0rglub 2003-10-22 20:53:49 +00:00
  • ec32015b8c Correct a mistake of umlaut z0rglub 2003-10-19 09:25:19 +00:00
  • 22c8838c7c Add german language file for release 1.3 z0rglub 2003-10-15 19:25:41 +00:00
  • 1fa3e4e6b8 Update version from 1.3RC2 to 1.3 z0rglub 2003-10-12 16:23:10 +00:00
  • 71233366ce header updated for release 1.3 final z0rglub 2003-10-12 16:12:33 +00:00
  • fef58662e8 readme file for release 1.3 final z0rglub 2003-10-12 16:02:03 +00:00
  • 9d132ce81a This commit was manufactured by cvs2svn to create branch 'release-1_3'. plegall 2003-10-12 15:27:04 +00:00
  • 25f2c15f77 Use install language for "guest" user z0rglub 2003-10-12 15:27:04 +00:00
  • 9400bfb70d Use zelabo dark theme as default z0rglub 2003-10-12 15:16:55 +00:00
  • 2308b8a873 Using zelabo dark theme as default z0rglub 2003-10-12 15:15:27 +00:00
  • f9d7b25c23 Display a message of warning if file admin/install.php is still present after install. z0rglub 2003-10-12 14:54:06 +00:00