aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - fill #searches.last_seen columnrvelices2007-02-144-14/+8
| | | | | | | - small correction on my previous commit (functions_tag.inc.php) - web service tags.getImages correction git-svn-id: http://piwigo.org/svn/trunk@1816 68402e56-0260-453c-a942-63ccdbb3a9ee
* tags returned by get_all_tags, get_available_tags contain id key instead of ↵rvelices2007-02-148-87/+41
| | | | | | | | tag_id (as expected by make_index_url, as $page['tags'] was and as the database model is) git-svn-id: http://piwigo.org/svn/trunk@1815 68402e56-0260-453c-a942-63ccdbb3a9ee
* - thumbnails creation for all local sites (not only site id 1)rvelices2007-02-149-459/+398
| | | | | | | | | | | | - urls for images in notification (rss & mail) is now correct - removed "Recent pictures" from title in when the flat view is in effect - removed unnecessary class="" from comments.tpl - english language correction - removed unused web service files - set rating star button left & right margin to 0 (javascript) - admin menu - put site manager and synchronize together git-svn-id: http://piwigo.org/svn/trunk@1814 68402e56-0260-453c-a942-63ccdbb3a9ee
* Minor changes to w0p0 (not only on Rub request)vdigital2007-02-133-15/+25
| | | | git-svn-id: http://piwigo.org/svn/trunk@1813 68402e56-0260-453c-a942-63ccdbb3a9ee
* Hover touch experiment on themes!rub2007-02-133-1/+46
| | | | git-svn-id: http://piwigo.org/svn/trunk@1812 68402e56-0260-453c-a942-63ccdbb3a9ee
* Minor changes to w0p0vdigital2007-02-132-5/+4
| | | | | | | Minor changes to dark mail style git-svn-id: http://piwigo.org/svn/trunk@1811 68402e56-0260-453c-a942-63ccdbb3a9ee
* When not template are selected for mail, PWG uses default template..rub2007-02-128-76/+177
| | | | | | | | Sent multi-part message in MIME format. (With only one part for the moment). Improvement pwg_mail function. git-svn-id: http://piwigo.org/svn/trunk@1809 68402e56-0260-453c-a942-63ccdbb3a9ee
* add_index plugin cleanuprub2007-02-127-175/+3
| | | | | | Fix reading html mail on webmail (like webmail free) git-svn-id: http://piwigo.org/svn/trunk@1808 68402e56-0260-453c-a942-63ccdbb3a9ee
* Issue 0000598: NBM: Add new informationsrub2007-02-117-20/+19
| | | | | | VDigital structure applied! git-svn-id: http://piwigo.org/svn/trunk@1807 68402e56-0260-453c-a942-63ccdbb3a9ee
* subcribe instead of subscribe => spam for free.rub2007-02-116-25/+25
| | | | | | Correction of all bad English word. git-svn-id: http://piwigo.org/svn/trunk@1806 68402e56-0260-453c-a942-63ccdbb3a9ee
* Dynamic templates for NBMvdigital2007-02-1111-19/+50
| | | | | | | Just a second round... I didn't test what's append for new pictures or comments. git-svn-id: http://piwigo.org/svn/trunk@1805 68402e56-0260-453c-a942-63ccdbb3a9ee
* Finger check (a private test had been delivered).vdigital2007-02-111-3/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@1804 68402e56-0260-453c-a942-63ccdbb3a9ee
* Fix text/plain mailrub2007-02-112-24/+30
| | | | | | Fix translations git-svn-id: http://piwigo.org/svn/trunk@1803 68402e56-0260-453c-a942-63ccdbb3a9ee
* Add picture link on RSS & mail notification.rub2007-02-111-1/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@1802 68402e56-0260-453c-a942-63ccdbb3a9ee
* VDigital conformity ;-)rub2007-02-101-4/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@1801 68402e56-0260-453c-a942-63ccdbb3a9ee
* Replace all flat_cat by flat.rub2007-02-107-24/+24
| | | | git-svn-id: http://piwigo.org/svn/trunk@1800 68402e56-0260-453c-a942-63ccdbb3a9ee
* Remove hard linksrub2007-02-101-3/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@1799 68402e56-0260-453c-a942-63ccdbb3a9ee
* First try on clear theme for mail...vdigital2007-02-104-31/+12
| | | | | | And xml template in yoga. git-svn-id: http://piwigo.org/svn/trunk@1798 68402e56-0260-453c-a942-63ccdbb3a9ee
* Issue 0000598: NBM: Add new informationsrub2007-02-108-29/+71
| | | | | | | Css style including on mail are save on separated files. Default and local can be defined! git-svn-id: http://piwigo.org/svn/trunk@1797 68402e56-0260-453c-a942-63ccdbb3a9ee
* Style correctionsvdigital2007-02-091-9/+9
| | | | git-svn-id: http://piwigo.org/svn/trunk@1796 68402e56-0260-453c-a942-63ccdbb3a9ee
* Some untested changes for NBM on Rub requestvdigital2007-02-094-17/+22
| | | | git-svn-id: http://piwigo.org/svn/trunk@1795 68402e56-0260-453c-a942-63ccdbb3a9ee
* Issue : 137laurent.duretz2007-02-091-3/+1
| | | | | | Use correct SQL request ta have MySql compatibility git-svn-id: http://piwigo.org/svn/trunk@1794 68402e56-0260-453c-a942-63ccdbb3a9ee
* - added plugin action loc_end_picturervelices2007-02-095-35/+136
| | | | | | | - enhanced the event tracer plugin to show a list of all events and actions trigered by pwg - small reorganization in picture.php git-svn-id: http://piwigo.org/svn/trunk@1793 68402e56-0260-453c-a942-63ccdbb3a9ee
* Issue 0000639: Force selected page on index.phprub2007-02-088-39/+84
| | | | | | | | | | | | | Continue the Radu idea, restrict more use of random list Issue 0000598: NBM: Add new informations Add css on mail Use user template for mail (on next commit, best control) Comment mass_inserts because don't with MySQL 4.1.9 git-svn-id: http://piwigo.org/svn/trunk@1792 68402e56-0260-453c-a942-63ccdbb3a9ee
* Web Service: vdigital2007-02-085-19/+69
| | | | | | | | | | - Delete high and normal in #ws_access table - start date is kept. w0p0 template: Minor change git-svn-id: http://piwigo.org/svn/trunk@1791 68402e56-0260-453c-a942-63ccdbb3a9ee
* Issue : 137laurent.duretz2007-02-082-36/+29
| | | | git-svn-id: http://piwigo.org/svn/trunk@1790 68402e56-0260-453c-a942-63ccdbb3a9ee
* - correct php warnings (section_init and mass_inserts)rvelices2007-02-087-177/+158
| | | | | | | | | - flat category view url is now 'flat' instead of 'flat_cat' (it is nicer and shorter) - small html validation (double class attribute) - removed unnecessary class="" - changed 2 times hard coded index.php?recent_pics with make_index_url(...) git-svn-id: http://piwigo.org/svn/trunk@1789 68402e56-0260-453c-a942-63ccdbb3a9ee
* Issue 0000639: Force selected page on index.phprub2007-02-077-7/+45
| | | | | | When page index.php is called without defined section, redirect to a page selected by random on a user list. git-svn-id: http://piwigo.org/svn/trunk@1788 68402e56-0260-453c-a942-63ccdbb3a9ee
* Feature 638 added: "Fixed navigation bar" extension integration.plegall2007-02-076-34/+74
| | | | git-svn-id: http://piwigo.org/svn/trunk@1787 68402e56-0260-453c-a942-63ccdbb3a9ee
* git-svn-id: http://piwigo.org/svn/trunk@1786 ↵laurent.duretz2007-02-072-12/+45
| | | | 68402e56-0260-453c-a942-63ccdbb3a9ee
* Issue 0000598: NBM: Add new informationsrub2007-02-074-0/+165
| | | | | | | | Files was missing by Tortoise (need to re-build a new directory) git-svn-id: http://piwigo.org/svn/trunk@1785 68402e56-0260-453c-a942-63ccdbb3a9ee
* Issue 0000598: NBM: Add new informationsrub2007-02-0618-229/+579
| | | | | | | | | | | | | | | Notification by mail: Add new informations about last categories and last images like new feature of RSS notification. 2 parts: - Possibility to send HTML mail - Include last categories and last images on HTML format into notification mail ccs & HTML experts! Please! Check, fix, improve and enhance HTML mail content! git-svn-id: http://piwigo.org/svn/trunk@1784 68402e56-0260-453c-a942-63ccdbb3a9ee
* Minor changes to w0p0vdigital2007-02-061-4/+10
| | | | git-svn-id: http://piwigo.org/svn/trunk@1783 68402e56-0260-453c-a942-63ccdbb3a9ee
* history: removed some php warnings and reduced some annoying language warningsrvelices2007-02-062-9/+9
| | | | git-svn-id: http://piwigo.org/svn/trunk@1782 68402e56-0260-453c-a942-63ccdbb3a9ee
* web services:rvelices2007-02-065-167/+195
| | | | | | | | | - respect conf['allow_web_services'] - added conf['ws_max_images_per_page'] to limit the number of images returned per web call - fixes for Vincent's partners - added comments git-svn-id: http://piwigo.org/svn/trunk@1781 68402e56-0260-453c-a942-63ccdbb3a9ee
* Yoga has input[type="submit"] style addressability restored.vdigital2007-02-0532-103/+106
| | | | | | | (Since Javascript/Rating it was not possible to change button without loosing rating stars). p0w0 is fix for a new button display. git-svn-id: http://piwigo.org/svn/trunk@1780 68402e56-0260-453c-a942-63ccdbb3a9ee
* Evolution request 0000497: Insert information about theme on about.phpvdigital2007-02-046-6/+26
| | | | | | | | To mention Creative Commons pictures, Free for private use, ... Totally optional. Just precise what you want in About field (see any template/yoga/theme/.../themeconf.inc.php git-svn-id: http://piwigo.org/svn/trunk@1779 68402e56-0260-453c-a942-63ccdbb3a9ee
* 1 - A new trigger point in include/page_header.phpvdigital2007-02-0410-314/+275
| | | | | | 2 - Previous version of p0w0 is replaced by a close version to the phpwebgallery.net web site. git-svn-id: http://piwigo.org/svn/trunk@1778 68402e56-0260-453c-a942-63ccdbb3a9ee
* Web Service: vdigital2007-02-032-169/+18
| | | | | | | | - Delete functions_webserv.inc.php - Activate $colling_partner_id in ws.php git-svn-id: http://piwigo.org/svn/trunk@1777 68402e56-0260-453c-a942-63ccdbb3a9ee
* Minor change:vdigital2007-02-021-1/+1
| | | | | | | | - Font-family is revised on Rub/Rvelices advices (Lucida doesn't return a nice look for them). template/yoga/default-layout.css git-svn-id: http://piwigo.org/svn/trunk@1776 68402e56-0260-453c-a942-63ccdbb3a9ee
* Issue 0000475 : Synchroniser plus de 7000 photoslaurent.duretz2007-02-015-376/+1103
| | | | git-svn-id: http://piwigo.org/svn/trunk@1775 68402e56-0260-453c-a942-63ccdbb3a9ee
* Issue 0000634: Admin instructions (En-UK) / dead link on Wikivdigital2007-02-011-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@1774 68402e56-0260-453c-a942-63ccdbb3a9ee
* Minor changes:vdigital2007-01-318-75/+17
| | | | | | | | | | | - Filter Icon on Rub request is floated right except on my request for wipi. template/yoga/menubar.css template/yoga/theme/wipi/theme.css - Font-family is revised on Rub advice (he doesn't have Bitstream Vera Sans as many people). template/yoga/default-layout.css - Plugin Admin Advice has been reviewed to be W3C compliant. plugins/admin_advices/admin_advices.tpl plugins/admin_advices/default-layout.css git-svn-id: http://piwigo.org/svn/trunk@1772 68402e56-0260-453c-a942-63ccdbb3a9ee
* Small changes on mainpage to obtain W3C conformityvdigital2007-01-305-12/+47
| | | | git-svn-id: http://piwigo.org/svn/trunk@1771 68402e56-0260-453c-a942-63ccdbb3a9ee
* Issue 0000614: Display hits under thumbnails like comments countervdigital2007-01-301-0/+1
| | | | | | - Update config.sql git-svn-id: http://piwigo.org/svn/trunk@1770 68402e56-0260-453c-a942-63ccdbb3a9ee
* Issue 0000614: Display hits under thumbnails like comments countervdigital2007-01-307-5/+61
| | | | | | | - Comments are not plurial < 2 - hits and comments have specific classes for css control git-svn-id: http://piwigo.org/svn/trunk@1769 68402e56-0260-453c-a942-63ccdbb3a9ee
* web services: give vincent the calling partner idrvelices2007-01-294-9/+47
| | | | git-svn-id: http://piwigo.org/svn/trunk@1768 68402e56-0260-453c-a942-63ccdbb3a9ee
* Issue 0000614: Display hits under thumbnails like comments countervdigital2007-01-292-3/+52
| | | | | | Include Show_nb_hits in #config and remove from config_default.inc.php git-svn-id: http://piwigo.org/svn/trunk@1767 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 623: Char "+" is not supported in gallery URL (the function url_is_remotervelices2007-01-291-1/+2
| | | | | | should not check if the url is actually valid but only if it starts with http://) git-svn-id: http://piwigo.org/svn/trunk@1766 68402e56-0260-453c-a942-63ccdbb3a9ee
* Solved 2 coding errors on css font-family in default-layout.cssvdigital2007-01-291-1/+1
| | | | | | | Default font is "Bitstream Vera Sans" which would not be a problem for Linux platforms if you can check that on other platforms (not only one). git-svn-id: http://piwigo.org/svn/trunk@1764 68402e56-0260-453c-a942-63ccdbb3a9ee