aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* New version 2.1.1 hard coded.2.1.1plegall2010-05-243-7/+7
| | | | | | | Stable release required modifications: don't show version and generation time in footer, don't check the upgrade feed, don't die on sql errors. git-svn-id: http://piwigo.org/svn/tags/2.1.1@6350 68402e56-0260-453c-a942-63ccdbb3a9ee
* Create release 2.1.1 from branch 2.1 r6347plegall2010-05-240-0/+0
| | | | git-svn-id: http://piwigo.org/svn/tags/2.1.1@6349 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 1672: replace the language key where it's used.plegall2010-05-241-1/+1
| | | | git-svn-id: http://piwigo.org/svn/branches/2.1@6347 68402e56-0260-453c-a942-63ccdbb3a9ee
* cancellation and replacement r6289Gotcha2010-05-243-3/+2
| | | | | | | Change language key "Note: Only deletes photos added with pLoader" bug:1672 git-svn-id: http://piwigo.org/svn/branches/2.1@6345 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r6341 from trunk to branch 2.1plegall2010-05-247-0/+0
| | | | | | | Fix incorrect permissions git-svn-id: http://piwigo.org/svn/branches/2.1@6343 68402e56-0260-453c-a942-63ccdbb3a9ee
* Fix bug 1695 : incorrect boolean to string conversion for SQLite and ↵nikrou2010-05-243-9/+9
| | | | | | PostgreSQL database engines merge from trunk git-svn-id: http://piwigo.org/svn/branches/2.1@6342 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 1694 fixed: COMPUTED Exif fields were not displayed on picture.phpplegall2010-05-241-4/+4
| | | | git-svn-id: http://piwigo.org/svn/branches/2.1@6338 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r6325 from trunk to branch 2.1plegall2010-05-242-43/+44
| | | | | | | Update language IT git-svn-id: http://piwigo.org/svn/branches/2.1@6334 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r6317 from trunk to branch 2.1plegall2010-05-243-0/+62
| | | | | | | [trunk][plugins] c13y_upgrade - add HU language git-svn-id: http://piwigo.org/svn/branches/2.1@6333 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r6271 from trunk to branch 2.1plegall2010-05-241-50/+51
| | | | git-svn-id: http://piwigo.org/svn/branches/2.1@6332 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r6268 from trunk to branch 2.1plegall2010-05-242-11/+11
| | | | git-svn-id: http://piwigo.org/svn/branches/2.1@6331 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r6267 from trunk to branch 2.1plegall2010-05-242-12/+12
| | | | git-svn-id: http://piwigo.org/svn/branches/2.1@6330 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r6266 from trunk to branch 2.1plegall2010-05-241-29/+29
| | | | git-svn-id: http://piwigo.org/svn/branches/2.1@6329 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r6240 from trunk to branch 2.1plegall2010-05-241-1/+1
| | | | | | | small translation bug correction git-svn-id: http://piwigo.org/svn/branches/2.1@6328 68402e56-0260-453c-a942-63ccdbb3a9ee
* remplace special -> toolddtddt2010-05-2418-18/+18
| | | | git-svn-id: http://piwigo.org/svn/branches/2.1@6327 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r6320 from trunk to branch 2.1plegall2010-05-243-26/+16
| | | | | | | | | | | | bug 1667 fixed: r6027 was fixing a minor error on tabs for Google Chrome/Safari BUT was introducing a major visual issue for IE8. Backmerged + adds the -webkit radius anyway. This is a quickfix for release 2.1.1, the improved display introduced by nikrou was nice and it would be better to have it, but working in IE8 git-svn-id: http://piwigo.org/svn/branches/2.1@6323 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 1682: r6312 was producing a MySQL error (depending on the MySQL serverplegall2010-05-241-1/+2
| | | | | | | | | version) because a count() implies a group by. This code change was checked against MySQL 5.0.75, MySQL 5.0.51 (where the error occured) and SQLite 3.6.22. git-svn-id: http://piwigo.org/svn/branches/2.1@6321 68402e56-0260-453c-a942-63ccdbb3a9ee
* Merge r6318 from trunk to branch 2.1.patdenice2010-05-241-0/+1
| | | | | | $themeconf['id'] hard coded in template class git-svn-id: http://piwigo.org/svn/branches/2.1@6319 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 1685 fixed: typo on identification.php linkplegall2010-05-231-1/+1
| | | | git-svn-id: http://piwigo.org/svn/branches/2.1@6313 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 1684 fixed: the test to check availability of the user_infos line wasplegall2010-05-231-14/+18
| | | | | | | | | | | | wrong. I had changed the old db_num_rows > 0 because it was not working with SQLite. As suggested by nicolas, let's use a simpler trick "count(1)" in the query itself, this way it should work with any database engine. I've also removed the while (true) (ugly infinite loop, with a condition for exit) that was producing an infinite loop for Piwigo installations with 2.0 database model and 2.1 code (before launching upgrade.php) git-svn-id: http://piwigo.org/svn/branches/2.1@6312 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 1683 fixed: as soon as an admin modifies the admin>conf>options>guest ↵plegall2010-05-232-0/+43
| | | | | | | | settings, registration is broken. This is because user_infos.theme/language are emptied (while they should not). I have also added an "automatic repair" piece of code in get_default_user_info function. This piece of code should be removed for 2.2 with the appropriate migration task. git-svn-id: http://piwigo.org/svn/branches/2.1@6311 68402e56-0260-453c-a942-63ccdbb3a9ee
* Change the language key.Gotcha2010-05-2320-20/+3
| | | | | | | | | | Old => "Note: Only deletes photos added with pLoader" New => "Note: Only deletes photos added with API" Removal of the old keys in all the languages. MAJ New key for en_EN & fr_FR bug:1672 git-svn-id: http://piwigo.org/svn/branches/2.1@6289 68402e56-0260-453c-a942-63ccdbb3a9ee
* Correction lang keyGotcha2010-05-221-1/+1
| | | | | | "group" => "Group" git-svn-id: http://piwigo.org/svn/branches/2.1@6280 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r6247 from trunk to branch 2.1Gotcha2010-05-221-1/+1
| | | | git-svn-id: http://piwigo.org/svn/branches/2.1@6279 68402e56-0260-453c-a942-63ccdbb3a9ee
* Addition of capital lettersGotcha2010-05-221-24/+24
| | | | git-svn-id: http://piwigo.org/svn/branches/2.1@6277 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r6265 from trunk to branch 2.1plegall2010-05-221-1/+1
| | | | | | | | Correct text alignement in .infos, .errors 30px => 53px git-svn-id: http://piwigo.org/svn/branches/2.1@6276 68402e56-0260-453c-a942-63ccdbb3a9ee
* Merge r6273 correctlyGotcha2010-05-221-1/+1
| | | | git-svn-id: http://piwigo.org/svn/branches/2.1@6275 68402e56-0260-453c-a942-63ccdbb3a9ee
* Merge r6273Gotcha2010-05-221-1/+1
| | | | git-svn-id: http://piwigo.org/svn/branches/2.1@6274 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -r6243 from trunkrvelices2010-05-191-1/+1
| | | | | | fix language key in template/menubar_tags.tpl git-svn-id: http://piwigo.org/svn/branches/2.1@6244 68402e56-0260-453c-a942-63ccdbb3a9ee
* multi view plugin can select inactive themesrvelices2010-05-181-1/+3
| | | | git-svn-id: http://piwigo.org/svn/branches/2.1@6236 68402e56-0260-453c-a942-63ccdbb3a9ee
* Create branch 2.1 from trunk r6202plegall2010-05-170-0/+0
| | | | git-svn-id: http://piwigo.org/svn/branches/2.1@6218 68402e56-0260-453c-a942-63ccdbb3a9ee
* git-svn-id: http://piwigo.org/svn/trunk@6202 ↵EricNet2010-05-161-7/+3
| | | | 68402e56-0260-453c-a942-63ccdbb3a9ee
* Minor typo fixedpatdenice2010-05-161-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@6195 68402e56-0260-453c-a942-63ccdbb3a9ee
* Fix a typotosca2010-05-151-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@6180 68402e56-0260-453c-a942-63ccdbb3a9ee
* git-svn-id: http://piwigo.org/svn/trunk@6178 ↵EricNet2010-05-135-109/+68
| | | | 68402e56-0260-453c-a942-63ccdbb3a9ee
* git-svn-id: http://piwigo.org/svn/trunk@6177 ↵EricNet2010-05-131-8/+8
| | | | 68402e56-0260-453c-a942-63ccdbb3a9ee
* git-svn-id: http://piwigo.org/svn/trunk@6175 ↵EricNet2010-05-132-11/+11
| | | | 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] update HU languagesamli2010-05-131-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@6171 68402e56-0260-453c-a942-63ccdbb3a9ee
* git-svn-id: http://piwigo.org/svn/trunk@6170 ↵EricNet2010-05-131-5/+5
| | | | 68402e56-0260-453c-a942-63ccdbb3a9ee
* git-svn-id: http://piwigo.org/svn/trunk@6169 ↵EricNet2010-05-131-2/+2
| | | | 68402e56-0260-453c-a942-63ccdbb3a9ee
* SQLite cannot drop tables on cascadenikrou2010-05-122-2/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@6166 68402e56-0260-453c-a942-63ccdbb3a9ee
* List all obsolete files/directories since release 1.0.0plegall2010-05-111-0/+132
| | | | git-svn-id: http://piwigo.org/svn/trunk@6163 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] update vi thanks to Em Kuddtddt2010-05-111-0/+8
| | | | git-svn-id: http://piwigo.org/svn/trunk@6162 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] update vi thanks to Em Kuddtddt2010-05-111-8/+7
| | | | git-svn-id: http://piwigo.org/svn/trunk@6161 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] update da_DK thanks to nileddtddt2010-05-101-0/+45
| | | | git-svn-id: http://piwigo.org/svn/trunk@6159 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] update da_DK thanks to nileddtddt2010-05-101-12/+36
| | | | git-svn-id: http://piwigo.org/svn/trunk@6158 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] update JP thanks to irohaprojectddtddt2010-05-105-5/+53
| | | | git-svn-id: http://piwigo.org/svn/trunk@6156 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] update CN thanks to Winsonddtddt2010-05-103-1/+5
| | | | git-svn-id: http://piwigo.org/svn/trunk@6155 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] update CN thanks to Winsonddtddt2010-05-102-4/+17
| | | | git-svn-id: http://piwigo.org/svn/trunk@6154 68402e56-0260-453c-a942-63ccdbb3a9ee
* Fix get_enums function for SQLitenikrou2010-05-093-3/+26
| | | | | | | hard coded enums values for all tables because enum feature doesn't exists for SQLite. git-svn-id: http://piwigo.org/svn/trunk@6153 68402e56-0260-453c-a942-63ccdbb3a9ee