aboutsummaryrefslogtreecommitdiffstats
path: root/admin (unfollow)
Commit message (Collapse)AuthorFilesLines
2004-01-19Php warnings correctionsz0rglub2-17/+9
git-svn-id: http://piwigo.org/svn/branches/release-1_3@304 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-01-19Performances improved : replacing the useless LEFT JOIN by INNER JOINz0rglub1-3/+3
git-svn-id: http://piwigo.org/svn/branches/release-1_3@301 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-01-18Use the stored calculated date users.forbidden_categories instead of tryingz0rglub1-2/+2
to use a deprecated function get_all_restrictions git-svn-id: http://piwigo.org/svn/branches/release-1_3@293 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-01-17Updating insert_remote* function the same way the local ones : really faster !z0rglub1-151/+212
git-svn-id: http://piwigo.org/svn/branches/release-1_3@285 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-01-17Using a one shot function to retrieve all directories : fasterz0rglub1-103/+111
git-svn-id: http://piwigo.org/svn/branches/release-1_3@284 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-01-17synchronize user calculated data if a (some) site is deletedz0rglub1-4/+10
git-svn-id: http://piwigo.org/svn/branches/release-1_3@283 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-01-17UPDATE query in update_category was not correctly written and never executedz0rglub1-1/+1
git-svn-id: http://piwigo.org/svn/branches/release-1_3@282 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-01-15improved function update_category essentially by using INNER JOIN instead ofz0rglub1-12/+8
LEFT JOIN git-svn-id: http://piwigo.org/svn/branches/release-1_3@281 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-01-15Correction of php warningsgweltas4-13/+23
git-svn-id: http://piwigo.org/svn/branches/release-1_3@280 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-01-15Corretion of PHP warningsgweltas2-3/+3
git-svn-id: http://piwigo.org/svn/branches/release-1_3@279 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-01-13Improved function insert_local_image : about 80 to 90 % of update time savedz0rglub1-136/+165
:-) git-svn-id: http://piwigo.org/svn/branches/release-1_3@278 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-01-13Adding functions to retrieve all files from a directory into an array :z0rglub1-1/+52
- get_picture_files : returns an array with all picture files according to $conf['picture_ext'] - get_thumb_files : returns an array with all thumbnails according to $conf['picture_ext'] and $conf['prefix_thumbnail'] git-svn-id: http://piwigo.org/svn/branches/release-1_3@277 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-01-12Minor corrections of PHP warningsgweltas3-12/+15
git-svn-id: http://piwigo.org/svn/branches/release-1_3@276 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-01-11Corrections de quelques warnings php.gweltas3-6/+11
git-svn-id: http://piwigo.org/svn/branches/release-1_3@274 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-01-11 - adding table user_categoryz0rglub1-3/+22
- adding field users.forbidden_categories - adding field categories.uppercats - adding indexes git-svn-id: http://piwigo.org/svn/branches/release-1_3@273 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-01-11improved again function insert_local_category : only one multiple insertz0rglub1-24/+46
query, one update for uppercats field git-svn-id: http://piwigo.org/svn/branches/release-1_3@272 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-01-10add get_category_directories functionz0rglub1-0/+27
git-svn-id: http://piwigo.org/svn/branches/release-1_3@270 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-01-10improvement of insert_local_category function : less SQL queries, only onez0rglub1-84/+86
short access to filesystem. git-svn-id: http://piwigo.org/svn/branches/release-1_3@269 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-01-04using new syntax for get_dirsz0rglub1-1/+1
git-svn-id: http://piwigo.org/svn/branches/release-1_3@263 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-01-03 - when deleting a user, deletes rows in user_categoryz0rglub1-5/+500
- when deleting a group, first synchronize_group - add functions . get_plain_structure . create_structure . get_subcats_ids . get_all_subcats_ids . update_user_category . update_uppercats . get_user_restrictions . synchronize . synchronize_all_users . synchronize_user . synchronize_group . update_user_restrictions . get_user_all_restrictions . is_user_allowed git-svn-id: http://piwigo.org/svn/branches/release-1_3@262 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-01-03if permissions modified, synchronize_userz0rglub1-0/+1
git-svn-id: http://piwigo.org/svn/branches/release-1_3@261 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-01-03if associate or dissociate from a group, synchronize_userz0rglub1-0/+2
git-svn-id: http://piwigo.org/svn/branches/release-1_3@260 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-01-03if any update has been done, synchronize_all_usersz0rglub1-21/+20
git-svn-id: http://piwigo.org/svn/branches/release-1_3@259 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-01-03for virtual category to picture association, if the number of categories isz0rglub2-145/+243
more than $conf['max_LOV_categories'], we only show a text box asking parent category id git-svn-id: http://piwigo.org/svn/branches/release-1_3@258 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-01-03if permissions are updated, synchronize_groupz0rglub1-0/+2
git-svn-id: http://piwigo.org/svn/branches/release-1_3@257 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-01-03if permissions are updated, synchronize_all_usersz0rglub1-0/+2
git-svn-id: http://piwigo.org/svn/branches/release-1_3@256 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-01-03if category status changes, synchronize_all_usersz0rglub1-0/+2
git-svn-id: http://piwigo.org/svn/branches/release-1_3@255 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-01-03 - categories are now collapsed if there is more thanz0rglub1-32/+127
$conf['max_LOV_categories'] categories - if there is more than $conf['max_LOV_categories'] categories, there is no list of values of parent for adding virtual category - synchronize_all_users if adding or deleting a virtual category - in the url link to up,first,down,last #id is not shown anymore git-svn-id: http://piwigo.org/svn/branches/release-1_3@254 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-10-12Use install language for "guest" userz0rglub1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@205 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-10-12Display a message of warning if file admin/install.php is still presentz0rglub1-1/+7
after install. git-svn-id: http://piwigo.org/svn/trunk@202 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-10-12Display a message linked to the help forumz0rglub1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@199 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-10-12When reordering a category, the page comes back with the top aligned withz0rglub1-0/+5
the moved category git-svn-id: http://piwigo.org/svn/trunk@198 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-10-11If there is no date given in the form, function check_date_format doesn'tz0rglub1-1/+1
send a warning git-svn-id: http://piwigo.org/svn/trunk@196 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-10-11Show a link to open or close a day details (only the arrow at the beginningz0rglub1-0/+2
of the line was not enough). git-svn-id: http://piwigo.org/svn/trunk@195 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-10-09Only the webmaster can modify webmaster's permissionsz0rglub1-1/+5
git-svn-id: http://piwigo.org/svn/trunk@190 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-10-09if we try to modify the webmaster, we have to set the status to "admin"z0rglub1-0/+5
git-svn-id: http://piwigo.org/svn/trunk@188 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-10-05Support of special syntax to underline, emphasis or italic words in usersz0rglub1-1/+20
comments git-svn-id: http://piwigo.org/svn/trunk@180 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-10-05Display a message to update the database after validating uploaded picturesz0rglub1-1/+7
git-svn-id: http://piwigo.org/svn/trunk@177 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-10-05Webmaster mustn't have his status modifiedz0rglub1-13/+19
git-svn-id: http://piwigo.org/svn/trunk@171 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-10-05Checking favorites after modifying group permissionsz0rglub1-0/+10
git-svn-id: http://piwigo.org/svn/trunk@170 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-10-05Every user (including the webmaster) must have his favorites checkedz0rglub1-2/+3
git-svn-id: http://piwigo.org/svn/trunk@169 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-10-05Deleting dead codez0rglub1-1/+0
git-svn-id: http://piwigo.org/svn/trunk@168 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-10-04Bug in the deletion of favorites : even if the category was authorized, thez0rglub1-1/+1
favorites where deleted for the user git-svn-id: http://piwigo.org/svn/trunk@167 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-09-24The generation of mail address works back. Since the add of another form onz0rglub1-18/+10
the same page, it didn't work, because, when adding a new user and no errors, the $_POST was cleaned, but made no differences between the 2 forms... git-svn-id: http://piwigo.org/svn/trunk@164 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-09-23$cat_directory was not used in the functionz0rglub1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@163 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-09-23Filename must use the same characters as the directoriesz0rglub1-1/+9
git-svn-id: http://piwigo.org/svn/trunk@161 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-09-22Filename must use the same characters as the directoriesz0rglub1-25/+34
git-svn-id: http://piwigo.org/svn/trunk@160 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-09-21Add seconds for displayz0rglub1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@157 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-09-21Use prefixeTable instead of prefix_table to be compliant with previousz0rglub1-11/+11
releases git-svn-id: http://piwigo.org/svn/trunk@156 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-09-21Displays a message when directory name contains accentuated characters orz0rglub1-0/+7
spaces git-svn-id: http://piwigo.org/svn/trunk@155 68402e56-0260-453c-a942-63ccdbb3a9ee