aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* bug 2436 fixed: remove HTML tags when displaying album name as tooltip2.2plegall2011-09-091-1/+1
git-svn-id: http://piwigo.org/svn/branches/2.2@12122 68402e56-0260-453c-a942-63ccdbb3a9ee
* change version number to 2.2.6plegall2011-08-312-2/+2
| | | | git-svn-id: http://piwigo.org/svn/branches/2.2@12027 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2422 fixed: typo fixed in FTP helpplegall2011-08-318-8/+8
| | | | git-svn-id: http://piwigo.org/svn/branches/2.2@12024 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2421 fixed: no more warning on comments.php when ↵plegall2011-08-311-0/+5
| | | | | | $_SERVER['QUERY_STRING'] is not defined git-svn-id: http://piwigo.org/svn/branches/2.2@12022 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2378 fixed: remove MySQL warning when synchronizing with simulationplegall2011-08-301-9/+9
| | | | | | | activated. The warning occurs when there are new dircetories found. git-svn-id: http://piwigo.org/svn/branches/2.2@12011 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2416 fixed: the CAST function in MySQL seems to return unexpected results,plegall2011-08-301-1/+1
depending on MySQL version. As a consequence it was producing virtual years in calendar display. git-svn-id: http://piwigo.org/svn/branches/2.2@12009 68402e56-0260-453c-a942-63ccdbb3a9ee
* change version number to 2.2.5plegall2011-07-182-2/+2
git-svn-id: http://piwigo.org/svn/branches/2.2@11768 68402e56-0260-453c-a942-63ccdbb3a9ee
* 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
* bug 2356 fixed: if the EXIF date can't be parsed, we don't use it to fill ↵plegall2011-07-141-0/+5
| | | | | | the photo date git-svn-id: http://piwigo.org/svn/branches/2.2@11747 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2376 added: new method pwg.categories.setRepresentativeplegall2011-07-142-1/+83
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
* feature 2245: when a new private album is added, the creator and adminsplegall2011-07-132-1/+112
automatically get permission on it. git-svn-id: http://piwigo.org/svn/branches/2.2@11727 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
* bug 2363 fixed: upgrade 94 should not fail when write access is missing onplegall2011-06-251-5/+21
_data/plugins. When this situation occurs, we don't save the 2.1 user upload configuration and we continue the upgrade. git-svn-id: http://piwigo.org/svn/branches/2.2@11508 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2345 fixed: ability to update the rank of a photo for an existingplegall2011-06-142-0/+123
| | | | | | | | 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-144-4/+4
| | | | | | URL". git-svn-id: http://piwigo.org/svn/branches/2.2@11367 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2343 fixed: pwg.images.setInfo, the "level" should not be mandatory. Ifplegall2011-06-141-1/+1
| | | | | | | the caller doesn't send this property, the level is unchanged. git-svn-id: http://piwigo.org/svn/branches/2.2@11365 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 2341 fixed: simplified selection for CSS file to edit. We display the listplegall2011-06-142-17/+101
| | | | | | | of themes in the same order as on [Administration > Configuration > Themes] git-svn-id: http://piwigo.org/svn/branches/2.2@11361 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
* bug 2339 fixed: admin.php calls sync_users() only if ↵plegall2011-06-111-1/+2
external_authentification is true, not at random git-svn-id: http://piwigo.org/svn/branches/2.2@11328 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2334 fixed: "Informations" should not be plural in Englishplegall2011-06-091-1/+1
| | | | git-svn-id: http://piwigo.org/svn/branches/2.2@11287 68402e56-0260-453c-a942-63ccdbb3a9ee
* change version number to 2.2.3plegall2011-06-092-2/+2
git-svn-id: http://piwigo.org/svn/branches/2.2@11286 68402e56-0260-453c-a942-63ccdbb3a9ee
* backmerge r10642, it was not necessary on branch 2.2 and introduced visual ↵plegall2011-06-011-201/+176
changes like border-bottom on hover for album representative thumbnail git-svn-id: http://piwigo.org/svn/branches/2.2@11197 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-012-2/+2
| | | | git-svn-id: http://piwigo.org/svn/branches/2.2@11189 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r11179 from trunk to branch 2.2plegall2011-06-011-0/+0
| | | | | | | cleaner 16px delete icon, visual compatible with the 24px delete icon git-svn-id: http://piwigo.org/svn/branches/2.2@11180 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
* bug 2280 fixed: check language and theme values before updating database. Theplegall2011-05-311-0/+10
| | | | | | | posted value must match an expected value, this is not a free texfield. git-svn-id: http://piwigo.org/svn/branches/2.2@11157 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1622 added: pwg.categories.getList is now able to return a tree withplegall2011-05-313-16/+71
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
* remove svn:mergeinfoplegall2011-05-250-0/+0
| | | | git-svn-id: http://piwigo.org/svn/branches/2.2@11058 68402e56-0260-453c-a942-63ccdbb3a9ee
* remove svn:mergeinfo added in r11056plegall2011-05-250-0/+0
git-svn-id: http://piwigo.org/svn/branches/2.2@11057 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug fixed, in French "album" is not a feminine wordplegall2011-05-251-3/+3
git-svn-id: http://piwigo.org/svn/branches/2.2@11052 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 1786 fixed: ability to prefilter the synchronize screen with a specificplegall2011-05-257-1/+31
album by clicking on the new "Synchronize" icon on album admin page or album admin list. This is not the solution proposed by Gotcha (ie a treeview to select the album on the synchronize screen) but it solves the same problem. git-svn-id: http://piwigo.org/svn/branches/2.2@11040 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
* bug 2242 fixed: default theme is changed if upgrade.php deactivated the ↵plegall2011-04-161-1/+20
| | | | | | previous theme. git-svn-id: http://piwigo.org/svn/branches/2.2@10425 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2251: auto-complete was not working on second tag if cache=true.plegall2011-04-163-3/+3
git-svn-id: http://piwigo.org/svn/branches/2.2@10421 68402e56-0260-453c-a942-63ccdbb3a9ee
* remove svn:mergeinfo (SVN properties)plegall2011-04-070-0/+0
git-svn-id: http://piwigo.org/svn/branches/2.2@10130 68402e56-0260-453c-a942-63ccdbb3a9ee
* change version to 2.2 on branches/2.2plegall2011-04-022-3/+3
| | | | git-svn-id: http://piwigo.org/svn/branches/2.2@9999 68402e56-0260-453c-a942-63ccdbb3a9ee
* Create branch 2.2 from trunk r9955plegall2011-04-020-0/+0
git-svn-id: http://piwigo.org/svn/branches/2.2@9998 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 fixed: makes really sure there is a defined category id before ↵plegall2011-03-301-1/+1
redirection on photo deletion git-svn-id: http://piwigo.org/svn/trunk@9943 68402e56-0260-453c-a942-63ccdbb3a9ee
* new favicon to match new logo designplegall2011-03-292-0/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@9911 68402e56-0260-453c-a942-63ccdbb3a9ee
* Language Switch:plegall2011-03-284-14/+25
| | | | | | | | | | | | | | | * display language name next to flag (and enlarge the flag box to ~400px) * force the links color inside the language box because the background color is forced : on a theme like "grum dark II", the result is really awful, impossible to read. * the current language is not removed from the list, this ways the list is not reorganized depending on the current language git-svn-id: http://piwigo.org/svn/trunk@9906 68402e56-0260-453c-a942-63ccdbb3a9ee
* use combine_css for languageSwitch pluginplegall2011-03-282-42/+41
| | | | git-svn-id: http://piwigo.org/svn/trunk@9905 68402e56-0260-453c-a942-63ccdbb3a9ee