aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Cosmetic update : replace "distant" with "remote" in page title and header celllaurent.duretz2007-02-191-2/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@1839 68402e56-0260-453c-a942-63ccdbb3a9ee
* Thumbnails page display correction for Konqueror 3.5.5 - Opera 9.10 - MSIE ↵vdigital2007-02-191-2/+2
| | | | | | 5.01 - MSIE 6.0 - MSIE 7.0 - Safari 2.0 and more. git-svn-id: http://piwigo.org/svn/trunk@1838 68402e56-0260-453c-a942-63ccdbb3a9ee
* web service: added method to query search elementsrvelices2007-02-196-65/+216
| | | | | | | | picture: small correction on my last commit monthly calendar nice view: always use getimagesize instead of guessing the size query search: improved results (filename is searched separately) and sometimes less sql queries than before git-svn-id: http://piwigo.org/svn/trunk@1837 68402e56-0260-453c-a942-63ccdbb3a9ee
* Minor changes:vdigital2007-02-194-14/+26
| | | | | | | | | - last 2 buttons in Modify category - Title and description on slideshow (with css classes to hide them) - Category names centered on p0w0 - some display reviews on wipi git-svn-id: http://piwigo.org/svn/trunk@1836 68402e56-0260-453c-a942-63ccdbb3a9ee
* Minor style changes on theme wipi and p0w0vdigital2007-02-173-3/+13
| | | | git-svn-id: http://piwigo.org/svn/trunk@1835 68402e56-0260-453c-a942-63ccdbb3a9ee
* 0000497: (facultative) themeconf.inc.php can build additional about text ↵vdigital2007-02-178-20/+22
| | | | | | for PWG about page (see wipi theme). git-svn-id: http://piwigo.org/svn/trunk@1834 68402e56-0260-453c-a942-63ccdbb3a9ee
* Some HTML changes to reach HTML 4.01 Strict!vdigital2007-02-174-15/+18
| | | | | | (New): Multi view include a minimal theme. git-svn-id: http://piwigo.org/svn/trunk@1833 68402e56-0260-453c-a942-63ccdbb3a9ee
* Some css changes to reach CSS3 Conformity (even not official)vdigital2007-02-1710-10/+31
| | | | | | | (New): mozilla family hacks are all in a not-ie.css (New): HTTP Upload has been moved (enhanced visibility). git-svn-id: http://piwigo.org/svn/trunk@1832 68402e56-0260-453c-a942-63ccdbb3a9ee
* Fix Issue 0000605: Not linked elements failure with no virtual categories ↵rub2007-02-163-7/+45
| | | | | | | | | galleries Add missing translations git-svn-id: http://piwigo.org/svn/trunk@1831 68402e56-0260-453c-a942-63ccdbb3a9ee
* 0000645: HTML Conformity (Temporary fixed)vdigital2007-02-1610-19/+18
| | | | | | | | | | | | | | | | | | | | | | | | Description 1- tags.php/tags.tpl Need to be fixed more... see FIXME in tags.tpl when no tags are available. 2- search.php => Remove class="bouton" : Done 0000648: CSS Conformity (1) (Partly fixed) Description clear/theme.css + dark/theme 54 #content UL.thumbnails SPAN.wrap2:hover Propriété érronée : background-color AntiqueWhite n'est pas une valeur de color : AntiqueWhite 60 #content UL.thumbnailCategories DIV.thumbnailCategory:hover Propriété érronée : background-color AntiqueWhite n'est pas une valeur de color : AntiqueWhite 66 #content UL.thumbnailCategories DIV.thumbnailCategory:hover A Propriété érronée : background-color AntiqueWhite n'est pas une valeur de color : AntiqueWhite wipi/theme.css et p0w0 274 .2nmore En CSS1, il était possible d'avoir un nom de classe commençant par un chiffre (".55xx") sauf s'il s'agissait d'une dimension (".55cm"). En CSS2, de tels noms sont analysés comme étant des dimensions inconnues, pour permettre l'ajout de nouvelles unités).To make ".2nmore" a valid class, CSS2 requires the first digit to be escaped (".\32nmore") w0p0 247 Le pseudo-élément ::after ne peut apparaitre dans le contexte css2 247 #content H2 Propriété érronée : content leader(dotted) n'est pas une valeur de content : leader(dotted) git-svn-id: http://piwigo.org/svn/trunk@1830 68402e56-0260-453c-a942-63ccdbb3a9ee
* Valeurs par défaut identiques à la galerie principalelaurent.duretz2007-02-161-3/+4
| | | | git-svn-id: http://piwigo.org/svn/trunk@1829 68402e56-0260-453c-a942-63ccdbb3a9ee
* - reduced size of clear/wipi theme.css by combining selectors with identical rub2007-02-163-25/+6
| | | | | | | content - don't send comment/user notification to admin/adviser git-svn-id: http://piwigo.org/svn/trunk@1828 68402e56-0260-453c-a942-63ccdbb3a9ee
* - adviser mode: added check on admin profile page and removed 2 read-only ↵rvelices2007-02-166-49/+22
| | | | | | | | | TAG_INPUT_ENABLED - simplified tag code in picture.php - reduced size of dark/theme.css by combining selectors with identical content git-svn-id: http://piwigo.org/svn/trunk@1827 68402e56-0260-453c-a942-63ccdbb3a9ee
* Code refactoring.plegall2007-02-151-25/+31
| | | | git-svn-id: http://piwigo.org/svn/trunk@1825 68402e56-0260-453c-a942-63ccdbb3a9ee
* Web Service: Language corrections.vdigital2007-02-154-48/+2
| | | | | | Old High and Normal options have been removed git-svn-id: http://piwigo.org/svn/trunk@1824 68402e56-0260-453c-a942-63ccdbb3a9ee
* Integration of remote site protection in generate actionlaurent.duretz2007-02-155-161/+442
| | | | git-svn-id: http://piwigo.org/svn/trunk@1823 68402e56-0260-453c-a942-63ccdbb3a9ee
* Minor changes to w0p0 (not only on Mathias request)vdigital2007-02-151-11/+22
| | | | git-svn-id: http://piwigo.org/svn/trunk@1822 68402e56-0260-453c-a942-63ccdbb3a9ee
* - plugins: added new action user_initrvelices2007-02-158-73/+194
| | | | | | | | - put in a new admin_multi_view:allows admins to change on the fly language/theme and view gallery as guest (useful for developers and just to show a 'new' way of using plugins) - removed some warnings from history.php and increased table width to 99% - remove unused admin language strings git-svn-id: http://piwigo.org/svn/trunk@1821 68402e56-0260-453c-a942-63ccdbb3a9ee
* - feature 642: display both subcategory thumbnails and element thumbnails (if arvelices2007-02-157-92/+53
| | | | | | | | | | category has both) in the index page - get rid of $page['cat_nb_images'] and $page['thumbnails_include'] (superfluous) - changed sql queries in section_init.inc.php for better performance with flat category view - web service fixes for categories.getList git-svn-id: http://piwigo.org/svn/trunk@1820 68402e56-0260-453c-a942-63ccdbb3a9ee
* Stupid modification on picture_comment.inc.php about validate link!rub2007-02-141-2/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@1819 68402e56-0260-453c-a942-63ccdbb3a9ee
* My last improvements before 1.7.0RC1.rub2007-02-144-25/+92
| | | | | | | | | Can include Cc & Bcc on mail. Send mail to all administrators on new comment or new users. Add validate link on new comment mail. Try to detect if the NBM complementary content is HTML or plain text. With plain text, this content is convert to readable HTML. git-svn-id: http://piwigo.org/svn/trunk@1818 68402e56-0260-453c-a942-63ccdbb3a9ee
* New: history logs high quality access via action.php. A new columnplegall2007-02-148-37/+340
| | | | | | | | | | | #history.is_high was added. Filter was added on administration history detail view. Modification: function get_sql_condition_FandF was slightly refactored for presentation improvement. git-svn-id: http://piwigo.org/svn/trunk@1817 68402e56-0260-453c-a942-63ccdbb3a9ee
* - 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