aboutsummaryrefslogtreecommitdiffstats
path: root/template (unfollow)
Commit message (Collapse)AuthorFilesLines
2006-02-22calendar redesign: monthly and weekly styles + list/calendar views for monthlyrvelices3-12/+68
git-svn-id: http://piwigo.org/svn/trunk@1050 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-02-20Step 3: Integration of new admin menu with the associated file (No ↵rub1-0/+1
interface, Only Message) git-svn-id: http://piwigo.org/svn/trunk@1049 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-02-20calendar redesign: step 1rvelices1-0/+7
git-svn-id: http://piwigo.org/svn/trunk@1047 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-02-16feature 233: confirmation for deletion of remote sites, user groups and rvelices4-4/+4
virtual categories git-svn-id: http://piwigo.org/svn/trunk@1045 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-02-16feature 264: gallery_url, rate and rate_anonymous from config file to databaservelices1-0/+19
git-svn-id: http://piwigo.org/svn/trunk@1044 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-02-15feature 288: manage rates for administratorsrvelices2-0/+77
git-svn-id: http://piwigo.org/svn/trunk@1042 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-02-14feature 251: Rating For Anonymous usersrvelices1-1/+2
fix: page['items'] for favorites category and remove old use of $has_next, $has_prev in picture.php (slideshow and favorites section) optimization: one less sql query in picture.php when there are no comments display of the refresh url in redirect.tpl (useful when debugging with browser meta redirects disabled) git-svn-id: http://piwigo.org/svn/trunk@1041 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-02-10feature 77: standard navigation link - finalizedrvelices3-8/+8
3 small fixes: simplified code (unnecessary $page['tab_expand']), urls in comments (at end of line nl2br issue+regex+html 4 validated) and $page['where'] correction for most_visited git-svn-id: http://piwigo.org/svn/trunk@1031 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-02-08- remake of Remote sites and Synchronize: rvelices5-3/+161
- synchronization for remote and local sites are done by the same code - remote sites can update metadata now (not before) - bug 279 - fixes bug 82: has_high column - improve feature 280: user sort by filename - fix path to template mimetypes icons - bug 284: session cookie lifetime, deletion on logout and corrected issue when db upgrades were missing git-svn-id: http://piwigo.org/svn/trunk@1029 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-02-01feature 280: Allow visitors/users to choose image ordering inside a categoryrvelices4-2/+16
improvement 82: Viewing pictures from remote galleries does not check anymore for the high pictures (existence flag added to create_listing_file and db) correction: link element in picture is in the head instead of body (w3c spec) correction: in profile.php the current template was not selected by default git-svn-id: http://piwigo.org/svn/trunk@1020 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-01-27Search engine redesign, second part :plegall3-2/+56
improvement: in category.php, an icon opening a popup display the list of search rules. modification: function get_search_array is responsible of search rules retrieving from database. This function is called from get_sql_search_clause and from search_rules.php modification: ability to search multiple authors. Warning: this version of search tool can't search author names including any blank space. git-svn-id: http://piwigo.org/svn/trunk@1015 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-01-27improvement: got rid of num= _GET param in category.php (use only start=) sorvelices3-6/+13
that links to category for search engines are the same as in category pagination feature 77: standard navigation link : HTML Link types improvement: add go to first and last image buttons in picture page improvement: do not increase image hit in picture.php when rating, adding to favorites, caddie, ... improvement: show number of hits in most_visited (as best_rated shows the rate) git-svn-id: http://piwigo.org/svn/trunk@1014 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-01-21merge branch 1.5 r1010:1011 into BSF:nikrou1-0/+3
- bug 268 fixed: display debug content correctly git-svn-id: http://piwigo.org/svn/trunk@1012 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-12-31fix bug 249: XHTML Validation in install.phpchrisaga1-8/+9
install.tpl is now HTML4.01 strict git-svn-id: http://piwigo.org/svn/trunk@996 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-12-30deletion: of unused code in picture.phpchrisaga1-2/+18
merge -r993:994 from branches/branch-1_5 into trunk (bug 254 fixed). git-svn-id: http://piwigo.org/svn/trunk@995 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-12-19- feature 232 : icon tool to download big image in pwg_high if existschrisaga1-2/+2
- cosmetic : adjust big image popup to avoid unwanted scrolbars no toolbar or status-bar in this popup git-svn-id: http://piwigo.org/svn/trunk@985 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-12-12cosmetic : change page title form {PAGE_TITLE} to ↵chrisaga1-1/+1
{GALLERY_TITLE}:{PAGE_TITLE} in template git-svn-id: http://piwigo.org/svn/trunk@983 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-12-11cosmetic : provide a "favicon" to the browserchrisaga1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@982 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-12-10template : fix categoryActions margins and picture page title backgroundchrisaga2-30/+36
git-svn-id: http://piwigo.org/svn/trunk@981 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-12-10template : {themeconf:icon_dir}/*.png in admin/*.tplchrisaga13-26/+26
git-svn-id: http://piwigo.org/svn/trunk@980 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-12-09- manual merge -r976:977 from branch 1.5 (background color for comments)plegall1-0/+1
git-svn-id: http://piwigo.org/svn/trunk@978 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-12-03add feature 221 : Add a link to "lost password" in quick connect formchrisaga4-21/+38
plus link to "register" and move quickconnect rules from default-layout.css to menubar.css git-svn-id: http://piwigo.org/svn/trunk@972 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-12-03bug fix : errors.png and infos.png path was incorrect in default-colors.csschrisaga1-2/+2
git-svn-id: http://piwigo.org/svn/trunk@970 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-12-03bug 226 fixed : mixed class and id for "infos" and "errors" between tpl and csschrisaga2-4/+4
git-svn-id: http://piwigo.org/svn/trunk@963 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-12-03improve template : split theme from template itselfchrisaga22-178/+252
rest of the job : template (yoga), themes (clear dark), and php to handle them git-svn-id: http://piwigo.org/svn/trunk@960 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-12-03improve template : split theme from template itselfchrisaga34-0/+0
first rename "theme" as "icon" and move al icons under it git-svn-id: http://piwigo.org/svn/trunk@959 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-11-24- merge branch 1.5 bug 222 correction into BSFchrisaga2-17/+24
git-svn-id: http://piwigo.org/svn/trunk@952 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-11-21- bug 197 fixed : IE doesn't support multiple class (port form 1.5 branch)chrisaga2-8/+11
git-svn-id: http://piwigo.org/svn/trunk@950 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-11-20- bug 213 fixed : quickconnect legend cahnged to 'Quick connect'chrisaga1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@949 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-11-19- report bug 206 correction and some template improvement from branch 1.5chrisaga27-90/+97
- feature 195 : add an "Admin" link under "Home" in the menu bar of the admin page git-svn-id: http://piwigo.org/svn/trunk@948 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-11-16- bug 211 fixed : incoherent default maximum width for thumbnail creationplegall1-2/+2
and too vague label for maximum width & height in thumbnail creation screen. git-svn-id: http://piwigo.org/svn/trunk@937 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-11-08- bug 180 fixed: remote_site.tpl doesn't validate.plegall1-5/+7
- translation bug fixed: generate_file_listing.php doesn't exist, it's create_listing_file.php ! git-svn-id: http://piwigo.org/svn/trunk@927 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-11-07- bug 184 fixed: for the third time...plegall1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@925 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-11-07- improvement: use a "filter" form for adding user comments.plegall2-14/+31
git-svn-id: http://piwigo.org/svn/trunk@924 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-11-05- bug 186 fixed: useless template theme icons deleted. Remaining icons inplegall38-0/+0
GIF converted to PNG. git-svn-id: http://piwigo.org/svn/trunk@922 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-10-31- bug 185 fixed: errors in language items.plegall2-8/+8
git-svn-id: http://piwigo.org/svn/trunk@921 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-10-31(not in ChangeLog)plegall1-0/+1
- "text-align: center" comes back on ul.categoryActions because action buttons were not centered in admin/picture_modify or admin/cat_modify git-svn-id: http://piwigo.org/svn/trunk@920 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-10-31- modification: use "filter" class for quickconnect box (with some customplegall2-29/+41
modifications) - bug fixed: the total number of pictures had disappeared git-svn-id: http://piwigo.org/svn/trunk@919 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-10-302005-10-30 volcomvolcom1-8/+7
* bug 190 fixed: issue in stats.tpl display * bug fixed: labels of monthly, daily graph fixed git-svn-id: http://piwigo.org/svn/trunk@918 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-10-26bug 177 fixed: for Safari (was fixed for Konqueror only)chrisaga1-2/+2
git-svn-id: http://piwigo.org/svn/trunk@917 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-10-24bug 184 fixed: .png button left aligned in IEchrisaga1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@915 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-10-23bug fixed: cat-list.tpl validate nowchrisaga2-43/+5
improvement: removed some unnecessary css rules from old tests in FROM design in file default-layout.css git-svn-id: http://piwigo.org/svn/trunk@912 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-10-22bug 177 fixed: icon tools wrong position in Safari and Konquerorchrisaga5-8/+27
Needed a little trick to fix it. Put the trick in a fix-khtml.css Loading in header.tpl and protected from IE, Geko and Opera, just in case (couldn't foud a safari css-only filter wich validate) bug fixed: issue in the FORM in remote_site.tpl which prevented HTML validation (still something to do with the TABLE). git-svn-id: http://piwigo.org/svn/trunk@910 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-10-22- use language item for set/unset instead of hard coded english itemsplegall1-2/+2
git-svn-id: http://piwigo.org/svn/trunk@907 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-10-22- bug 173 fixed: due to phpBB user identifiers management, the method toplegall1-3/+3
find the next user identifier has changer to MAX+1. - improvement: information message when new user added - bug fixed: language item "Username" used instead of "login". git-svn-id: http://piwigo.org/svn/trunk@906 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-10-20bug 176 fixed: need a javascript to handle transparent PNG background in IEchrisaga3-7/+15
(tribute to Bob Osola http://homepage.ntlworld.com/bobosola/index.htm display: fixed another IE childselector bug in Categories Management admin page and improved display of this page in all browsers too. git-svn-id: http://piwigo.org/svn/trunk@905 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-10-18smaller font-size and, as requested, fonts more like 1.4chrisaga1-2/+2
git-svn-id: http://piwigo.org/svn/trunk@899 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-10-17display : in group_list.tpl - wrong form class, mixed html tags, ...chrisaga4-9/+13
display : suppress bullets in admin->synchronize and checkbox under select display : set standard font size to 12pt (untill better solution found) git-svn-id: http://piwigo.org/svn/trunk@898 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-10-17* new: history details by month,dayvolcom1-1/+31
git-svn-id: http://piwigo.org/svn/trunk@894 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-10-16Changed "ul.categoryActions>li" into "ul.categoryActions li".chrisaga1-1/+1
The first one is the right syntax but IE can't eat that so the display of the tools in the title bar was buggy (vertical instead of horizontal) git-svn-id: http://piwigo.org/svn/trunk@893 68402e56-0260-453c-a942-63ccdbb3a9ee