aboutsummaryrefslogtreecommitdiffstats
path: root/template (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Feature 1451 : localization with gettextnikrou2010-03-0229-123/+123
| | | | | | | | | | | Use php-gettext (developpement version rev43, because of php5.3) as fallback Use native language (english) instead of key for translation Keep directory en_UK for english customization Need some refactoring for plurals Todo : managing plugins in the same way git-svn-id: http://piwigo.org/svn/trunk@5021 68402e56-0260-453c-a942-63ccdbb3a9ee
* Bug 1426 fixed : admin help popup use gallery theme instead of admin themenikrou2010-02-151-12/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@4893 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 1425 fixed : internationalization's bug on the template commentsnikrou2010-02-121-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@4881 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -r4512 from branch 2.0 to trunkrvelices2009-12-181-0/+1
| | | | | | web method images.setPrivacyLevel (ws_images_setPrivacyLevel) is POST only git-svn-id: http://piwigo.org/svn/trunk@4513 68402e56-0260-453c-a942-63ccdbb3a9ee
* [Piwigo] Bug 1079 fixed : Return to default settings in user profile page.Eric2009-10-081-0/+1
| | | | | | (I don't really enjoy the code but it's the simplest way i've found) git-svn-id: http://piwigo.org/svn/trunk@3995 68402e56-0260-453c-a942-63ccdbb3a9ee
* - fix php warning from comment_list.tplrvelices2009-07-161-3/+3
| | | | | | | | - author name is saved always in #comments (even for registered users) so that - sql queries are simpler on the comments page (one less table in a big join) - when a user is deleted, we can keep the username in the #comments (there might be still a bug that author_id is not updated when a user is deleted) git-svn-id: http://piwigo.org/svn/trunk@3600 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r3545 from branch 2 to trunkrvelices2009-07-081-2/+1
| | | | | | fix display of menubar tag cloud with IE8 (it was overflowing to the right outside the menubar) git-svn-id: http://piwigo.org/svn/trunk@3546 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 1029 IE8 : rating system is gone - correction of javascriptrvelices2009-07-071-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@3537 68402e56-0260-453c-a942-63ccdbb3a9ee
* - remove unnecessary addslashes in comments.cpprvelices2009-07-011-2/+2
| | | | | | - in template use modifier |@default instead of |default (generated code is faster because we indicate that the input is scalar and not an array) git-svn-id: http://piwigo.org/svn/trunk@3487 68402e56-0260-453c-a942-63ccdbb3a9ee
* Fix two problem with Feature 1026 :nikrou2009-06-241-1/+1
| | | | | | | use of $conf['user_fields']['username'] and $conf['user_fields']['id'] instead of username and id escape comment content before editing it. git-svn-id: http://piwigo.org/svn/trunk@3452 68402e56-0260-453c-a942-63ccdbb3a9ee
* fix html bug (li) fix comment for guest bug (form missing)nikrou2009-06-231-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@3446 68402e56-0260-453c-a942-63ccdbb3a9ee
* Feature 1026 : Modify / delete comments for usersnikrou2009-06-235-16/+27
| | | | | | | | + update config table content + minor modification of Sylvia theme + need refactoring git-svn-id: http://piwigo.org/svn/trunk@3445 68402e56-0260-453c-a942-63ccdbb3a9ee
* complement to r3282, remove all $Id$ in source code.plegall2009-05-1358-58/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@3283 68402e56-0260-453c-a942-63ccdbb3a9ee
* change: according to topic:15067, svn:keywords property was removedplegall2009-05-1357-57/+57
| | | | git-svn-id: http://piwigo.org/svn/trunk@3282 68402e56-0260-453c-a942-63ccdbb3a9ee
* Rollback "Missing <ul> on NBM" in order to dd <ul> on feed too.rub2009-04-261-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@3257 68402e56-0260-453c-a942-63ccdbb3a9ee
* Missing <ul> on NBMrub2009-04-261-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@3255 68402e56-0260-453c-a942-63ccdbb3a9ee
* Remove icon not used on public part.rub2009-04-241-0/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@3254 68402e56-0260-453c-a942-63ccdbb3a9ee
* Resolved issue 0000976: Add link of website on mail footer... rub2009-04-222-4/+7
| | | | git-svn-id: http://piwigo.org/svn/trunk@3245 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r3196 from branch 2.0 to trunkplegall2009-03-131-1/+1
| | | | | | | | | bug 926 fixed: change links to piwigo.org so that they go to existing URLs. new: if the current language is french, the links go to fr.piwigo.org instead. git-svn-id: http://piwigo.org/svn/trunk@3197 68402e56-0260-453c-a942-63ccdbb3a9ee
* fix html warnings. unclosed monotagsnikrou2009-03-113-3/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@3189 68402e56-0260-453c-a942-63ccdbb3a9ee
* Move get_icon function.patdenice2009-03-113-3/+9
| | | | git-svn-id: http://piwigo.org/svn/trunk@3188 68402e56-0260-453c-a942-63ccdbb3a9ee
* fix html warnings. unclosed monotagsnikrou2009-03-0923-77/+77
| | | | git-svn-id: http://piwigo.org/svn/trunk@3185 68402e56-0260-453c-a942-63ccdbb3a9ee
* Re-order templates extension alphabetically.patdenice2009-03-073-3/+3
| | | | | | Allow to use template extension for navigation bar. git-svn-id: http://piwigo.org/svn/trunk@3182 68402e56-0260-453c-a942-63ccdbb3a9ee
* Code simplification of commit 3172patdenice2009-03-061-33/+23
| | | | git-svn-id: http://piwigo.org/svn/trunk@3173 68402e56-0260-453c-a942-63ccdbb3a9ee
* Create navigation_bar.tpl file.patdenice2009-03-054-10/+42
| | | | | | 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-041-1/+18
| | | | git-svn-id: http://piwigo.org/svn/trunk@3171 68402e56-0260-453c-a942-63ccdbb3a9ee
* - improvement: show the number of images in the chronology upper navigation ↵rvelices2009-03-032-26/+30
| | | | | | bar on mouseover (title element); git-svn-id: http://piwigo.org/svn/trunk@3168 68402e56-0260-453c-a942-63ccdbb3a9ee
* Last (I hope) paranoic optims ...rvelices2009-02-142-3/+3
| | | | | | | | | - 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
* - moved check upgrade feed code to admin/include/functions_upgrade.phprvelices2009-02-131-2/+0
| | | | | | | - 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
* optimizations (php only)rvelices2009-02-043-13/+13
| | | | | | | | | - 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 hard coded urls in section_initrvelices2009-01-221-1/+1
| | | | | | - moved a language string language from php to tpl git-svn-id: http://piwigo.org/svn/trunk@3108 68402e56-0260-453c-a942-63ccdbb3a9ee
* Update jQuery UI lib with jquery.ui-1.5.3.ziprub2009-01-182-5/+5
| | | | | | | | 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
* Title harmonization in the scope of Piwigo website integration.vdigital2009-01-171-1/+3
| | | | | | | | | | | | | | $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
* 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
* - External links are following the Graphic Chart (class="external") vdigital2009-01-072-2/+11
| | | | | | (roma has been currently excluded) git-svn-id: http://piwigo.org/svn/trunk@3061 68402e56-0260-453c-a942-63ccdbb3a9ee
* Administration: happy new year 2009, all PHP headers updated. plegall2009-01-0421-21/+21
| | | | git-svn-id: http://piwigo.org/svn/trunk@3049 68402e56-0260-453c-a942-63ccdbb3a9ee
* - $conf['meta_ref'] is a new configuration parameter (Default true)vdigital2009-01-032-4/+18
| | | | | | | | | | | | | | Meta tags for description, author, and keywords are generated, except if meta robots "noindex" is forced (with some pages like search, recent cats, etc.). In addition, $conf['meta_ref'] = false is forcing "noindex, nofollow". merge -c3040 from branch 2.0 to trunk git-svn-id: http://piwigo.org/svn/trunk@3041 68402e56-0260-453c-a942-63ccdbb3a9ee
* improve task:0000902:nikrou2009-01-031-0/+0
| | | | | | | - add image del_all_favorites.png - make a redirect after delete git-svn-id: http://piwigo.org/svn/trunk@3039 68402e56-0260-453c-a942-63ccdbb3a9ee
* task:0000902: button to remove all favoritesnikrou2009-01-021-0/+4
| | | | git-svn-id: http://piwigo.org/svn/trunk@3037 68402e56-0260-453c-a942-63ccdbb3a9ee
* - Change the title logic for a better index in Google imagesvdigital2008-12-302-2/+5
| | | | | | | | | (It was already done but it should be improved). merge -c3031 from branch 2.0 to trunk git-svn-id: http://piwigo.org/svn/trunk@3032 68402e56-0260-453c-a942-63ccdbb3a9ee
* - Japanese flagvdigital2008-12-231-0/+5
| | | | | | | | | | | | | - <p> support in Sylvia menubar - Admin Help is chartered (First use of the discrete links) merge -c3017 from branch 2.0 to trunk git-svn-id: http://piwigo.org/svn/trunk@3019 68402e56-0260-453c-a942-63ccdbb3a9ee
* - theHeader (10 points): 10px morevdigital2008-12-221-2/+2
| | | | | | | | | | merge -c3015 from branch 2.0 to trunk git-svn-id: http://piwigo.org/svn/trunk@3016 68402e56-0260-453c-a942-63ccdbb3a9ee
* - datePicker calendar to be re-chartered (roma).vdigital2008-12-221-0/+4
| | | | | | | | | | | - Identification > Notification : Translation review - Header with no header (Sylvia only). merge -c3013 from branch 2.0 to trunk git-svn-id: http://piwigo.org/svn/trunk@3014 68402e56-0260-453c-a942-63ccdbb3a9ee
* tags_listvdigital2008-12-201-0/+3
| | | | | | | | | | Borders are the wrong colour. merge -c3004 from branch 2.0 to trunk git-svn-id: http://piwigo.org/svn/trunk@3005 68402e56-0260-453c-a942-63ccdbb3a9ee
* Border removal in mails on thumbnails (2). Need further tests.vdigital2008-12-161-1/+4
| | | | | | | merge -c2994 from branch 2.0 to trunk git-svn-id: http://piwigo.org/svn/trunk@2995 68402e56-0260-453c-a942-63ccdbb3a9ee
* Border removal in mailsvdigital2008-12-161-1/+1
| | | | | | | merge -c2992 from branch 2.0 to trunk git-svn-id: http://piwigo.org/svn/trunk@2993 68402e56-0260-453c-a942-63ccdbb3a9ee
* #ff3300 replacement by #ff3333vdigital2008-12-161-2/+2
| | | | | | merge -c2990 from branch 2.0 to trunk git-svn-id: http://piwigo.org/svn/trunk@2991 68402e56-0260-453c-a942-63ccdbb3a9ee
* Sylvia mailing template : Need to be tested ...vdigital2008-12-153-12/+12
| | | | | | | | | merge -c2988 from branch 2.0 to trunk git-svn-id: http://piwigo.org/svn/trunk@2989 68402e56-0260-453c-a942-63ccdbb3a9ee
* Your coral is not the right colour code (to be confirmed)vdigital2008-12-151-3/+3
| | | | | | | | merge -c2986 from branch 2.0 to trunk git-svn-id: http://piwigo.org/svn/trunk@2987 68402e56-0260-453c-a942-63ccdbb3a9ee
* comments.phpvdigital2008-12-151-0/+23
| | | | | | | | Please, have the ancient squared boxes for each comment merge -c2984 from branch 2.0 to trunk git-svn-id: http://piwigo.org/svn/trunk@2985 68402e56-0260-453c-a942-63ccdbb3a9ee