aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* feature 2365 added: Piwigo version is written in the database (asplegall2011-06-252-0/+18
| | | | | | | | | "piwigo_db_version" in the config table). We only store the branch, not the release : 2.3 and not 2.3.1, because database structure is not changing between minor releases. git-svn-id: http://piwigo.org/svn/trunk@11511 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2359 add single_update and single_insert functionsmistic1002011-06-224-34/+423
| | | | git-svn-id: http://piwigo.org/svn/trunk@11485 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2358 allow non-recursive mode for get_random_image_in_categorymistic1002011-06-221-3/+14
| | | | git-svn-id: http://piwigo.org/svn/trunk@11481 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r11371 from branch 2.2 to trunkplegall2011-06-141-0/+112
| | | | | | | | | | bug 2345 fixed: ability to update the rank of a photo for an existing 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/trunk@11372 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r11367 from branch 2.2 to trunkplegall2011-06-142-2/+2
| | | | | | | | bug 2344 fixed: all "Go to Home" links depends on the user defined "Gallery URL". git-svn-id: http://piwigo.org/svn/trunk@11368 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r11363 from branch 2.2 to trunkplegall2011-06-141-1/+1
| | | | | | | | | | bug 2342 fixed: with MySQL 5.5, "set level = NULL" fails because images.level 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/trunk@11364 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r11355 from branch 2.2 to trunkplegall2011-06-141-20/+18
| | | | | | | | bug 2340 fixed: external authentication was broken, error in SQL syntax and wrong PHP variable name was used. git-svn-id: http://piwigo.org/svn/trunk@11356 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2322 Add two new trigger events for tag name display and tag url mistic1002011-06-112-2/+5
| | | | git-svn-id: http://piwigo.org/svn/trunk@11317 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2330 ability to hide the "new" icon for recent photos mistic1002011-06-093-8/+17
| | | | git-svn-id: http://piwigo.org/svn/trunk@11285 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2323 : Refactoring update_user_comment() function to use ↵Eric2011-06-061-10/+8
| | | | | | user_comment_check trigger in a better place. git-svn-id: http://piwigo.org/svn/trunk@11253 68402e56-0260-453c-a942-63ccdbb3a9ee
* transmit comment ID to template on comments and picture_commentmistic1002011-06-041-3/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@11236 68402e56-0260-453c-a942-63ccdbb3a9ee
* change version to next release: 2.3.0beta2plegall2011-06-011-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@11188 68402e56-0260-453c-a942-63ccdbb3a9ee
* change version to next release: 2.3.0beta1plegall2011-06-011-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@11186 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r11160 from branch 2.2 to trunkplegall2011-05-311-4/+18
| | | | | | | | | | bug 2310 fixed: conf_update_param() does not erase config.comment column anymore, we only insert a new row if the param does not exist yet in the table. git-svn-id: http://piwigo.org/svn/trunk@11162 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r11152 from branch 2.2 to trunkplegall2011-05-312-15/+69
| | | | | | | | | feature 1622 added: pwg.categories.getList is now able to return a tree with the new "tree_output" option. Only compatible with json/php output formats. git-svn-id: http://piwigo.org/svn/trunk@11155 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r11121 from branch 2.2 to trunkplegall2011-05-301-1/+1
| | | | | | | | bug 2316 fixed: remote urls on local CSS files should not be modified git-svn-id: http://piwigo.org/svn/trunk@11122 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r11117 from branch 2.2 to trunkplegall2011-05-301-0/+5
| | | | | | | bug 2299 fixed: web API, method pwg.images.addSimple returns a clean error when parameter "image" is missing git-svn-id: http://piwigo.org/svn/trunk@11118 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r11115 from branch 2.2 to trunkplegall2011-05-301-4/+4
| | | | | | | | | | feature 2244 added: web API methods pwg.categories.getImages, 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/trunk@11116 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:1835flop252011-05-121-0/+32
| | | | | | better managment if $conf['insensitive_case_logon'] is true, for identification git-svn-id: http://piwigo.org/svn/trunk@10860 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2284patdenice2011-05-031-1/+1
| | | | | | Add param library for websize resize web service. git-svn-id: http://piwigo.org/svn/trunk@10747 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2259patdenice2011-04-291-52/+60
| | | | | | Create two different methods in webservice to create/regenerate thumbnail and to regenerate websize. git-svn-id: http://piwigo.org/svn/trunk@10686 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2284patdenice2011-04-291-1/+1
| | | | | | Send forgotten file in previous commit (again!) git-svn-id: http://piwigo.org/svn/trunk@10685 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -r10655 from branch 2.2 to trunkrvelices2011-04-281-1/+4
| | | | | | get_combined_scripts footer and header can be now in the same tpl file (warning before and not working properly) git-svn-id: http://piwigo.org/svn/trunk@10656 68402e56-0260-453c-a942-63ccdbb3a9ee
* Insert upload form parameters in database during installation.patdenice2011-04-281-1/+0
| | | | | | Remove prepare_upload_configuration function. git-svn-id: http://piwigo.org/svn/trunk@10653 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2284patdenice2011-04-272-8/+22
| | | | | | Create a class to manipulate images. git-svn-id: http://piwigo.org/svn/trunk@10641 68402e56-0260-453c-a942-63ccdbb3a9ee
* combine_script - more checks and warnings...rvelices2011-04-251-19/+27
| | | | git-svn-id: http://piwigo.org/svn/trunk@10616 68402e56-0260-453c-a942-63ccdbb3a9ee
* Only reset one type of extension.patdenice2011-04-231-5/+12
| | | | git-svn-id: http://piwigo.org/svn/trunk@10596 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2274patdenice2011-04-221-11/+1
| | | | | | | Create thumbnail through ajax. Remove $conf['tn_width'], $conf['tn_height'] and $conf['tn_compression_level'] parameters. git-svn-id: http://piwigo.org/svn/trunk@10570 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2274patdenice2011-04-221-24/+47
| | | | | | pwg.images.resize method is able to create or regenerate image from image path. git-svn-id: http://piwigo.org/svn/trunk@10563 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2273patdenice2011-04-211-3/+5
| | | | | | Add crop functionality to webservice and batch manager. git-svn-id: http://piwigo.org/svn/trunk@10553 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2271patdenice2011-04-211-0/+37
| | | | | | | | Add pwg.extensions.checkUpdates method to webservices. Add a warning message on intro page if update is availble for piwigo or extensions. Add an "Ignore All" button on extensions update page. git-svn-id: http://piwigo.org/svn/trunk@10538 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2271patdenice2011-04-201-0/+136
| | | | | | Merge autoupdate plugin into piwigo core. git-svn-id: http://piwigo.org/svn/trunk@10511 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/trunk@10503 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2259patdenice2011-04-171-0/+5
| | | | | | Add "Regenerate Websize Photos" action. git-svn-id: http://piwigo.org/svn/trunk@10454 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r10430 from branch 2.2 to trunkplegall2011-04-161-1/+72
| | | | | | | | bug 1818 fixed: fix "select distinct" queries for PostgreSQL. Patch by leloupv git-svn-id: http://piwigo.org/svn/trunk@10431 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2248 Improve quick/query search resultsrvelices2011-04-121-59/+187
| | | | git-svn-id: http://piwigo.org/svn/trunk@10340 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2259patdenice2011-04-101-0/+72
| | | | | | Add web service method: pwg.images.resize git-svn-id: http://piwigo.org/svn/trunk@10235 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug:2224 one parameter for change thumnails number (needs some translations)mistic1002011-04-091-3/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@10198 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug:1791 update webservices upload methodsmistic1002011-04-081-0/+4
| | | | git-svn-id: http://piwigo.org/svn/trunk@10160 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2250patdenice2011-04-071-2/+0
| | | | | | | Add expire parameter. Clean code. git-svn-id: http://piwigo.org/svn/trunk@10128 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug:2152 no special parameter for updated comment validationmistic1002011-04-062-42/+39
| | | | git-svn-id: http://piwigo.org/svn/trunk@10122 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2250patdenice2011-04-061-0/+1
| | | | | | Incompatible plugins and obsolete plugins may not be activated. git-svn-id: http://piwigo.org/svn/trunk@10098 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug:2152 Comments revalidation when modifiedmistic1002011-04-062-40/+83
| | | | git-svn-id: http://piwigo.org/svn/trunk@10097 68402e56-0260-453c-a942-63ccdbb3a9ee
* ws_getInfos is restricted to adminsmistic1002011-04-051-5/+5
| | | | git-svn-id: http://piwigo.org/svn/trunk@10061 68402e56-0260-453c-a942-63ccdbb3a9ee
* add pwg.getInfos method in PWG APImistic1002011-04-031-0/+67
| | | | git-svn-id: http://piwigo.org/svn/trunk@10017 68402e56-0260-453c-a942-63ccdbb3a9ee
* change version to 2.3 on trunkplegall2011-04-021-2/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@10000 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