aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feature 2243 added: pwg.session.getStatus returns current date (used for ↵plegall2011-07-151-0/+4
| | | | | | images.date_available field, ie database time) git-svn-id: http://piwigo.org/svn/branches/2.2@11755 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2376 added: new method pwg.categories.setRepresentativeplegall2011-07-141-0/+72
| | | | git-svn-id: http://piwigo.org/svn/branches/2.2@11745 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2375 fixed: ability to deactivate representative cache on sub-albums ↵plegall2011-07-132-3/+18
| | | | | | (['representative_cache_on_subcats']) or when searching for another representative due to privacy level (['representative_cache_on_level']) git-svn-id: http://piwigo.org/svn/branches/2.2@11738 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2338 fixed: force purge on sessions table (each time a user gets connected)plegall2011-07-131-0/+3
| | | | git-svn-id: http://piwigo.org/svn/branches/2.2@11736 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r11512 form trunkmistic1002011-06-261-3/+7
| | | | | | bug:2361 fixed : remove html tags in categories drop-down lists git-svn-id: http://piwigo.org/svn/branches/2.2@11513 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2364 fixed: if database upgrade is missing, we redirect to upgrade.phpplegall2011-06-251-0/+7
| | | | git-svn-id: http://piwigo.org/svn/branches/2.2@11510 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r11481 from trunkmistic1002011-06-221-3/+14
| | | | | | feature:2358 allow non-recursive mode for get_random_image_in_category git-svn-id: http://piwigo.org/svn/branches/2.2@11486 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2345 fixed: ability to update the rank of a photo for an existingplegall2011-06-141-0/+112
| | | | | | | | category. I haven't modified pwg.images.setInfo, I've just added a new method pwg.images.setRank which does this very specific job. git-svn-id: http://piwigo.org/svn/branches/2.2@11371 68402e56-0260-453c-a942-63ccdbb3a9ee
* change version number to 2.2.4plegall2011-06-141-1/+1
| | | | git-svn-id: http://piwigo.org/svn/branches/2.2@11369 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2344 fixed: all "Go to Home" links depends on the user defined "Gallery ↵plegall2011-06-142-2/+2
| | | | | | URL". git-svn-id: http://piwigo.org/svn/branches/2.2@11367 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2342 fixed: with MySQL 5.5, "set level = NULL" fails because images.levelplegall2011-06-141-1/+1
| | | | | | | | is a NOT NULL field. The same test is performed in the same function (mass_updates) but for array bigger than 10 rows. git-svn-id: http://piwigo.org/svn/branches/2.2@11363 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2340 fixed: external authentication was broken, error in SQL syntax and ↵plegall2011-06-141-20/+18
| | | | | | wrong PHP variable name was used. git-svn-id: http://piwigo.org/svn/branches/2.2@11355 68402e56-0260-453c-a942-63ccdbb3a9ee
* change version number to 2.2.3plegall2011-06-091-1/+1
| | | | git-svn-id: http://piwigo.org/svn/branches/2.2@11286 68402e56-0260-453c-a942-63ccdbb3a9ee
* r11253 merged from trunk - Tests are OKEric2011-06-071-10/+8
| | | | | | bug 2323 fixed : Refactoring update_user_comment() function to use user_comment_check trigger in a better place. git-svn-id: http://piwigo.org/svn/branches/2.2@11257 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r11236 from trunkmistic1002011-06-041-3/+2
| | | | | | transmit comment ID to template on comments and picture_comment git-svn-id: http://piwigo.org/svn/branches/2.2@11237 68402e56-0260-453c-a942-63ccdbb3a9ee
* change default configuration settings for a stable branch. Developers who ↵plegall2011-06-011-4/+4
| | | | | | need previous configuration settings can modify them in their local configuration git-svn-id: http://piwigo.org/svn/branches/2.2@11190 68402e56-0260-453c-a942-63ccdbb3a9ee
* set the version to the next release: 2.2.2plegall2011-06-011-1/+1
| | | | git-svn-id: http://piwigo.org/svn/branches/2.2@11189 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2310 fixed: conf_update_param() does not erase config.comment columnplegall2011-05-311-4/+18
| | | | | | | | anymore, we only insert a new row if the param does not exist yet in the table. git-svn-id: http://piwigo.org/svn/branches/2.2@11160 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1622 added: pwg.categories.getList is now able to return a tree withplegall2011-05-312-15/+69
| | | | | | | the new "tree_output" option. Only compatible with json/php output formats. git-svn-id: http://piwigo.org/svn/branches/2.2@11152 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2316 fixed: remote urls on local CSS files should not be modifiedplegall2011-05-301-1/+1
| | | | git-svn-id: http://piwigo.org/svn/branches/2.2@11121 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2299 fixed: web API, method pwg.images.addSimple returns a clean error ↵plegall2011-05-301-0/+5
| | | | | | when parameter "image" is missing git-svn-id: http://piwigo.org/svn/branches/2.2@11117 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2244 added: web API methods pwg.categories.getImages,plegall2011-05-301-4/+4
| | | | | | | | pwg.tags.getImages and pwg.images.search now give the date_creation and date_available for each returned photo. git-svn-id: http://piwigo.org/svn/branches/2.2@11115 68402e56-0260-453c-a942-63ccdbb3a9ee
* get_combined_scripts footer and header can be now in the same tpl file ↵rvelices2011-04-281-1/+4
| | | | | | (warning before and not working properly) git-svn-id: http://piwigo.org/svn/branches/2.2@10655 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -r10516 from trunk combine_script - more checks and warnings...rvelices2011-04-251-19/+27
| | | | git-svn-id: http://piwigo.org/svn/branches/2.2@10617 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug:2268 combine_script - sometimes precedent scripts were not being loaded ↵rvelices2011-04-191-2/+2
| | | | | | | | before ... in admin, the accordion is loaded in the header (admin pages have the same header combined script, but usually different bottom scripts) git-svn-id: http://piwigo.org/svn/branches/2.2@10504 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 1818 fixed: fix "select distinct" queries for PostgreSQL. Patch by leloupvplegall2011-04-161-1/+72
| | | | git-svn-id: http://piwigo.org/svn/branches/2.2@10430 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -r10340 from trunk feature:2248 Improve quick/query search resultsrvelices2011-04-161-59/+187
| | | | git-svn-id: http://piwigo.org/svn/branches/2.2@10427 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r10098,r10100,r10101,r10113,r10128,r10129 from trunk to branch 2.2patdenice2011-04-071-1/+0
| | | | | | | | | | | | | feature:2250 Incompatible plugins and obsolete plugins may not be activated. Deactivate and uninstall obsolete plugins. Add warning icon and tiptip Add languages keys. Add expire parameter. Clean code. Remove useless query for delete. git-svn-id: http://piwigo.org/svn/branches/2.2@10131 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r10097 & r10122 from trunkmistic1002011-04-061-2/+42
| | | | git-svn-id: http://piwigo.org/svn/branches/2.2@10123 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r10061 from trunk : ws_getInfos is restrcited to admins (bug:1023)mistic1002011-04-051-5/+5
| | | | git-svn-id: http://piwigo.org/svn/branches/2.2@10062 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r10017 from trunk to 2.2 (bug:1023)mistic1002011-04-031-0/+67
| | | | git-svn-id: http://piwigo.org/svn/branches/2.2@10022 68402e56-0260-453c-a942-63ccdbb3a9ee
* change version to 2.2 on branches/2.2plegall2011-04-021-2/+2
| | | | git-svn-id: http://piwigo.org/svn/branches/2.2@9999 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug fixed: for metadata synchronization, use the same behavior inplegall2011-03-301-0/+13
| | | | | | | | | pwg.images.addSimple as in pwg.images.add, ie the metadata mapping is prioritary compared to values given to the web API methods (author, description, title...) git-svn-id: http://piwigo.org/svn/trunk@9944 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug:2234patdenice2011-03-291-0/+4
| | | | | | HTML characters are allowed in username git-svn-id: http://piwigo.org/svn/trunk@9923 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r9819 from branch 2.1 to trunkplegall2011-03-221-1/+1
| | | | | | | | | | | | | bug 2228 fixed: there should be no blank space in the URL to avoid infinite loop redirection (this happens with chinese only characters + blank space in the category name). Note: this problem does not concern tag names because there is no redirection when the tag name does not match tags.url_name git-svn-id: http://piwigo.org/svn/trunk@9820 68402e56-0260-453c-a942-63ccdbb3a9ee
* ws_getVersion -> add test for admin , sendResponse -> add a trigger for debug wscljosse2011-03-172-2/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@9742 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2114patdenice2011-03-111-1/+1
| | | | | | All combined scripts must end with ; to avoid javascript error. git-svn-id: http://piwigo.org/svn/trunk@9606 68402e56-0260-453c-a942-63ccdbb3a9ee
* check for availability of local/combined (and try to create it if not available)plegall2011-03-101-0/+21
| | | | git-svn-id: http://piwigo.org/svn/trunk@9594 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2114patdenice2011-03-091-1/+1
| | | | | | Simplify all admin templates. git-svn-id: http://piwigo.org/svn/trunk@9586 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2114patdenice2011-03-091-7/+30
| | | | | | | footer_script can use multiple required scripts (like combine_script). automaticaly load know scripts. git-svn-id: http://piwigo.org/svn/trunk@9580 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2195: webservices f_min_date_available not working rvelices2011-03-081-4/+4
| | | | git-svn-id: http://piwigo.org/svn/trunk@9576 68402e56-0260-453c-a942-63ccdbb3a9ee
* Update jQuery UI to 1.8.10.patdenice2011-03-071-5/+37
| | | | | | Improve jquery ui management in template class. git-svn-id: http://piwigo.org/svn/trunk@9559 68402e56-0260-453c-a942-63ccdbb3a9ee
* ability to to display the album name as a single link and not several links ↵plegall2011-02-241-2/+20
| | | | | | depending on uppercats, with get_cat_display_name_cache git-svn-id: http://piwigo.org/svn/trunk@9367 68402e56-0260-453c-a942-63ccdbb3a9ee
* new function to get image name depending on name and filenameplegall2011-02-241-0/+19
| | | | git-svn-id: http://piwigo.org/svn/trunk@9366 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 937: problem on empty albums (visible for admins) with a ↵plegall2011-02-241-15/+14
| | | | | | representative_picture_id defined. git-svn-id: http://piwigo.org/svn/trunk@9365 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature added: ability to avoid sending technical details with ↵plegall2011-02-231-37/+31
| | | | | | | | | pwg_mail_notification_admins change: pwg_mail_notification_admins forces the format to be text/plain git-svn-id: http://piwigo.org/svn/trunk@9360 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2197 added: if make_index_url() adds no parameters after index.php?, ↵plegall2011-02-221-0/+9
| | | | | | then we return get_absolute_root_url() git-svn-id: http://piwigo.org/svn/trunk@9353 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2189 added: ability to update a photo (the JPEG/PNG file) withplegall2011-02-111-13/+34
| | | | | | | pwg.images.addSimple, simply by adding an $image_id as argument. git-svn-id: http://piwigo.org/svn/trunk@9191 68402e56-0260-453c-a942-63ccdbb3a9ee
* Update jQuery to 1.5 and jQuery UI to 1.8.9patdenice2011-02-111-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@9172 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2184 fixed: avoid SQL syntax error on "display only recently posted ↵plegall2011-02-081-1/+2
| | | | | | photos" filter. git-svn-id: http://piwigo.org/svn/trunk@9116 68402e56-0260-453c-a942-63ccdbb3a9ee