aboutsummaryrefslogtreecommitdiffstats
path: root/template (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Fieldset background removalvdigital2008-12-152-3/+26
| | | | | | | | Alternate colours of lines for each comment, AND have the "Add a comment" border (only) in orange merge -c2982 from branch 2.0 to trunk git-svn-id: http://piwigo.org/svn/trunk@2983 68402e56-0260-453c-a942-63ccdbb3a9ee
* - errors.png is still old icon versionvdigital2008-12-142-1/+1
| | | | | | merge -c2980 from branch 2.0 to trunk git-svn-id: http://piwigo.org/svn/trunk@2981 68402e56-0260-453c-a942-63ccdbb3a9ee
* - "First | Previous | 1 2 | Next | Last" :vdigital2008-12-141-0/+3
| | | | | | | | | | | - text-color = #666 (now #999) merge -c2978 from branch 2.0 to trunk git-svn-id: http://piwigo.org/svn/trunk@2979 68402e56-0260-453c-a942-63ccdbb3a9ee
* It is not visible enough. Please, have just the text-color in #999.vdigital2008-12-141-1/+1
| | | | | | | | | merge -c2974 from branch 2.0 to trunk git-svn-id: http://piwigo.org/svn/trunk@2975 68402e56-0260-453c-a942-63ccdbb3a9ee
* - calendar by posted datevdigital2008-12-111-0/+8
| | | | | | | | | | | | - january, feb, march (or 1,2,3) : border = #666 (now #999) (Default colors overrode) merge -c2968 from branch 2.0 to trunk git-svn-id: http://piwigo.org/svn/trunk@2969 68402e56-0260-453c-a942-63ccdbb3a9ee
* - Quicksearch and Links reviewvdigital2008-12-111-4/+10
| | | | | | | | merge -c2966 from branch 2.0 to trunk git-svn-id: http://piwigo.org/svn/trunk@2967 68402e56-0260-453c-a942-63ccdbb3a9ee
* page Picturevdigital2008-12-071-1/+2
| | | | | | | | - line above "comment" should be ... HR (horizontal rule) hidden - "submit" button should aligned with "author" input merge -c2931 from branch 2.0 to trunk git-svn-id: http://piwigo.org/svn/trunk@2932 68402e56-0260-453c-a942-63ccdbb3a9ee
* - error message : #FF3333 (now #FF3300)vdigital2008-12-071-1/+1
| | | | | | | | merge -c2929 from branch 2.0 to trunk git-svn-id: http://piwigo.org/svn/trunk@2930 68402e56-0260-453c-a942-63ccdbb3a9ee
* - "register" and "lost password" icons are in bad shape in menu...vdigital2008-12-061-0/+1
| | | | | | | merge -c2927 from branch 2.0 to trunk git-svn-id: http://piwigo.org/svn/trunk@2928 68402e56-0260-453c-a942-63ccdbb3a9ee
* Categories > Upload a picturevdigital2008-12-061-0/+4
| | | | | | | | | | | | | | | - "browse" input = border #666, 1px, bg #222 (now, bg #FFFFcc) => CSS has been changed, but the result has not changed merge -c2925 from branch 2.0 to trunk git-svn-id: http://piwigo.org/svn/trunk@2926 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -c2908 from branch 2.0 to trunkvdigital2008-11-251-0/+1
| | | | | | | | | | | 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-241-9/+8
| | | | | | - 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-242-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-231-3/+2
| | | | | | | | - 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
* merge -c2898 from branch 2.0 to trunkvdigital2008-11-211-10/+11
| | | | | | | | Sylvia notes are similar to msgs (with transparent white grid) git-svn-id: http://piwigo.org/svn/trunk@2899 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
* 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
* - Replace some mysql_query by pwg_query function.patdenice2008-11-193-3/+6
| | | | | | | | | - 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
* merge -c2840 from branch 2.0 to trunkvdigital2008-11-071-13/+13
| | | | | | | | 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
* 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
* merge -c2823 from branch 2.0 to trunkrvelices2008-11-043-22/+8
| | | | | | | | - 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