aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* bug 905 fixed: avoid PHP notice when rank is implicit in the categoriesplegall2008-12-021-1/+1
| | | | | | | parameter of the pwg.images.add web API method. git-svn-id: http://piwigo.org/svn/branches/2.0@2918 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 904 fixed: an index.htm is created in directories created byplegall2008-12-022-0/+20
| | | | | | | pwg.images.add web API method, only directories that contains pictures. git-svn-id: http://piwigo.org/svn/branches/2.0@2916 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -c2914 from trunk to branch 2.0.patdenice2008-11-301-2/+15
| | | | | | - Bug in eval_syntax function in LocalFiles Editor function... Come back to previous function (svn 2588) git-svn-id: http://piwigo.org/svn/branches/2.0@2915 68402e56-0260-453c-a942-63ccdbb3a9ee
* Updatesriopwg2008-11-262-2/+2
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@2912 68402e56-0260-453c-a942-63ccdbb3a9ee
* update ESddtddt2008-11-251-1/+1
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@2911 68402e56-0260-453c-a942-63ccdbb3a9ee
* Minor: Changes for IE6 better support (even if it is still very poor).vdigital2008-11-256-2/+3
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@2908 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -c2906 from trunk to branch 2.0.patdenice2008-11-247-12/+21
| | | | | | | - Replace all #content by .content in Sylvia theme.css. - In LocalFiles Editor, show error message when creating new template file with empty filename. git-svn-id: http://piwigo.org/svn/branches/2.0@2907 68402e56-0260-453c-a942-63ccdbb3a9ee
* Recent Stripy's icons and adapted css (tested under IE7 and FF3).vdigital2008-11-244-1/+2
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@2904 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -c2902 from trunk to branch 2.0.patdenice2008-11-2312-23/+38
| | | | | | | | | - Add home and identification buttons after installation. - 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/branches/2.0@2903 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -c2900 from trunk to branch 2.0.patdenice2008-11-223-24/+22
| | | | | | | | - Bug fixed: username or password with accented character are now accepted 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/branches/2.0@2901 68402e56-0260-453c-a942-63ccdbb3a9ee
* Sylvia notes are similar to msgs (with transparent white grid)vdigital2008-11-212-12/+13
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@2898 68402e56-0260-453c-a942-63ccdbb3a9ee
* infos.png is moved from right to left in admin vdigital2008-11-211-1/+1
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@2896 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -c2894 from trunk to branch 2.0vdigital2008-11-211-0/+0
| | | | | | | remove_s.png icon for tag removal (forgotten) git-svn-id: http://piwigo.org/svn/branches/2.0@2895 68402e56-0260-453c-a942-63ccdbb3a9ee
* Add argument at trigger_action in invalidate_user_cache function rub2008-11-191-1/+1
| | | | | | | merge -c2892 from trunk to branch 2.0 The exact copy of commit log in 2892. git-svn-id: http://piwigo.org/svn/branches/2.0@2893 68402e56-0260-453c-a942-63ccdbb3a9ee
* Delete caches and optimize tables on upgraderub2008-11-193-7/+25
| | | | | | | merge -c2890 from trunk to branch 2.0 The exact copy of commit log in 2890. git-svn-id: http://piwigo.org/svn/branches/2.0@2891 68402e56-0260-453c-a942-63ccdbb3a9ee
* Colored scrollbar in theme-ie.css (for IE)vdigital2008-11-192-3/+3
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@2888 68402e56-0260-453c-a942-63ccdbb3a9ee
* Correctionsriopwg2008-11-1919-85/+85
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@2886 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -c2884 from trunk to branch 2.0.patdenice2008-11-1912-13/+21
| | | | | | | | | | - Replace some mysql_query by pwg_query function. - 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/branches/2.0@2885 68402e56-0260-453c-a942-63ccdbb3a9ee
* Delete cache data when category is deleted.rub2008-11-171-1/+6
| | | | | | | merge -c2882 from trunk to branch 2.0 The exact copy of commit log in 2882. git-svn-id: http://piwigo.org/svn/branches/2.0@2883 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -c2880 from trunk to branch 2.0patdenice2008-11-1514-46/+144
| | | | | | | | | | - Add fetchRemote function which allow to retrieve datas over HTTP protocol 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/branches/2.0@2881 68402e56-0260-453c-a942-63ccdbb3a9ee
* Corrections + del last phpwebgallery in help folderriopwg2008-11-1411-118/+119
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@2872 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -c2865 from trunk to branch 2.0patdenice2008-11-127-14/+3
| | | | | | | - Remove advises of file removal at the end of install (forgotten in last commit!) git-svn-id: http://piwigo.org/svn/branches/2.0@2866 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -c2863 from trunk to branch 2.0patdenice2008-11-1210-48/+43
| | | | | | | - Remove advises of file removal at the end of install/upgrade. - Automatic change mysql.inc.php if file is writable, else purpose manual change to user. git-svn-id: http://piwigo.org/svn/branches/2.0@2864 68402e56-0260-453c-a942-63ccdbb3a9ee
* improvement: instead of checking for #history_summary table presence, weplegall2008-11-111-1/+1
| | | | | | | | 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/branches/2.0@2861 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/branches/2.0@2858 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 merge -c2856 from trunk to branch 2.0 The exact copy of commit log in 2856. git-svn-id: http://piwigo.org/svn/branches/2.0@2857 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -c2854 from trunk to branch 2.0riopwg2008-11-094-8/+5
| | | | | | Correction upgrade.lang.php git-svn-id: http://piwigo.org/svn/branches/2.0@2855 68402e56-0260-453c-a942-63ccdbb3a9ee
* Two fields in the database [image table] are in the 'yyyy-mm-dd' formatgrum2008-11-091-2/+2
| | | | | | | | | [date_metadata_update & date_creation] and for these fields the format_date function is called with a 'mysql_datetime' format value (so, the function is waiting for 'yyyy-mm-dd hh:mm:ss' date format) Made a call with the 'us' to resolve the problem git-svn-id: http://piwigo.org/svn/branches/2.0@2850 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug fixed: in r2774 a bug was introduced, piwigo.org is not available yet,plegall2008-11-081-1/+1
| | | | | | | and plugin manager can't connect to the extension manager. git-svn-id: http://piwigo.org/svn/branches/2.0@2848 68402e56-0260-453c-a942-63ccdbb3a9ee
* Updates c13y_upgrade/language/es_ES/plugin.lang.phpddtddt2008-11-081-3/+2
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@2846 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -c2844 from trunk to branch 2.0ddtddt2008-11-082-6/+6
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@2845 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -c2841 from trunk to branch 2.0riopwg2008-11-082-22/+21
| | | | | | Updates upgrade.lang.php & c13y_upgrade/language/it_IT/plugin.lang.php git-svn-id: http://piwigo.org/svn/branches/2.0@2843 68402e56-0260-453c-a942-63ccdbb3a9ee
* New: Extend of available fields within a category page for a ↵vdigital2008-11-072-13/+30
| | | | | | | | template-extension simple usage. Refer to topic: "Smoothgallery plugin" where no plugin is requested to do it. git-svn-id: http://piwigo.org/svn/branches/2.0@2840 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -c2838 from trunk to branch 2.0patdenice2008-11-078-15/+69
| | | | | | | | - improve 1.3.1 upgrade (automatic write in mysql.inc.php). - translate 1.3.1 upgrade informations messages. - security fix in upgrade login. git-svn-id: http://piwigo.org/svn/branches/2.0@2839 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -c2836 from trunk to branch 2.0patdenice2008-11-0613-5161/+2939
| | | | | | | | | | - Webmaster or administrator can login to run upgrade. - 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/branches/2.0@2837 68402e56-0260-453c-a942-63ccdbb3a9ee
* Issue 899laurent.duretz2008-11-061-0/+1
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@2835 68402e56-0260-453c-a942-63ccdbb3a9ee
* - remove some unnecessary modifiers from template - it should be somehow ↵rvelices2008-11-063-3/+3
| | | | | | faster (arguably though) git-svn-id: http://piwigo.org/svn/branches/2.0@2831 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -c2829 from trunk to branch 2.0rub2008-11-056-46/+15
| | | | | | The exact copy of commit log in 2829. git-svn-id: http://piwigo.org/svn/branches/2.0@2830 68402e56-0260-453c-a942-63ccdbb3a9ee
* update admin_advice to ESddtddt2008-11-052-113/+114
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@2827 68402e56-0260-453c-a942-63ccdbb3a9ee
* Neuronal correction... {html_head} in error related to ↵vdigital2008-11-052-2/+2
| | | | | | | | template-extension/distributed/samples/my-thumbnails2.tpl (=> A new function to build). git-svn-id: http://piwigo.org/svn/branches/2.0@2825 68402e56-0260-453c-a942-63ccdbb3a9ee
* - removed some unused constants from constants.phprvelices2008-11-046-52/+13
| | | | | | | - removed some unused css rules - removed unused code git-svn-id: http://piwigo.org/svn/branches/2.0@2823 68402e56-0260-453c-a942-63ccdbb3a9ee
* file upgrade.lang.php in Spanishddtddt2008-11-032-15/+14
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@2821 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -c2819 from trunk to branch 2.0patdenice2008-11-0311-58/+338
| | | | | | | - Add roma theme to upgrade page. - Upgrade translation. git-svn-id: http://piwigo.org/svn/branches/2.0@2820 68402e56-0260-453c-a942-63ccdbb3a9ee
* Neuronal correction... {html_head} in error related to ↵vdigital2008-11-031-1/+1
| | | | | | template-extension/distributed/samples/my-thumbnails2.tpl git-svn-id: http://piwigo.org/svn/branches/2.0@2817 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -c2815 from trunk to branch 2.0patdenice2008-11-013-21/+58
| | | | | | | | - bugs correction in upgrade_1.7.0.php. - only non-standard plugins are deactivated during upgrade. git-svn-id: http://piwigo.org/svn/branches/2.0@2816 68402e56-0260-453c-a942-63ccdbb3a9ee
* menu item "quicksearch" will be displayed only if a $block->data is set (likegrum2008-10-282-6/+12
| | | | | | | | other menu items) use of a boolean value for the "qsearch" $block->data variable (see topic #98370) git-svn-id: http://piwigo.org/svn/branches/2.0@2814 68402e56-0260-453c-a942-63ccdbb3a9ee
* based on forum discussion, a comment is added to explain why c13y_upgradeplegall2008-10-261-0/+2
| | | | | | | plugin is activated at this precise moment. git-svn-id: http://piwigo.org/svn/branches/2.0@2811 68402e56-0260-453c-a942-63ccdbb3a9ee
* Reintroduce c13y_upgrade remove on r2754rub2008-10-251-0/+7
| | | | | | | Merge trunk 2807:2808 into branch 2.0 git-svn-id: http://piwigo.org/svn/branches/2.0@2809 68402e56-0260-453c-a942-63ccdbb3a9ee
* UpdatesUpdates admin_advicesriopwg2008-10-251-16/+15
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@2807 68402e56-0260-453c-a942-63ccdbb3a9ee
* Minor: capitalization is limited to first-letter.vdigital2008-10-251-1/+2
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@2804 68402e56-0260-453c-a942-63ccdbb3a9ee