aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* bug 1648 fixed: add the pwg_db_check_version functions for pdo-sqlite, sqliteplegall2010-05-075-2/+49
| | | | | | | | | | and pgsql, also make the $pwg_db_link global in the install_db_connect function so that it can be used in SQLite functions. bug fixed: with pdo-sqlite, pwg_db_num_rows always returns 0, so when initializing user data, it tries to insert the same row twice. git-svn-id: http://piwigo.org/svn/trunk@6090 68402e56-0260-453c-a942-63ccdbb3a9ee
* the new text was not a replacement for the previous text, it was an addition :-)plegall2010-05-051-1/+17
| | | | git-svn-id: http://piwigo.org/svn/trunk@6084 68402e56-0260-453c-a942-63ccdbb3a9ee
* Transaltion according to: http://piwigo.org/forum/viewtopic.php?id=15919&p=1voyteckst2010-05-051-8/+25
| | | | git-svn-id: http://piwigo.org/svn/trunk@6082 68402e56-0260-453c-a942-63ccdbb3a9ee
* added missing key with translationduke2010-05-051-0/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@6079 68402e56-0260-453c-a942-63ccdbb3a9ee
* fixed a typo found while translatingduke2010-05-051-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@6078 68402e56-0260-453c-a942-63ccdbb3a9ee
* de_DE translation for new help_permissions.htmlduke2010-05-051-11/+48
| | | | git-svn-id: http://piwigo.org/svn/trunk@6077 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 620: ability to synchronize metadata from high definition photo, if noplegall2010-05-041-2/+12
| | | | | | | | | metadata available in "web sized" photo. This commit is a report of r4683 from update_metadata function in admin/include/functions_metadata.php in the duplicated code get_element_metadata of admin/site_reader_local.php. See feature 620 for details about code duplication. git-svn-id: http://piwigo.org/svn/trunk@6076 68402e56-0260-453c-a942-63ccdbb3a9ee
* remove debug traceplegall2010-05-041-1/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@6075 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 1501 fixed: with apache_authentication, fall back to REDIRECT_REMOTE_USERplegall2010-05-041-4/+18
| | | | | | if REMOTE_USER is not set. git-svn-id: http://piwigo.org/svn/trunk@6074 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug fixed: on admin/cat_modify, the permissions icon had a bad src.plegall2010-05-041-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@6073 68402e56-0260-453c-a942-63ccdbb3a9ee
* improve colors on admin clear theme to make it more readable (listbox and ↵plegall2010-05-041-10/+33
| | | | | | buttons, mainly) git-svn-id: http://piwigo.org/svn/trunk@6072 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] update HU languagesamli2010-05-041-0/+30
| | | | git-svn-id: http://piwigo.org/svn/trunk@6071 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] update RU thanks to Mariaddtddt2010-05-041-4/+37
| | | | git-svn-id: http://piwigo.org/svn/trunk@6069 68402e56-0260-453c-a942-63ccdbb3a9ee
* l10n zh_CN: privacy levels (permissions on photos), by Winsonplegall2010-05-041-6/+44
| | | | git-svn-id: http://piwigo.org/svn/trunk@6068 68402e56-0260-453c-a942-63ccdbb3a9ee
* update ES_es languagejpr9282010-05-041-0/+32
| | | | git-svn-id: http://piwigo.org/svn/trunk@6067 68402e56-0260-453c-a942-63ccdbb3a9ee
* Update language ITriopwg2010-05-041-0/+34
| | | | git-svn-id: http://piwigo.org/svn/trunk@6066 68402e56-0260-453c-a942-63ccdbb3a9ee
* l10n cs_CZ: help for permissions, by webprostor hostingplegall2010-05-041-0/+50
| | | | git-svn-id: http://piwigo.org/svn/trunk@6065 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 1063 fixed: avoid error when adding a tag in chinese or russian characters.plegall2010-05-031-0/+7
| | | | | | | | | | | | | In any language where the str2url would return an empty string. The behavior doesn't change for european characters. rvelices warned me about the many issues we might encounter with copy/paste of the URL and required url_encode/url_decode BUT after many tests (Linux with Firefox 3.0/Google Chrome 5, MacOS 10.6 with Firefox/Safari, WindowsXP with IE6/Firefox) I've found 0 problem, even with the most error prone mode $conf['tag_url_style'] = 'tag' git-svn-id: http://piwigo.org/svn/trunk@6060 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 1642 fixed: if no category exists, prevent from selecting an existingplegall2010-05-031-0/+6
| | | | | | category (before form submission). git-svn-id: http://piwigo.org/svn/trunk@6057 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 1641 fixed: Admin>Categories>Synchronize moved to Admin>Tools>Synchronizeplegall2010-05-033-4/+6
| | | | | | | | (the same for the Site Manager). The big "Quick Synchro" button is kept on administration homepage. A link to the Synchronize screen was added into Admin>Photos>Add>FTP+Synchro screen. git-svn-id: http://piwigo.org/svn/trunk@6056 68402e56-0260-453c-a942-63ccdbb3a9ee
* A few nl_NL updateskeeshessels2010-05-031-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@6055 68402e56-0260-453c-a942-63ccdbb3a9ee
* deactivate debug traces for advanced upload formplegall2010-05-031-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@6054 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 1640 fixed: the plugin deactivation warning key was not correctly set inplegall2010-05-0314-14/+14
| | | | | | all language files. git-svn-id: http://piwigo.org/svn/trunk@6053 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 1639 fixed: the upload form now correctly uses the $conf['upload_dir']plegall2010-05-033-5/+7
| | | | | | | | | | | | | parameter (web API already use it). By default, the $conf['upload_dir'] is no longer dependent to PHPWG_ROOT_PATH because it becomes a real mess when admin/include/uploadify.php (called directly, not from an include) tries to perform an upload. Improvement: make clearer how $conf['upload_dir'] can be set (relative to the Piwigo installation directory + HTTP reachable) git-svn-id: http://piwigo.org/svn/trunk@6052 68402e56-0260-453c-a942-63ccdbb3a9ee
* 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