z0rglub
1d5af70e5e
bug 26 : When categories tree has category ids not in ascending order, the 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
2004-04-30 17:11:25 +00:00
z0rglub
fdbb2d6681
PHP Warning correction
...
git-svn-id: http://piwigo.org/svn/branches/release-1_3@406 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-03-31 21:03:03 +00:00
z0rglub
9667411577
didn't take correctly into account forbidden categories
...
git-svn-id: http://piwigo.org/svn/branches/release-1_3@320 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-01-25 22:05:43 +00:00
z0rglub
e39dc7c0ab
Php Warnings correction
...
git-svn-id: http://piwigo.org/svn/branches/release-1_3@319 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-01-24 22:57:36 +00:00
z0rglub
c2035bc574
code refactoring (really minor)
...
git-svn-id: http://piwigo.org/svn/branches/release-1_3@313 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-01-22 22:47:20 +00:00
z0rglub
dd6edbb30c
Code rewritting
...
git-svn-id: http://piwigo.org/svn/branches/release-1_3@302 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-01-19 21:20:11 +00:00
z0rglub
982bc009b6
Performances improved : replacing the useless LEFT JOIN by INNER JOIN
...
git-svn-id: http://piwigo.org/svn/branches/release-1_3@301 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-01-19 21:18:34 +00:00
z0rglub
3d1277bf4d
Modify function get_cat_info for preventing Php Warning when NULL values
...
found in category description
git-svn-id: http://piwigo.org/svn/branches/release-1_3@296 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-01-18 22:05:53 +00:00
gweltas
384ec739f6
Correction of php warnings
...
git-svn-id: http://piwigo.org/svn/branches/release-1_3@280 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-01-15 17:06:45 +00:00
gweltas
0fa0c8bb07
Minor corrections of PHP warnings
...
git-svn-id: http://piwigo.org/svn/branches/release-1_3@276 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-01-12 23:41:53 +00:00
z0rglub
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).
git-svn-id: http://piwigo.org/svn/branches/release-1_3@271 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-01-11 00:02:03 +00:00
z0rglub
6f5ef234ec
- remove get_subcats_id
...
- 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-03 20:13:42 +00:00
z0rglub
26452aed65
A category can have its representative picture
...
git-svn-id: http://piwigo.org/svn/trunk@133 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-09-19 21:40:52 +00:00
z0rglub
e0e61217f7
Removing debug code
...
git-svn-id: http://piwigo.org/svn/trunk@83 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-09-09 18:35:54 +00:00
z0rglub
377042a27d
- Creation of plain structure if not existing in several functions
...
- 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-06 07:22:59 +00:00
z0rglub
4f6dabea73
Correcting a bug in special categories (favorites, most seen, most
...
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-05 19:27:45 +00:00
z0rglub
044fba0256
Multi categories for the same picture
...
git-svn-id: http://piwigo.org/svn/trunk@61 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-08-30 15:54:37 +00:00
z0rglub
6cbffaa646
improve the header of each file
...
git-svn-id: http://piwigo.org/svn/trunk@57 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-08-24 07:40:56 +00:00
z0rglub
963e1ef714
Adding support of independant uploadable categories
...
git-svn-id: http://piwigo.org/svn/trunk@38 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-07-25 21:33:41 +00:00
z0rglub
0a5b436654
Support of keywords for pictures. They are used in the search
...
git-svn-id: http://piwigo.org/svn/trunk@33 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-07-23 19:49:15 +00:00
z0rglub
2fa9252446
*** empty log message ***
...
git-svn-id: http://piwigo.org/svn/trunk@26 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-07-21 19:47:14 +00:00
z0rglub
0ec91d8b48
*** empty log message ***
...
git-svn-id: http://piwigo.org/svn/trunk@21 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-07-01 09:27:20 +00:00
z0rglub
0b6204e5fb
*** empty log message ***
...
git-svn-id: http://piwigo.org/svn/trunk@19 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-05-27 20:56:13 +00:00
z0rglub
1de10bd66f
search improved
...
git-svn-id: http://piwigo.org/svn/trunk@17 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-05-25 08:31:39 +00:00
z0rglub
887c7ee4d4
*** empty log message ***
...
git-svn-id: http://piwigo.org/svn/trunk@16 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-05-21 21:45:46 +00:00
z0rglub
2c2af65b6a
*** empty log message ***
...
git-svn-id: http://piwigo.org/svn/trunk@13 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-05-17 11:42:03 +00:00
z0rglub
b7b705f268
2003.05.13 user_add and user_modify added
...
git-svn-id: http://piwigo.org/svn/trunk@9 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-05-13 10:02:06 +00:00
z0rglub
867c2379ff
Initial revision
...
git-svn-id: http://piwigo.org/svn/trunk@2 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-05-09 12:42:42 +00:00