aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-03-09fix html warnings. unclosed monotagsnikrou23-77/+77
git-svn-id: http://piwigo.org/svn/trunk@3185 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-03-07Re-order templates extension alphabetically.patdenice3-3/+3
Allow to use template extension for navigation bar. git-svn-id: http://piwigo.org/svn/trunk@3182 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-03-06Code simplification of commit 3172patdenice1-33/+23
git-svn-id: http://piwigo.org/svn/trunk@3173 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-03-05Create navigation_bar.tpl file.patdenice4-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
2009-03-04Remove get_html_menu_category function and use smarty abilities.patdenice1-1/+18
git-svn-id: http://piwigo.org/svn/trunk@3171 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-03-03- improvement: show the number of images in the chronology upper navigation ↵rvelices2-26/+30
bar on mouseover (title element); git-svn-id: http://piwigo.org/svn/trunk@3168 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-02-14Last (I hope) paranoic optims ...rvelices2-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
2009-02-13- moved check upgrade feed code to admin/include/functions_upgrade.phprvelices1-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
2009-02-04optimizations (php only)rvelices3-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
2009-01-22- fix hard coded urls in section_initrvelices1-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
2009-01-18Update jQuery UI lib with jquery.ui-1.5.3.ziprub2-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
2009-01-17Title harmonization in the scope of Piwigo website integration.vdigital1-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
2009-01-17Sylvia_top-left-bg.jpg : pinkTree = same design, shaper imagestripy1-0/+0
git-svn-id: http://piwigo.org/svn/trunk@3086 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-01-07- External links are following the Graphic Chart (class="external") vdigital2-2/+11
(roma has been currently excluded) git-svn-id: http://piwigo.org/svn/trunk@3061 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-01-04Administration: happy new year 2009, all PHP headers updated. plegall20-20/+20
git-svn-id: http://piwigo.org/svn/trunk@3049 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-01-03- $conf['meta_ref'] is a new configuration parameter (Default true)vdigital2-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
2009-01-03improve task:0000902:nikrou1-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
2009-01-02task:0000902: button to remove all favoritesnikrou1-0/+4
git-svn-id: http://piwigo.org/svn/trunk@3037 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-12-30- Change the title logic for a better index in Google imagesvdigital2-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
2008-12-23- Japanese flagvdigital1-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
2008-12-22- theHeader (10 points): 10px morevdigital1-2/+2
merge -c3015 from branch 2.0 to trunk git-svn-id: http://piwigo.org/svn/trunk@3016 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-12-22- datePicker calendar to be re-chartered (roma).vdigital1-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
2008-12-20tags_listvdigital1-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
2008-12-16Border removal in mails on thumbnails (2). Need further tests.vdigital1-1/+4
merge -c2994 from branch 2.0 to trunk git-svn-id: http://piwigo.org/svn/trunk@2995 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-12-16Border removal in mailsvdigital1-1/+1
merge -c2992 from branch 2.0 to trunk git-svn-id: http://piwigo.org/svn/trunk@2993 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-12-16#ff3300 replacement by #ff3333vdigital1-2/+2
merge -c2990 from branch 2.0 to trunk git-svn-id: http://piwigo.org/svn/trunk@2991 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-12-15Sylvia mailing template : Need to be tested ...vdigital3-12/+12
merge -c2988 from branch 2.0 to trunk git-svn-id: http://piwigo.org/svn/trunk@2989 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-12-15Your coral is not the right colour code (to be confirmed)vdigital1-3/+3
merge -c2986 from branch 2.0 to trunk git-svn-id: http://piwigo.org/svn/trunk@2987 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-12-15comments.phpvdigital1-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
2008-12-15Fieldset background removalvdigital2-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
2008-12-14- errors.png is still old icon versionvdigital2-1/+1
merge -c2980 from branch 2.0 to trunk git-svn-id: http://piwigo.org/svn/trunk@2981 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-12-14- "First | Previous | 1 2 | Next | Last" :vdigital1-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
2008-12-14It is not visible enough. Please, have just the text-color in #999.vdigital1-1/+1
merge -c2974 from branch 2.0 to trunk git-svn-id: http://piwigo.org/svn/trunk@2975 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-12-11- calendar by posted datevdigital1-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
2008-12-11- Quicksearch and Links reviewvdigital1-4/+10
merge -c2966 from branch 2.0 to trunk git-svn-id: http://piwigo.org/svn/trunk@2967 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-12-07page Picturevdigital1-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
2008-12-07- error message : #FF3333 (now #FF3300)vdigital1-1/+1
merge -c2929 from branch 2.0 to trunk git-svn-id: http://piwigo.org/svn/trunk@2930 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-12-06- "register" and "lost password" icons are in bad shape in menu...vdigital1-0/+1
merge -c2927 from branch 2.0 to trunk git-svn-id: http://piwigo.org/svn/trunk@2928 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-12-06Categories > Upload a picturevdigital1-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
2008-11-25merge -c2908 from branch 2.0 to trunkvdigital1-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
2008-11-24- Replace all #content by .content in Sylvia theme.css.patdenice1-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
2008-11-24merge -c2904 from branch 2.0 to trunkvdigital2-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
2008-11-23- Add home and identification buttons after installation.patdenice1-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
2008-11-21merge -c2898 from branch 2.0 to trunkvdigital1-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
2008-11-21remove_s.png icon for tag removal (forgotten)vdigital1-0/+0
git-svn-id: http://piwigo.org/svn/trunk@2894 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-11-19merge -c2888 from branch 2.0 to trunkvdigital2-3/+3
Colored scrollbar in theme-ie.css (for IE) git-svn-id: http://piwigo.org/svn/trunk@2889 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-11-19- Replace some mysql_query by pwg_query function.patdenice3-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
2008-11-07merge -c2840 from branch 2.0 to trunkvdigital1-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
2008-11-06merge -c2831 from branch 2.0 to trunkrvelices3-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
2008-11-04merge -c2823 from branch 2.0 to trunkrvelices3-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