aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* improvement: use the same code to check upload readiness in admin>photos>addplegall2010-05-032-43/+21
| | | | | | | | | screen and in web API. bug fixed: UploadForm partly takes into account the configurable upload directory (must be propagated everywhere in the UploadForm process) git-svn-id: http://piwigo.org/svn/trunk@6051 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 1635 fixed: new API method pwg.images.checkUpload tells pLoader if Piwigoplegall2010-05-032-0/+55
| | | | | | is ready for upload (currently, it checks write access on the upload directory) git-svn-id: http://piwigo.org/svn/trunk@6049 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 1638 fixed: the "admin>tools>maintenance>unlinked elements" features nowplegall2010-05-021-9/+10
| | | | | | | | works if you have only virtual categories, this is what happens if you don't use synchronization to add photos (if you use pLoader or UploadForm for example). git-svn-id: http://piwigo.org/svn/trunk@6048 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] update HU languagesamli2010-05-011-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@6036 68402e56-0260-453c-a942-63ccdbb3a9ee
* Bug 1636 fixed : add radius for chrome. Simplify css tabsheet.nikrou2010-05-013-17/+27
| | | | git-svn-id: http://piwigo.org/svn/trunk@6027 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 1637: make the privacy level the same everywher, use "who can see this ↵plegall2010-04-3015-71/+60
| | | | | | | | photo?" instead of "minimum privacy level". git-svn-id: http://piwigo.org/svn/trunk@6025 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] update HU languagesamli2010-04-301-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@6024 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1518: help on privacy levels.plegall2010-04-302-0/+67
| | | | | | | Warning, I've also added first sentence in the "Permissions on categories" fieldset. git-svn-id: http://piwigo.org/svn/trunk@6023 68402e56-0260-453c-a942-63ccdbb3a9ee
* Update language ITriopwg2010-04-301-0/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@6020 68402e56-0260-453c-a942-63ccdbb3a9ee
* Some nl_NL changeskeeshessels2010-04-302-9/+9
| | | | git-svn-id: http://piwigo.org/svn/trunk@6018 68402e56-0260-453c-a942-63ccdbb3a9ee
* - Fix tab display on IEpatdenice2010-04-295-3/+7
| | | | | | - Display missing screenshot on themes_new if screenshot is missing. git-svn-id: http://piwigo.org/svn/trunk@6015 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1502: Add $themeconf['load_parent_local_head'] parameterpatdenice2010-04-291-7/+9
| | | | git-svn-id: http://piwigo.org/svn/trunk@6006 68402e56-0260-453c-a942-63ccdbb3a9ee
* Rollback revision 5923patdenice2010-04-293-13/+14
| | | | git-svn-id: http://piwigo.org/svn/trunk@6004 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug fixed: on Google Chrome (Linux), fieldsets were center aligned in ↵plegall2010-04-291-0/+2
| | | | | | administration git-svn-id: http://piwigo.org/svn/trunk@6000 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 860 related: don't try to update the configuration during install becauseplegall2010-04-291-1/+3
| | | | | | pwg_query is not available yet. git-svn-id: http://piwigo.org/svn/trunk@5999 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 860 related: if the directory doesn't exist (SVN users) first try toplegall2010-04-291-10/+16
| | | | | | | create it. To avoid useless checks on filesystem (rvelices should appreciate) a configuration variable tells if we have to check or not. git-svn-id: http://piwigo.org/svn/trunk@5998 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 1613 fixed: split the "pending" screen into 2 distinct sections :plegall2010-04-298-51/+6
| | | | | | admin>photos>pending + admin>tools>pending comments. git-svn-id: http://piwigo.org/svn/trunk@5997 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 1634: default theme and default language have a specific page, ability toplegall2010-04-292-5/+10
| | | | | | set them from guest settings was removed. git-svn-id: http://piwigo.org/svn/trunk@5996 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug fixed: Admin>Config>Options>GuestSettings must show the guest settings,plegall2010-04-291-1/+1
| | | | | | not the default user settings. git-svn-id: http://piwigo.org/svn/trunk@5995 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug fixed: Admin>Config>Options>GuestSettings must show the guest settings,plegall2010-04-291-1/+1
| | | | | | not the default user settings. git-svn-id: http://piwigo.org/svn/trunk@5994 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1502: $themeconf['load_css_parent'] apply recursivelypatdenice2010-04-291-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@5993 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1502: Add $themeconf['load_parent_css'] parameterpatdenice2010-04-293-4/+15
| | | | git-svn-id: http://piwigo.org/svn/trunk@5991 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 1484: prevent XSS vulnerability, encode url.plegall2010-04-294-4/+3
| | | | | | | improvement: no need to transmit the REQUEST_URI from PHP, Smarty already knows it. git-svn-id: http://piwigo.org/svn/trunk@5990 68402e56-0260-453c-a942-63ccdbb3a9ee
* Update language ITriopwg2010-04-291-0/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@5989 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 1631: the pwg_token was missing on default tag administration screen.plegall2010-04-281-0/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@5987 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 1484: after a "quick connect" you are correctly redirect to the same page.plegall2010-04-282-0/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@5986 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 860: display a more readable error when the _data directory is not writableplegall2010-04-282-3/+20
| | | | git-svn-id: http://piwigo.org/svn/trunk@5985 68402e56-0260-453c-a942-63ccdbb3a9ee
* l10n: add new string in upgrade procedureplegall2010-04-284-4/+4
| | | | git-svn-id: http://piwigo.org/svn/trunk@5984 68402e56-0260-453c-a942-63ccdbb3a9ee
* remove useless check of mysql.inc.phpplegall2010-04-281-92/+27
| | | | git-svn-id: http://piwigo.org/svn/trunk@5983 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1630: upgrade to Piwigo 2.1 :-)plegall2010-04-2811-113/+255
| | | | | | bug 1604: only activate core themes not all themes. git-svn-id: http://piwigo.org/svn/trunk@5982 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1502: migrate other template than yoga.patdenice2010-04-281-2/+23
| | | | git-svn-id: http://piwigo.org/svn/trunk@5981 68402e56-0260-453c-a942-63ccdbb3a9ee
* Fix tooltip position on admin intro page.patdenice2010-04-285-47/+98
| | | | | | Menubar reordering now looks like category reordering. git-svn-id: http://piwigo.org/svn/trunk@5980 68402e56-0260-453c-a942-63ccdbb3a9ee
* In user_list page, theme value must be theme id, not theme name.patdenice2010-04-271-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@5974 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] update ja_JP thanks to irohaprojectddtddt2010-04-271-0/+19
| | | | git-svn-id: http://piwigo.org/svn/trunk@5973 68402e56-0260-453c-a942-63ccdbb3a9ee
* Translation done acording to: ↵voyteckst2010-04-261-0/+19
| | | | | | http://piwigo.org/forum/viewtopic.php?pid=113063#p113063 git-svn-id: http://piwigo.org/svn/trunk@5968 68402e56-0260-453c-a942-63ccdbb3a9ee
* git-svn-id: http://piwigo.org/svn/trunk@5967 ↵voyteckst2010-04-261-1/+1
| | | | 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] update IT thanks to Ericnetddtddt2010-04-252-3/+5
| | | | git-svn-id: http://piwigo.org/svn/trunk@5965 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] update ESddtddt2010-04-251-0/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@5963 68402e56-0260-453c-a942-63ccdbb3a9ee
* Change filename handler name for photos add pages.patdenice2010-04-245-5/+5
| | | | git-svn-id: http://piwigo.org/svn/trunk@5960 68402e56-0260-453c-a942-63ccdbb3a9ee
* Add triggers for image and thumbnail resizing.patdenice2010-04-242-5/+33
| | | | git-svn-id: http://piwigo.org/svn/trunk@5957 68402e56-0260-453c-a942-63ccdbb3a9ee
* Feature 1156 fixed : unit mode acts as picture modify, so remove action ↵nikrou2010-04-241-3/+1
| | | | | | leave and set to. git-svn-id: http://piwigo.org/svn/trunk@5956 68402e56-0260-453c-a942-63ccdbb3a9ee
* Feature 1156 fixed : add privacy level to photo bulk manager in unit modenikrou2010-04-242-25/+37
| | | | git-svn-id: http://piwigo.org/svn/trunk@5955 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] add SR help thanks to Darkoddtddt2010-04-242-0/+53
| | | | git-svn-id: http://piwigo.org/svn/trunk@5953 68402e56-0260-453c-a942-63ccdbb3a9ee
* original file is ISO-8859, converted it to UTF-8duke2010-04-241-9/+9
| | | | git-svn-id: http://piwigo.org/svn/trunk@5951 68402e56-0260-453c-a942-63ccdbb3a9ee
* added de_DE translation for help_add_photos.htmlduke2010-04-241-0/+26
| | | | git-svn-id: http://piwigo.org/svn/trunk@5950 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] add file help NL thanks to pauldaytonaddtddt2010-04-241-0/+21
| | | | git-svn-id: http://piwigo.org/svn/trunk@5949 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug fixed: help_add_photos.html was copied from fr_FR by mistake in r5526plegall2010-04-245-155/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@5948 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] update CN thanks to Winsonddtddt2010-04-241-19/+7
| | | | git-svn-id: http://piwigo.org/svn/trunk@5947 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] update ESddtddt2010-04-241-18/+12
| | | | git-svn-id: http://piwigo.org/svn/trunk@5946 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] update FRddtddt2010-04-241-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@5945 68402e56-0260-453c-a942-63ccdbb3a9ee