(I don't really enjoy the code but it's the simplest way i've found)
git-svn-id: http://piwigo.org/svn/branches/2.0@3996 68402e56-0260-453c-a942-63ccdbb3a9ee
Missing <ul> on NBM
merge -c3254 from trunk to branch 2.0
Remove icon not used on public part.
git-svn-id: http://piwigo.org/svn/branches/2.0@3256 68402e56-0260-453c-a942-63ccdbb3a9ee
new: if the current language is french, the links go to fr.piwigo.org insted.
git-svn-id: http://piwigo.org/svn/branches/2.0@3196 68402e56-0260-453c-a942-63ccdbb3a9ee
Last (I hope) paranoic optims ...
- 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/branches/2.0@3147 68402e56-0260-453c-a942-63ccdbb3a9ee
- moved check upgrade feed code to admin/include/functions_upgrade.php
- 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/branches/2.0@3137 68402e56-0260-453c-a942-63ccdbb3a9ee
optimizations (php only)
- 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/branches/2.0@3121 68402e56-0260-453c-a942-63ccdbb3a9ee
$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.
git-svn-id: http://piwigo.org/svn/branches/2.0@3090 68402e56-0260-453c-a942-63ccdbb3a9ee
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".
git-svn-id: http://piwigo.org/svn/branches/2.0@3040 68402e56-0260-453c-a942-63ccdbb3a9ee
- <p> support in Sylvia menubar
- Admin Help is chartered (First use of the discrete links)
git-svn-id: http://piwigo.org/svn/branches/2.0@3017 68402e56-0260-453c-a942-63ccdbb3a9ee
Alternate colours of lines for each comment, AND have the "Add a comment" border (only) in orange
git-svn-id: http://piwigo.org/svn/branches/2.0@2982 68402e56-0260-453c-a942-63ccdbb3a9ee
- line above "comment" should be ... HR (horizontal rule) hidden
- "submit" button should aligned with "author" input
git-svn-id: http://piwigo.org/svn/branches/2.0@2931 68402e56-0260-453c-a942-63ccdbb3a9ee
- "browse" input = border #666, 1px, bg #222 (now, bg #FFFFcc)
=> CSS has been changed, but the result has not changed
git-svn-id: http://piwigo.org/svn/branches/2.0@2925 68402e56-0260-453c-a942-63ccdbb3a9ee
- 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
- 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
- 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
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
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