aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* merge r2722 from branch 2.0 to trunkplegall2008-12-033-81/+218
| | | | | | | | | feature 892 added: pwg.images.setInfo added so that once we have discovered the photo was already in the database (thanks to pwg.images.exist), we can only set the photo metadata. git-svn-id: http://piwigo.org/svn/trunk@2919 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r2916 from branch 2.0 to trunkplegall2008-12-022-0/+20
| | | | | | | | bug 904 fixed: an index.htm is created in directories created by pwg.images.add web API method, only directories that contains pictures. git-svn-id: http://piwigo.org/svn/trunk@2917 68402e56-0260-453c-a942-63ccdbb3a9ee
* - Bug in eval_syntax function in LocalFiles Editor function... Come back to ↵patdenice2008-11-301-2/+15
| | | | | | previous function (svn 2588) git-svn-id: http://piwigo.org/svn/trunk@2914 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -c2912 from branch 2.0 to trunkriopwg2008-11-262-2/+2
| | | | | | Updates git-svn-id: http://piwigo.org/svn/trunk@2913 68402e56-0260-453c-a942-63ccdbb3a9ee
* update ESddtddt2008-11-251-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@2910 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -c2908 from branch 2.0 to trunkvdigital2008-11-256-2/+3
| | | | | | | | | | | Minor: Changes for IE6 better support (even if it is still very poor). git-svn-id: http://piwigo.org/svn/trunk@2909 68402e56-0260-453c-a942-63ccdbb3a9ee
* - Replace all #content by .content in Sylvia theme.css.patdenice2008-11-247-12/+21
| | | | | | - In LocalFiles Editor, show error message when creating new template file with empty filename. git-svn-id: http://piwigo.org/svn/trunk@2906 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -c2904 from branch 2.0 to trunkvdigital2008-11-244-1/+2
| | | | | | | | | | Recent Stripy's icons and adapted css (tested under IE7 and FF3). git-svn-id: http://piwigo.org/svn/trunk@2905 68402e56-0260-453c-a942-63ccdbb3a9ee
* - Add home and identification buttons after installation.patdenice2008-11-2312-23/+38
| | | | | | | | - Use fetchRemote function for remote site actions. - Corrections in fetchRemote fnction. - Move PLUGIN_PICTURE_BEFORE in picture.tpl. git-svn-id: http://piwigo.org/svn/trunk@2902 68402e56-0260-453c-a942-63ccdbb3a9ee
* - Bug fixed: username or password with accented character are now accepted ↵patdenice2008-11-223-24/+22
| | | | | | | | | for upgrade. - Simplify query in pwg_session_write function. - Retrieve data with cURL method in fetchRemote function now work with forwarded URL. git-svn-id: http://piwigo.org/svn/trunk@2900 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -c2898 from branch 2.0 to trunkvdigital2008-11-212-12/+13
| | | | | | | | Sylvia notes are similar to msgs (with transparent white grid) git-svn-id: http://piwigo.org/svn/trunk@2899 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -c2896 from branch 2.0 to trunkvdigital2008-11-211-1/+1
| | | | | | | infos.png is moved from right to left in admin git-svn-id: http://piwigo.org/svn/trunk@2897 68402e56-0260-453c-a942-63ccdbb3a9ee
* remove_s.png icon for tag removal (forgotten)vdigital2008-11-211-0/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@2894 68402e56-0260-453c-a942-63ccdbb3a9ee
* Add argument at trigger_action in invalidate_user_cache function rub2008-11-191-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@2892 68402e56-0260-453c-a942-63ccdbb3a9ee
* Delete caches and optimize tables on upgraderub2008-11-193-7/+25
| | | | git-svn-id: http://piwigo.org/svn/trunk@2890 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -c2888 from branch 2.0 to trunkvdigital2008-11-192-3/+3
| | | | | | | Colored scrollbar in theme-ie.css (for IE) git-svn-id: http://piwigo.org/svn/trunk@2889 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -c2886 from branch 2.0 to trunkriopwg2008-11-1919-85/+85
| | | | | | Corrections git-svn-id: http://piwigo.org/svn/trunk@2887 68402e56-0260-453c-a942-63ccdbb3a9ee
* - Replace some mysql_query by pwg_query function.patdenice2008-11-1912-13/+21
| | | | | | | | | - Add home button after upgrade.php. - Add utf8 charset for access denied message. - Replace some #content by .content in css files. - Fix menubar blocks borders with IE. git-svn-id: http://piwigo.org/svn/trunk@2884 68402e56-0260-453c-a942-63ccdbb3a9ee
* Delete cache data when category is deleted.rub2008-11-171-1/+6
| | | | git-svn-id: http://piwigo.org/svn/trunk@2882 68402e56-0260-453c-a942-63ccdbb3a9ee
* - Add fetchRemote function which allow to retrieve datas over HTTP protocol ↵patdenice2008-11-1514-46/+144
| | | | | | | | | | | using cURL method, file_get_contents function or fsockopen method. This allow to retrieve datas or files even if allow_url_fopen is deactivated. - Use fetchRemote function in plugins manager and in latest version checking. - Add german translations for upgrade.lang.php. - Remove empty line at the end of pclzip.lib.php. - Change display of deactivated plugins after upgrade. git-svn-id: http://piwigo.org/svn/trunk@2880 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -c2872 from branch 2.0 to trunkriopwg2008-11-1411-118/+119
| | | | | | Corrections + del last phpwebgallery in help folder git-svn-id: http://piwigo.org/svn/trunk@2873 68402e56-0260-453c-a942-63ccdbb3a9ee
* - Remove advises of file removal at the end of install (forgotten in last ↵patdenice2008-11-127-14/+3
| | | | | | commit!) git-svn-id: http://piwigo.org/svn/trunk@2865 68402e56-0260-453c-a942-63ccdbb3a9ee
* - Remove advises of file removal at the end of install/upgrade.patdenice2008-11-1210-48/+43
| | | | | | - Automatic change mysql.inc.php if file is writable, else purpose manual change to user. git-svn-id: http://piwigo.org/svn/trunk@2863 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -c2861 from branch 2.0 to trunkplegall2008-11-111-1/+1
| | | | | | | | | improvement: instead of checking for #history_summary table presence, we check for #plugins table. Some web hosting provider have removed this table, causing misleading information to the upgrade script from 1.7.0. git-svn-id: http://piwigo.org/svn/trunk@2862 68402e56-0260-453c-a942-63ccdbb3a9ee
* Add a new config value 'show_php_error' to allow debugging of RC to be easier.grum2008-11-102-0/+12
| | | | | | See topic #99192 on the forum. git-svn-id: http://piwigo.org/svn/trunk@2859 68402e56-0260-453c-a942-63ccdbb3a9ee
* Resolved issue 0000900: format_date function doesn't work when time is ↵rub2008-11-092-2/+10
| | | | | | | | omitted with 'mysql_datetime' type Continue correction of grum git-svn-id: http://piwigo.org/svn/trunk@2856 68402e56-0260-453c-a942-63ccdbb3a9ee
* Correction upgrade.lang.phpriopwg2008-11-094-8/+5
| | | | git-svn-id: http://piwigo.org/svn/trunk@2854 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -c2850 from branch 2.0 to trunkgrum2008-11-091-2/+2
| | | | | | The exact copy of commit log in 2850. git-svn-id: http://piwigo.org/svn/trunk@2853 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -c2848 from branch 2.0 to trunkplegall2008-11-081-1/+1
| | | | | | | | bug fixed: in r2774 a bug was introduced, piwigo.org is not available yet, and plugin manager can't connect to the extension manager. git-svn-id: http://piwigo.org/svn/trunk@2849 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -c2846 from branch 2.0 to trunkddtddt2008-11-081-3/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@2847 68402e56-0260-453c-a942-63ccdbb3a9ee
* Updates upgrade.lang.php to ESddtddt2008-11-082-6/+6
| | | | git-svn-id: http://piwigo.org/svn/trunk@2844 68402e56-0260-453c-a942-63ccdbb3a9ee
* Updates upgrade.lang.php & c13y_upgrade/language/it_IT/plugin.lang.phpriopwg2008-11-082-22/+21
| | | | git-svn-id: http://piwigo.org/svn/trunk@2842 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -c2840 from branch 2.0 to trunkvdigital2008-11-072-13/+30
| | | | | | | | New: Extend of available fields within a category page for a template-extension simple usage. Refer to topic: "Smoothgallery plugin" where no plugin is requested to do it. Minor: Some format in Sylvia theme git-svn-id: http://piwigo.org/svn/trunk@2841 68402e56-0260-453c-a942-63ccdbb3a9ee
* - improve 1.3.1 upgrade (automatic write in mysql.inc.php).patdenice2008-11-078-15/+69
| | | | | | | - translate 1.3.1 upgrade informations messages. - security fix in upgrade login. git-svn-id: http://piwigo.org/svn/trunk@2838 68402e56-0260-453c-a942-63ccdbb3a9ee
* - Webmaster or administrator can login to run upgrade.patdenice2008-11-0613-5161/+2939
| | | | | | | | | - Inserting upgrade line in mysql.inc.php still work. - Convert espagnol upgrade file to utf8. - Minor changes in upgrade processus. - Remove all comments in pclzip.lib.php. git-svn-id: http://piwigo.org/svn/trunk@2836 68402e56-0260-453c-a942-63ccdbb3a9ee
* Issue 899laurent.duretz2008-11-061-0/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@2833 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -c2831 from branch 2.0 to trunkrvelices2008-11-063-3/+3
| | | | | | - remove some unnecessary modifiers from template - it should be somehow faster (arguably though) git-svn-id: http://piwigo.org/svn/trunk@2832 68402e56-0260-453c-a942-63ccdbb3a9ee
* c13y_upgrade is deactivated by him self.rub2008-11-056-46/+15
| | | | | | | de/es/it translations must be reviewed. git-svn-id: http://piwigo.org/svn/trunk@2829 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge 2827ddtddt2008-11-052-113/+114
| | | | git-svn-id: http://piwigo.org/svn/trunk@2828 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -c2825 from branch 2.0 to trunkvdigital2008-11-052-2/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@2826 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -c2823 from branch 2.0 to trunkrvelices2008-11-046-52/+13
| | | | | | | | - removed some unused constants from constants.php - removed some unused css rules - removed unused code git-svn-id: http://piwigo.org/svn/trunk@2824 68402e56-0260-453c-a942-63ccdbb3a9ee
* git-svn-id: http://piwigo.org/svn/trunk@2822 ↵ddtddt2008-11-032-15/+14
| | | | 68402e56-0260-453c-a942-63ccdbb3a9ee
* - Add roma theme to upgrade page.patdenice2008-11-0311-58/+338
| | | | | | - Upgrade translation. git-svn-id: http://piwigo.org/svn/trunk@2819 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -c2817 from trunk to branch 2.0vdigital2008-11-031-1/+1
| | | | | | | - Neuronal correction... {html_head} in error related to template-extension/distributed/samples/my-thumbnails2.tpl git-svn-id: http://piwigo.org/svn/trunk@2818 68402e56-0260-453c-a942-63ccdbb3a9ee
* - bugs correction in upgrade_1.7.0.php.patdenice2008-11-013-21/+58
| | | | | | - only non-standard plugins are deactivated during upgrade. git-svn-id: http://piwigo.org/svn/trunk@2815 68402e56-0260-453c-a942-63ccdbb3a9ee
* use of a boolean value for the "qsearch" $block->data variablegrum2008-10-272-2/+2
| | | | | | (see topic #98370) git-svn-id: http://piwigo.org/svn/trunk@2813 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -c2811 from branch 2.0 to trunkplegall2008-10-261-0/+2
| | | | | | | | based on forum discussion, a comment is added to explain why c13y_upgrade plugin is activated at this precise moment. git-svn-id: http://piwigo.org/svn/trunk@2812 68402e56-0260-453c-a942-63ccdbb3a9ee
* menu item "quicksearch" will be displayed only if a $block->data is set (likegrum2008-10-262-6/+12
| | | | | | | other menu items) git-svn-id: http://piwigo.org/svn/trunk@2810 68402e56-0260-453c-a942-63ccdbb3a9ee
* Reintroduce c13y_upgrade remove on r2754rub2008-10-251-0/+7
| | | | git-svn-id: http://piwigo.org/svn/trunk@2808 68402e56-0260-453c-a942-63ccdbb3a9ee
* Updates admin_advicesriopwg2008-10-251-16/+15
| | | | git-svn-id: http://piwigo.org/svn/trunk@2806 68402e56-0260-453c-a942-63ccdbb3a9ee