aboutsummaryrefslogtreecommitdiffstats
path: root/include (unfollow)
Commit message (Collapse)AuthorFilesLines
2004-01-25didn't take correctly into account forbidden categoriesz0rglub1-10/+9
git-svn-id: http://piwigo.org/svn/branches/release-1_3@320 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-01-24Php Warnings correctionz0rglub1-0/+2
git-svn-id: http://piwigo.org/svn/branches/release-1_3@319 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-01-22code refactoring (really minor)z0rglub1-5/+1
git-svn-id: http://piwigo.org/svn/branches/release-1_3@313 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-01-21code simplifiedz0rglub1-4/+3
git-svn-id: http://piwigo.org/svn/branches/release-1_3@309 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-01-19Code rewrittingz0rglub1-1/+2
git-svn-id: http://piwigo.org/svn/branches/release-1_3@302 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-01-19Performances improved : replacing the useless LEFT JOIN by INNER JOINz0rglub1-2/+2
git-svn-id: http://piwigo.org/svn/branches/release-1_3@301 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-01-18Simplifying concatenation of $infos variables to select in the databasez0rglub2-10/+2
git-svn-id: http://piwigo.org/svn/branches/release-1_3@297 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-01-18Modify function get_cat_info for preventing Php Warning when NULL valuesz0rglub1-20/+23
found in category description git-svn-id: http://piwigo.org/svn/branches/release-1_3@296 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-01-18Prevent Php warnings if some user variables are NULLz0rglub1-11/+12
git-svn-id: http://piwigo.org/svn/branches/release-1_3@295 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-01-18Prevent Php warnings if some config variables are NULLz0rglub1-3/+4
git-svn-id: http://piwigo.org/svn/branches/release-1_3@294 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-01-18Conformity with the XHTML 1.0 transitional standardgweltas3-0/+54
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 Custom galleries should reflect those changes. git-svn-id: http://piwigo.org/svn/branches/release-1_3@290 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-01-15Correction of php warningsgweltas1-3/+3
git-svn-id: http://piwigo.org/svn/branches/release-1_3@280 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-01-12Minor corrections of PHP warningsgweltas2-7/+16
git-svn-id: http://piwigo.org/svn/branches/release-1_3@276 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-01-11Corrections de quelques warnings php.gweltas2-3/+3
git-svn-id: http://piwigo.org/svn/branches/release-1_3@274 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-01-11use the order of categories.uppercats for retrieving the local directory,z0rglub1-4/+9
and not the ascending order of category ids (if you alterate manually the database by moving an old category under a new one). git-svn-id: http://piwigo.org/svn/branches/release-1_3@271 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-01-04 - no need of last '/' for get_dirs parameterz0rglub1-24/+12
- remove function get_themes git-svn-id: http://piwigo.org/svn/branches/release-1_3@264 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-01-03 - when creating a new user, taking into account that forbidden categoriesz0rglub1-176/+58
are stored in users table, associate new user to the same groups that the guest, has the same categories informations than guest - remove functions get_restrictions, get_all_restrictions, is_user_allowed git-svn-id: http://piwigo.org/svn/branches/release-1_3@245 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-01-03 - remove get_subcats_idz0rglub1-143/+122
- replacing function get_plain_structure by get_user_plain_structure which only retrieve categories shown in the menu - replacing function create_structure by create_user_structure - remove function search_last_date (now stored in the database) - add function count_user_total_images - management of the new database info : categories.uppercats (modification in function get_local_dir) git-svn-id: http://piwigo.org/svn/branches/release-1_3@244 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-01-03add functions pwg_write_debug, pwg_debug, pwg_queryz0rglub1-0/+43
git-svn-id: http://piwigo.org/svn/branches/release-1_3@243 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-01-03unix file formatz0rglub1-1/+0
git-svn-id: http://piwigo.org/svn/branches/release-1_3@242 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-01-03user restricitions are now stored in the databasez0rglub1-2/+12
git-svn-id: http://piwigo.org/svn/branches/release-1_3@241 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-01-03use correct define syntax, remove get_restrictions for user because they are ↵z0rglub1-4/+2
now saved in the database git-svn-id: http://piwigo.org/svn/branches/release-1_3@240 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-01-03change version number, add max_LOV_categories used for numerous categories ↵z0rglub1-2/+3
galleries git-svn-id: http://piwigo.org/svn/branches/release-1_3@238 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-01-03use correct define syntaxz0rglub1-3/+2
git-svn-id: http://piwigo.org/svn/branches/release-1_3@237 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-10-12Update version from 1.3RC2 to 1.3z0rglub1-1/+1
git-svn-id: http://piwigo.org/svn/branches/release-1_3@210 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-10-05Version changed to 1.3RC2z0rglub1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@181 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-10-05Top number passes from 5 to 10z0rglub1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@178 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-09-21Version becomes 1.3RC1z0rglub1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@158 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-09-21to make it work on nexen.netz0rglub1-0/+3
git-svn-id: http://piwigo.org/svn/trunk@153 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-09-20Using the same name for variables in ./include/mysql.inc.phpz0rglub1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@141 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-09-19Change the version from 1.3 to 1.3betaz0rglub1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@135 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-09-19A category can have its representative picturez0rglub1-1/+2
git-svn-id: http://piwigo.org/svn/trunk@133 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-09-15Using PREFIX_INCLUDE to have strictly relative pathsz0rglub1-5/+5
git-svn-id: http://piwigo.org/svn/trunk@114 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-09-14phpwebgallery_users.theme is no longuer used.z0rglub1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@99 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-09-12When a page is refresh with an expired session still existing in thez0rglub1-1/+1
database, the first page works -> corrected. git-svn-id: http://piwigo.org/svn/trunk@90 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-09-10Mail notification for adminsz0rglub2-2/+50
git-svn-id: http://piwigo.org/svn/trunk@85 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-09-09Removing debug codez0rglub1-1/+0
git-svn-id: http://piwigo.org/svn/trunk@83 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-09-06- Creation of plain structure if not existing in several functionsz0rglub1-5/+29
- Change in SQL request about restrictions : using "AND category_id NOT IN (x,y,z)" instead of "AND category_id != x AND category_id != y AND category_id != z" - For search and most recent category, using "COUNT(DISTINCT(id))" instead of "COUNT(*)" and using JOIN with image_category table git-svn-id: http://piwigo.org/svn/trunk@67 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-09-05Correcting a bug in special categories (favorites, most seen, mostz0rglub1-2/+2
recent... non numeric categories) : when a picture is linked to more than one category, it's only displayed once. git-svn-id: http://piwigo.org/svn/trunk@64 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-09-05indention of PHP code improved : file becomes more readable :-)z0rglub1-476/+462
git-svn-id: http://piwigo.org/svn/trunk@63 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-08-30Multi categories for the same picturez0rglub2-36/+85
git-svn-id: http://piwigo.org/svn/trunk@61 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-08-24improve the header of each filez0rglub10-18/+46
git-svn-id: http://piwigo.org/svn/trunk@57 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-07-27optional cookie identificationz0rglub3-33/+68
git-svn-id: http://piwigo.org/svn/trunk@45 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-07-27shortening the codez0rglub1-4/+1
git-svn-id: http://piwigo.org/svn/trunk@44 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-07-26Possiblity to forbid simple guests to add their commentsz0rglub1-1/+2
git-svn-id: http://piwigo.org/svn/trunk@42 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-07-26anti-flood systemz0rglub1-1/+2
git-svn-id: http://piwigo.org/svn/trunk@41 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-07-26instead of overriding individual keywords,you can add a keyword to all or ↵z0rglub1-4/+1
remove it from all git-svn-id: http://piwigo.org/svn/trunk@39 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-07-25Adding support of independant uploadable categoriesz0rglub1-8/+10
git-svn-id: http://piwigo.org/svn/trunk@38 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-07-23Support of keywords for pictures. They are used in the searchz0rglub1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@33 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-07-21*** empty log message ***z0rglub6-246/+220
git-svn-id: http://piwigo.org/svn/trunk@26 68402e56-0260-453c-a942-63ccdbb3a9ee