aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bug 57 : undefined variable isadmin when notifying uploadz0rglub2004-10-071-1/+2
| | | | git-svn-id: http://piwigo.org/svn/branches/release-1_3@559 68402e56-0260-453c-a942-63ccdbb3a9ee
* change version numberz0rglub2004-10-071-1/+1
| | | | git-svn-id: http://piwigo.org/svn/branches/release-1_3@558 68402e56-0260-453c-a942-63ccdbb3a9ee
* change version from 1.3.2 to 1.3.3z0rglub2004-10-031-1/+1
| | | | git-svn-id: http://piwigo.org/svn/branches/release-1_3@551 68402e56-0260-453c-a942-63ccdbb3a9ee
* when registering a new user, we must take into account that ↵z0rglub2004-10-031-2/+11
| | | | | | user_category.date_last can be NULL git-svn-id: http://piwigo.org/svn/branches/release-1_3@548 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 50 : PHP 5.x incompatibilityz0rglub2004-10-031-1/+1
| | | | git-svn-id: http://piwigo.org/svn/branches/release-1_3@546 68402e56-0260-453c-a942-63ccdbb3a9ee
* version goes to 1.3.2z0rglub2004-04-301-2/+2
| | | | git-svn-id: http://piwigo.org/svn/branches/release-1_3@418 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 26 : When categories tree has category ids not in ascending order, the ↵z0rglub2004-04-301-4/+13
| | | | | | order of display still uses ids order. Corrected using categories.uppercats order git-svn-id: http://piwigo.org/svn/branches/release-1_3@412 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 23 : search case insensitive BUT highlightning case sensitivez0rglub2004-03-311-8/+17
| | | | git-svn-id: http://piwigo.org/svn/branches/release-1_3@410 68402e56-0260-453c-a942-63ccdbb3a9ee
* PHP Warning correctionz0rglub2004-03-311-2/+5
| | | | git-svn-id: http://piwigo.org/svn/branches/release-1_3@406 68402e56-0260-453c-a942-63ccdbb3a9ee
* version changed to 1.3.1z0rglub2004-02-281-1/+1
| | | | git-svn-id: http://piwigo.org/svn/branches/release-1_3@378 68402e56-0260-453c-a942-63ccdbb3a9ee
* - adding file headerz0rglub2004-02-051-4/+22
| | | | | | | - echoing $output var git-svn-id: http://piwigo.org/svn/branches/release-1_3@349 68402e56-0260-453c-a942-63ccdbb3a9ee
* - adding file headerz0rglub2004-02-051-14/+31
| | | | | | | - initializing uniq $output var git-svn-id: http://piwigo.org/svn/branches/release-1_3@348 68402e56-0260-453c-a942-63ccdbb3a9ee
* 1.3.1beta releasez0rglub2004-01-311-1/+1
| | | | git-svn-id: http://piwigo.org/svn/branches/release-1_3@339 68402e56-0260-453c-a942-63ccdbb3a9ee
* Php Warning correctionz0rglub2004-01-301-4/+2
| | | | git-svn-id: http://piwigo.org/svn/branches/release-1_3@335 68402e56-0260-453c-a942-63ccdbb3a9ee
* didn't take correctly into account forbidden categoriesz0rglub2004-01-251-10/+9
| | | | git-svn-id: http://piwigo.org/svn/branches/release-1_3@320 68402e56-0260-453c-a942-63ccdbb3a9ee
* Php Warnings correctionz0rglub2004-01-241-0/+2
| | | | git-svn-id: http://piwigo.org/svn/branches/release-1_3@319 68402e56-0260-453c-a942-63ccdbb3a9ee
* code refactoring (really minor)z0rglub2004-01-221-5/+1
| | | | git-svn-id: http://piwigo.org/svn/branches/release-1_3@313 68402e56-0260-453c-a942-63ccdbb3a9ee
* code simplifiedz0rglub2004-01-211-4/+3
| | | | git-svn-id: http://piwigo.org/svn/branches/release-1_3@309 68402e56-0260-453c-a942-63ccdbb3a9ee
* Code rewrittingz0rglub2004-01-191-1/+2
| | | | git-svn-id: http://piwigo.org/svn/branches/release-1_3@302 68402e56-0260-453c-a942-63ccdbb3a9ee
* Performances improved : replacing the useless LEFT JOIN by INNER JOINz0rglub2004-01-191-2/+2
| | | | git-svn-id: http://piwigo.org/svn/branches/release-1_3@301 68402e56-0260-453c-a942-63ccdbb3a9ee
* Simplifying concatenation of $infos variables to select in the databasez0rglub2004-01-182-10/+2
| | | | git-svn-id: http://piwigo.org/svn/branches/release-1_3@297 68402e56-0260-453c-a942-63ccdbb3a9ee
* Modify function get_cat_info for preventing Php Warning when NULL valuesz0rglub2004-01-181-20/+23
| | | | | | | found in category description git-svn-id: http://piwigo.org/svn/branches/release-1_3@296 68402e56-0260-453c-a942-63ccdbb3a9ee
* Prevent Php warnings if some user variables are NULLz0rglub2004-01-181-11/+12
| | | | git-svn-id: http://piwigo.org/svn/branches/release-1_3@295 68402e56-0260-453c-a942-63ccdbb3a9ee
* Prevent Php warnings if some config variables are NULLz0rglub2004-01-181-3/+4
| | | | git-svn-id: http://piwigo.org/svn/branches/release-1_3@294 68402e56-0260-453c-a942-63ccdbb3a9ee
* Conformity with the XHTML 1.0 transitional standardgweltas2004-01-183-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
* Correction of php warningsgweltas2004-01-151-3/+3
| | | | git-svn-id: http://piwigo.org/svn/branches/release-1_3@280 68402e56-0260-453c-a942-63ccdbb3a9ee
* Minor corrections of PHP warningsgweltas2004-01-122-7/+16
| | | | git-svn-id: http://piwigo.org/svn/branches/release-1_3@276 68402e56-0260-453c-a942-63ccdbb3a9ee
* Corrections de quelques warnings php.gweltas2004-01-112-3/+3
| | | | git-svn-id: http://piwigo.org/svn/branches/release-1_3@274 68402e56-0260-453c-a942-63ccdbb3a9ee
* use the order of categories.uppercats for retrieving the local directory,z0rglub2004-01-111-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
* - no need of last '/' for get_dirs parameterz0rglub2004-01-041-24/+12
| | | | | | | - remove function get_themes git-svn-id: http://piwigo.org/svn/branches/release-1_3@264 68402e56-0260-453c-a942-63ccdbb3a9ee
* - when creating a new user, taking into account that forbidden categoriesz0rglub2004-01-031-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
* - remove get_subcats_idz0rglub2004-01-031-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
* add functions pwg_write_debug, pwg_debug, pwg_queryz0rglub2004-01-031-0/+43
| | | | git-svn-id: http://piwigo.org/svn/branches/release-1_3@243 68402e56-0260-453c-a942-63ccdbb3a9ee
* unix file formatz0rglub2004-01-031-1/+0
| | | | git-svn-id: http://piwigo.org/svn/branches/release-1_3@242 68402e56-0260-453c-a942-63ccdbb3a9ee
* user restricitions are now stored in the databasez0rglub2004-01-031-2/+12
| | | | git-svn-id: http://piwigo.org/svn/branches/release-1_3@241 68402e56-0260-453c-a942-63ccdbb3a9ee
* use correct define syntax, remove get_restrictions for user because they are ↵z0rglub2004-01-031-4/+2
| | | | | | now saved in the database git-svn-id: http://piwigo.org/svn/branches/release-1_3@240 68402e56-0260-453c-a942-63ccdbb3a9ee
* change version number, add max_LOV_categories used for numerous categories ↵z0rglub2004-01-031-2/+3
| | | | | | galleries git-svn-id: http://piwigo.org/svn/branches/release-1_3@238 68402e56-0260-453c-a942-63ccdbb3a9ee
* use correct define syntaxz0rglub2004-01-031-3/+2
| | | | git-svn-id: http://piwigo.org/svn/branches/release-1_3@237 68402e56-0260-453c-a942-63ccdbb3a9ee
* Update version from 1.3RC2 to 1.3z0rglub2003-10-121-1/+1
| | | | git-svn-id: http://piwigo.org/svn/branches/release-1_3@210 68402e56-0260-453c-a942-63ccdbb3a9ee
* Version changed to 1.3RC2z0rglub2003-10-051-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@181 68402e56-0260-453c-a942-63ccdbb3a9ee
* Top number passes from 5 to 10z0rglub2003-10-051-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@178 68402e56-0260-453c-a942-63ccdbb3a9ee
* Version becomes 1.3RC1z0rglub2003-09-211-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@158 68402e56-0260-453c-a942-63ccdbb3a9ee
* to make it work on nexen.netz0rglub2003-09-211-0/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@153 68402e56-0260-453c-a942-63ccdbb3a9ee
* Using the same name for variables in ./include/mysql.inc.phpz0rglub2003-09-201-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@141 68402e56-0260-453c-a942-63ccdbb3a9ee
* Change the version from 1.3 to 1.3betaz0rglub2003-09-191-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@135 68402e56-0260-453c-a942-63ccdbb3a9ee
* A category can have its representative picturez0rglub2003-09-191-1/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@133 68402e56-0260-453c-a942-63ccdbb3a9ee
* Using PREFIX_INCLUDE to have strictly relative pathsz0rglub2003-09-151-5/+5
| | | | git-svn-id: http://piwigo.org/svn/trunk@114 68402e56-0260-453c-a942-63ccdbb3a9ee
* phpwebgallery_users.theme is no longuer used.z0rglub2003-09-141-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@99 68402e56-0260-453c-a942-63ccdbb3a9ee
* When a page is refresh with an expired session still existing in thez0rglub2003-09-121-1/+1
| | | | | | | database, the first page works -> corrected. git-svn-id: http://piwigo.org/svn/trunk@90 68402e56-0260-453c-a942-63ccdbb3a9ee
* Mail notification for adminsz0rglub2003-09-102-2/+50
| | | | git-svn-id: http://piwigo.org/svn/trunk@85 68402e56-0260-453c-a942-63ccdbb3a9ee