aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix html warnings. unclosed monotagsnikrou2009-03-0993-479/+479
| | | | git-svn-id: http://piwigo.org/svn/trunk@3185 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug fix #933 : quick fix to prevent html injectionnikrou2009-03-081-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@3184 68402e56-0260-453c-a942-63ccdbb3a9ee
* Re-order templates extension alphabetically.patdenice2009-03-0710-22/+24
| | | | | | Allow to use template extension for navigation bar. git-svn-id: http://piwigo.org/svn/trunk@3182 68402e56-0260-453c-a942-63ccdbb3a9ee
* Add flag pt_PTddtddt2009-03-061-0/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@3175 68402e56-0260-453c-a942-63ccdbb3a9ee
* Code simplification of commit 3172patdenice2009-03-063-92/+58
| | | | git-svn-id: http://piwigo.org/svn/trunk@3173 68402e56-0260-453c-a942-63ccdbb3a9ee
* Create navigation_bar.tpl file.patdenice2009-03-0520-189/+167
| | | | | | Move create_navigation_bar function from functions_html.inc.php to functions.inc.php. git-svn-id: http://piwigo.org/svn/trunk@3172 68402e56-0260-453c-a942-63ccdbb3a9ee
* Remove get_html_menu_category function and use smarty abilities.patdenice2009-03-044-101/+43
| | | | git-svn-id: http://piwigo.org/svn/trunk@3171 68402e56-0260-453c-a942-63ccdbb3a9ee
* User's template extension must not be included in admin pages.patdenice2009-03-031-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@3169 68402e56-0260-453c-a942-63ccdbb3a9ee
* - improvement: show the number of images in the chronology upper navigation ↵rvelices2009-03-034-61/+52
| | | | | | bar on mouseover (title element); git-svn-id: http://piwigo.org/svn/trunk@3168 68402e56-0260-453c-a942-63ccdbb3a9ee
* small code refactor - group together some code that should be together rvelices2009-03-032-16/+9
| | | | git-svn-id: http://piwigo.org/svn/trunk@3167 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r3165 from branch 2.0 to trunkplegall2009-02-261-2/+10
| | | | | | | bug 913 fixed: ability to connect with an IPv6 address was added. git-svn-id: http://piwigo.org/svn/trunk@3166 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -c3152 from branch 2.0 to trunkriopwg2009-02-151-3/+3
| | | | | | Updates IT git-svn-id: http://piwigo.org/svn/trunk@3153 68402e56-0260-453c-a942-63ccdbb3a9ee
* update ESddtddt2009-02-141-3/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@3150 68402e56-0260-453c-a942-63ccdbb3a9ee
* - missing index.php from prev commitrvelices2009-02-141-6/+6
| | | | git-svn-id: http://piwigo.org/svn/trunk@3146 68402e56-0260-453c-a942-63ccdbb3a9ee
* Last (I hope) paranoic optims ...rvelices2009-02-149-111/+96
| | | | | | | | | - move get_uysername and get_groupname from public to admin/functions.inc.php - optim in index.php - tags.tpl does not need smarty modifier included - move func get_comment_post_key from functions_comment to functions (avoid extra inclusion every time on picture page) git-svn-id: http://piwigo.org/svn/trunk@3145 68402e56-0260-453c-a942-63ccdbb3a9ee
* - Show number of downloads in plugins list.patdenice2009-02-1313-31/+67
| | | | | | | - Allow to sort plugins by number of downloads. - Fix plugin revision URL (no more revision_view in PEM). git-svn-id: http://piwigo.org/svn/trunk@3143 68402e56-0260-453c-a942-63ccdbb3a9ee
* New IE6 transparency enhancement in admin (Thanks to tweakpng).vdigital2009-02-1310-0/+1
| | | | | | | | merge -c3168 from branch 2.0 to trunk git-svn-id: http://piwigo.org/svn/trunk@3139 68402e56-0260-453c-a942-63ccdbb3a9ee
* - moved check upgrade feed code to admin/include/functions_upgrade.phprvelices2009-02-139-201/+151
| | | | | | | - refactored some code (shorter and somehow faster - but nothing revolutionary) - decrease lost space in permalinks.tpl and hard coded column width (was illisible) git-svn-id: http://piwigo.org/svn/trunk@3136 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r3134 from branch 2.0 to trunkplegall2009-02-121-5/+5
| | | | | | | | | new: phpwebgallery renamed piwigo modification: pwg_rel_create.sh only creates the zip file git-svn-id: http://piwigo.org/svn/trunk@3135 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r3132 from branch 2.0 to trunkplegall2009-02-1212-953/+45
| | | | | | | | | | | | | | | modification: phpwebgallery.net moves to piwigo.org modification: doc/README_*.txt much simpler with link to piwigo.org for installation and upgrade guides. modification: latest_version has changed its path on the website to download directory. deletion: doc/ChangeLog was useless and outdated. git-svn-id: http://piwigo.org/svn/trunk@3133 68402e56-0260-453c-a942-63ccdbb3a9ee
* - fix issue on my previous commitrvelices2009-02-051-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@3128 68402e56-0260-453c-a942-63ccdbb3a9ee
* - embellish_url compacts now ..rvelices2009-02-055-57/+49
| | | | | | | - some trigger improvements (render_category_description) - improved perf of duplicate_xxx_url ( rewrote func params_for_duplication and remove some vars from $page ) git-svn-id: http://piwigo.org/svn/trunk@3126 68402e56-0260-453c-a942-63ccdbb3a9ee
* - removed triggers loc_index_thumbnail and loc_index_category_thumbnailrvelices2009-02-052-18/+15
| | | | | | - changed triggers loc_end_index_thumbnails and loc_end_index_category_thumbnails from actions to events git-svn-id: http://piwigo.org/svn/trunk@3124 68402e56-0260-453c-a942-63ccdbb3a9ee
* - removed second parameter $type from function format_datervelices2009-02-048-19/+13
| | | | git-svn-id: http://piwigo.org/svn/trunk@3122 68402e56-0260-453c-a942-63ccdbb3a9ee
* optimizations (php only)rvelices2009-02-046-40/+42
| | | | | | | | | - removed unnecessary call to array_unique in get_image_ids_for_tags - put back in smarty exec time counting (debug mode) for each included template - prefix some smarty modifiers with @ in some templates - do not call format_date (still very slow due to mktime and date even after prev commit) from category_default.inc.php - if used in templates format_date can be used as a smarty modifier git-svn-id: http://piwigo.org/svn/trunk@3120 68402e56-0260-453c-a942-63ccdbb3a9ee
* - fix use $page['nb_image_page'] instead of $user... when creating the nav ↵rvelices2009-01-312-38/+18
| | | | | | | | bar (same as category_default) - rewrote function format_date without regular expressions (faster); parameter date type is not used anymore (but I left it there for now) git-svn-id: http://piwigo.org/svn/trunk@3117 68402e56-0260-453c-a942-63ccdbb3a9ee
* post:103154 = the inactive tabs have a problem with the current ↵stripy2009-01-231-0/+0
| | | | | | inactive_tab2.png (I don't know/understand why) ... git-svn-id: http://piwigo.org/svn/trunk@3113 68402e56-0260-453c-a942-63ccdbb3a9ee
* post:103154 = the inactive tabs have a problem with the current ↵stripy2009-01-231-0/+0
| | | | | | inactive_tab2.png (I don't know/understand why) ... git-svn-id: http://piwigo.org/svn/trunk@3112 68402e56-0260-453c-a942-63ccdbb3a9ee
* post:103154 = the inactive tabs have a problem with the current ↵stripy2009-01-231-0/+0
| | | | | | inactive_tab2.png (I don't know/understand why) ... git-svn-id: http://piwigo.org/svn/trunk@3111 68402e56-0260-453c-a942-63ccdbb3a9ee
* post:103154 = the inactive tabs have a problem with the current ↵stripy2009-01-231-0/+0
| | | | | | inactive_tab2.png (I don't know/understand why) ... git-svn-id: http://piwigo.org/svn/trunk@3110 68402e56-0260-453c-a942-63ccdbb3a9ee
* - fix hard coded urls in section_initrvelices2009-01-222-8/+6
| | | | | | - moved a language string language from php to tpl git-svn-id: http://piwigo.org/svn/trunk@3108 68402e56-0260-453c-a942-63ccdbb3a9ee
* Try to change write permission before deletion on 80-database.php (delete ↵rub2009-01-211-0/+2
| | | | | | old and unused files and directories) git-svn-id: http://piwigo.org/svn/trunk@3107 68402e56-0260-453c-a942-63ccdbb3a9ee
* Add db file upgrade feed witch not update database.rub2009-01-201-0/+986
| | | | | | 80-database.php delete old and unused files and directories between phpwebgallery-1.0.0 and Piwigo-trunk-r3105 git-svn-id: http://piwigo.org/svn/trunk@3106 68402e56-0260-453c-a942-63ccdbb3a9ee
* French help correctionrub2009-01-181-5/+4
| | | | git-svn-id: http://piwigo.org/svn/trunk@3104 68402e56-0260-453c-a942-63ccdbb3a9ee
* Update jQuery UI lib with jquery.ui-1.5.3.ziprub2009-01-1826-0/+8963
| | | | | | Missing new files git-svn-id: http://piwigo.org/svn/trunk@3103 68402e56-0260-453c-a942-63ccdbb3a9ee
* Update jQuery UI lib with jquery.ui-1.5.3.ziprub2009-01-1844-61/+101
| | | | | | | | Change files tree in order to have the same of UI. Add too effects files js git-svn-id: http://piwigo.org/svn/trunk@3102 68402e56-0260-453c-a942-63ccdbb3a9ee
* Try to fix bad position for "nbm_repost_submit" button.rub2009-01-181-0/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@3099 68402e56-0260-453c-a942-63ccdbb3a9ee
* Bug fixed: in Polish, Polish is Polskiplegall2009-01-171-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@3098 68402e56-0260-453c-a942-63ccdbb3a9ee
* update PLddtddt2009-01-171-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@3097 68402e56-0260-453c-a942-63ccdbb3a9ee
* Title harmonization in the scope of Piwigo website integration.vdigital2009-01-174-1/+11
| | | | | | | | | | | | | | $conf['reverse_home_title'] is false by default. On reverse_home_title = true, only index page will reverse its title. Compare to prior releases all titles are reversed. - Croatian flag merge -c3091 from branch 2.0 to trunk git-svn-id: http://piwigo.org/svn/trunk@3095 68402e56-0260-453c-a942-63ccdbb3a9ee
* admin_quickLocalSync_hover.png : unchanged (to make sure crop is the same as ↵stripy2009-01-171-0/+0
| | | | | | inactive image new version) git-svn-id: http://piwigo.org/svn/trunk@3088 68402e56-0260-453c-a942-63ccdbb3a9ee
* admin_quickLocalSync_inactiv.png : lightening effect on button (previous ↵stripy2009-01-171-0/+0
| | | | | | version : lightening effect was only on leaves) git-svn-id: http://piwigo.org/svn/trunk@3087 68402e56-0260-453c-a942-63ccdbb3a9ee
* Sylvia_top-left-bg.jpg : pinkTree = same design, shaper imagestripy2009-01-171-0/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@3086 68402e56-0260-453c-a942-63ccdbb3a9ee
* roma/images/top-left-bg.jpg : pinkTree = same design, sharper imagestripy2009-01-171-0/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@3085 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -3083 + update ESddtddt2009-01-1727-1/+2120
| | | | git-svn-id: http://piwigo.org/svn/trunk@3084 68402e56-0260-453c-a942-63ccdbb3a9ee
* Remove utf8 encode in plugin class.patdenice2009-01-172-8/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@3081 68402e56-0260-453c-a942-63ccdbb3a9ee
* Display bug on install pagepatdenice2009-01-141-0/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@3074 68402e56-0260-453c-a942-63ccdbb3a9ee
* Fix bad $lang.rub2009-01-132-2/+10
| | | | | | Remove not necessary information messages on upgrade. git-svn-id: http://piwigo.org/svn/trunk@3072 68402e56-0260-453c-a942-63ccdbb3a9ee
* Send user language when retrieving datas from PEM api.patdenice2009-01-131-0/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@3070 68402e56-0260-453c-a942-63ccdbb3a9ee
* - Error icon misplacedvdigital2009-01-111-1/+1
| | | | | | | merge -c3068 from branch 2.0 to trunk git-svn-id: http://piwigo.org/svn/trunk@3069 68402e56-0260-453c-a942-63ccdbb3a9ee