Commit graph

686 commits

Author SHA1 Message Date
chrisaga
a7ad21d942 display : in group_list.tpl - wrong form class, mixed html tags, ...
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 23:31:14 +00:00
plegall
1c6edb3d10 - improvement: use new function get_language_filepath in about.php
(complement of bug 168 correction)


git-svn-id: http://piwigo.org/svn/trunk@897 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-10-17 21:29:51 +00:00
plegall
92d9dddd2b - bug 154 fixed: "Calendar category, too precise dates". Bug came from the
bigger precision of creation_date and available_date in images
  tables. Need to retrieve only the year-month-day information.


git-svn-id: http://piwigo.org/svn/trunk@896 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-10-17 21:11:19 +00:00
volcom
4832bc7706 *** empty log message ***
git-svn-id: http://piwigo.org/svn/trunk@895 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-10-17 07:25:25 +00:00
volcom
889b1240cd * new: history details by month,day
git-svn-id: http://piwigo.org/svn/trunk@894 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-10-17 07:21:30 +00:00
chrisaga
c31f150276 Changed "ul.categoryActions>li" into "ul.categoryActions li".
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
2005-10-16 16:16:55 +00:00
chrisaga
3c300e40db Fix quickconnect form misalignement
git-svn-id: http://piwigo.org/svn/trunk@892 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-10-16 15:56:52 +00:00
chrisaga
7113cb7fd6 'L_AUTHOR' was not assigned so the label was missing when adding comments from unlogged users
git-svn-id: http://piwigo.org/svn/trunk@891 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-10-15 22:20:48 +00:00
plegall
ca6f33d565 (forgotten file in french translation of help pages)
git-svn-id: http://piwigo.org/svn/trunk@890 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-10-15 21:59:08 +00:00
plegall
d411c48e9f - modification: localized labels in Administration>Pictures>Caddie
- translation: bug fixed on special categories title in French

- translation: all help pages were translated in french


git-svn-id: http://piwigo.org/svn/trunk@889 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-10-15 21:47:19 +00:00
plegall
f8c3f9eb65 separation horizontal rule required when configuration parameter show_picture_name_on_title is set to false
git-svn-id: http://piwigo.org/svn/trunk@888 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-10-15 21:39:48 +00:00
chrisaga
c4739d34ad Change the image title to <H2> since <H1> is the galery title
Plus it makes the image title header smaller wich is a good thing for users with regular sized screens


git-svn-id: http://piwigo.org/svn/trunk@887 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-10-15 21:31:13 +00:00
chrisaga
f1a0d885f6 kill bug 0000170: class="thumbLink"
moved inline style declaration to css


git-svn-id: http://piwigo.org/svn/trunk@886 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-10-15 20:34:24 +00:00
chrisaga
1d58376334 kill bug 0000146: Image Nouveau
git-svn-id: http://piwigo.org/svn/trunk@885 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-10-15 19:26:12 +00:00
plegall
02051fa5d7 - new: "quick start" section in Administration>General>Instructions
git-svn-id: http://piwigo.org/svn/trunk@884 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-10-09 07:38:26 +00:00
plegall
50f4fdca2d - translation: new items related to configuration parameters gallery_title
and gallery_description in GUI.


git-svn-id: http://piwigo.org/svn/trunk@883 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-10-08 19:11:21 +00:00
plegall
1f594dc148 - modification: configuration parameters gallery_title and
gallery_description are GUI managed in
  Administration>Configuration>General

- bug fixed: configuration parameters (use|show)_(exif|iptc) and
  authorize_remembering should have been deleted from config table some time
  ago.


git-svn-id: http://piwigo.org/svn/trunk@882 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-10-07 23:25:42 +00:00
plegall
f9baa625b6 - new: mass virtual categories movement manager in
Administration>Categories>Move screen.


git-svn-id: http://piwigo.org/svn/trunk@881 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-10-07 22:04:53 +00:00
plegall
afec77c0fa - bug 160 fixed: (part one of the bug) hard coded column name of users table
had to be replaced by the configurable column name. This correction was
  made by a full rewrite of filtered users list management. The other bug
  (not submited in bugtracker) that needed this rewrite was that when you
  choose "all" as target for mass users modification, you expected to apply
  modification on filtered users, not all users.

- bug 160 fixed: (part two of the bug) hard coded column name for primary
  key in mass_updates function.

- modification: configuration parameter users_page is now located in the
  correct file (include/config_default.inc.php instead of
  admin/user_list.php)


git-svn-id: http://piwigo.org/svn/trunk@880 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-10-05 19:41:37 +00:00
plegall
0c0ab6d700 - bug 168 fixed: crash when language file does not exists. Constant
PHPWG_DEFAULT_LANGUAGE added. New function get_language_filepath always
  used to find language files.


git-svn-id: http://piwigo.org/svn/trunk@879 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-27 21:57:14 +00:00
plegall
b7b05eafc3 - bug 158 fixed: display error on "double selects" screens (with MSIE,
strange behavior). VDigital modification optimizes width usage :-)


git-svn-id: http://piwigo.org/svn/trunk@878 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-26 21:17:17 +00:00
plegall
e624f27b5f - bug 163 fixed: link error when cookies disabled in admin/stats
git-svn-id: http://piwigo.org/svn/trunk@877 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-25 20:50:14 +00:00
plegall
8f058fcc9b - bug fixed: HTML error on nested UL in categories menu.
- bug 161 fixed: guest_id not taken into account for history table insert.

- bug 164 fixed: category inserted in history table becomes too long if HTML
  tags are kept.


git-svn-id: http://piwigo.org/svn/trunk@876 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-25 18:31:55 +00:00
plegall
4c949342ec - bug 162 fixed: division by zero when trying to view "all" items in
admin/element_set_(global|unit)


git-svn-id: http://piwigo.org/svn/trunk@875 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-24 19:05:55 +00:00
plegall
d53bea8e7d - bug 151 fixed: default maxheight was not proposed as "set to" option in
admin/user_list


git-svn-id: http://piwigo.org/svn/trunk@874 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-21 20:16:54 +00:00
plegall
0069768362 - bug 150 fixed: in category permissions management, wrong column name when
using an external users table.


git-svn-id: http://piwigo.org/svn/trunk@873 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-21 20:11:45 +00:00
plegall
d79d2496a6 - bug fixed: language items conf_mail_webmaster and conf_mail_webmaster_info
are necessary during install


git-svn-id: http://piwigo.org/svn/trunk@871 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-20 22:40:26 +00:00
plegall
1673892026 - update: upgrade from 1.4.0 or 1.4.1. Upgrade from 1.3.x is not available
anymore.

- update: README files updated for very near branch 1.5 :-)

- new: file tools/config_local.inc.php as example for optional
  include/config_local.inc.php

- bug fixed: configuration parameter show_picture_name_on_title was useless


git-svn-id: http://piwigo.org/svn/trunk@870 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-20 22:04:57 +00:00
plegall
541c302c40 - bug 111 fixed: "Can't add virtual category when cookie
disabled". Correction reported from branch 1.4.

- bug 109 fixed : "disabled "best rated" menu item when rating is not
  enabled". Correction reported from branch 1.4.

- bug 95 fixed : "default maxwidth and maxheight not registered". Correction
  reported from branch 1.4.


git-svn-id: http://piwigo.org/svn/trunk@869 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-18 22:29:17 +00:00
plegall
b1c5e25b5e - bug 107 fixed: crash when logging visit on a category containing "'"
character. Correction reported from branch 1.4

- bug fixed: in admin/stats, incorrect SQL queries gave no result.


git-svn-id: http://piwigo.org/svn/trunk@868 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-18 21:56:56 +00:00
plegall
2e8a34adc7 - bug 101 fixed: correction reported from branch 1.4
git-svn-id: http://piwigo.org/svn/trunk@867 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-18 21:09:44 +00:00
plegall
f7b777c90a - new: automatic new password sent by mail when requested by user
git-svn-id: http://piwigo.org/svn/trunk@866 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-18 00:29:49 +00:00
plegall
60fc8c061a - improvement: add information about how to use an external table for users
- bug fixed: uses user configuration fields for filtering in admin/user_list

- bug fixed: don't try to create feeds automatically during sync_users (when
  line in user_infos is missing)

- bug fixed: create_user_infos function gives status admin if user id
  matches $conf['webmaster_id']


git-svn-id: http://piwigo.org/svn/trunk@865 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-17 22:22:22 +00:00
plegall
518569483b - new: the number of elements waiting for validation is notified in RSS
feed.


git-svn-id: http://piwigo.org/svn/trunk@864 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-17 21:14:28 +00:00
plegall
8a525d57ba - translation: common and admin strings translated in french from english
files


git-svn-id: http://piwigo.org/svn/trunk@863 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-17 21:11:40 +00:00
plegall
3371c75742 - improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.

- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
  check_date_format, date_convert, get_category_directories,
  get_used_metadata_list, array_remove, pwg_write_debug,
  get_group_restrictions, get_all_group_restrictions, is_group_allowed,
  style_select, deprecated_getAttribute).

- new: many new contextual help pages to replace descriptions previously
  included in pages.

- modification: reorganisation of language files. Deletion of unused
  language keys, alphabetical sort. No faq.lang.php anymore (replaced by
  help.html). Only done for en_UK.iso-8859-1.


git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
plegall
eac1724ee5 - bug fixed : no display of first added element date in admin/intro if no
element in the gallery.


git-svn-id: http://piwigo.org/svn/trunk@861 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-03 21:20:24 +00:00
plegall
c614c0798e (not in ChangeLog)
- yoga template used for installation and by default in user_infos table

- adaptation of yoga template to itself (no use of icons from template
  default)


git-svn-id: http://piwigo.org/svn/trunk@860 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-03 20:56:35 +00:00
plegall
9c6f769b94 - new : template yoga, made by yoDan, helped by chrisaga for integration
becomes the official template.


git-svn-id: http://piwigo.org/svn/trunk@859 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-03 20:01:14 +00:00
plegall
7eae759590 - modification : less configuration parameters in administration
screen. These parameters are move to include/config_default.inc.php.

- new : ability to add a single picture to caddie from picture.php

- new : contextual help, only a few pages are available.

- new : ability to delete users from admin/user_list

- modification : reorganization of configuration file

- new : configuration parameter use_exif_mapping

- improvement : MOD hidemail added to standard


git-svn-id: http://piwigo.org/svn/trunk@858 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-03 16:36:05 +00:00
chrisaga
857eec2218 Removed the hack for top alignement in Geko : too hugly :-(
git-svn-id: http://piwigo.org/svn/trunk@857 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-08-30 05:46:59 +00:00
chrisaga
702e6a19ef Litle hack to make Geko align thumbnails on top
Smaller font for thumbnails legend (less wrapping for long category names)


git-svn-id: http://piwigo.org/svn/trunk@856 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-08-29 20:00:48 +00:00
chrisaga
3354d77847 New thubmnails layout in category based on the "girafe" pages by yoDan
git-svn-id: http://piwigo.org/svn/trunk@855 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-08-29 18:14:27 +00:00
plegall
a891960d5a (not in ChangeLog)
- adds PHPWG_ROOT_PATH to form action in identification.php

- adds link to home on identification.php

- avoid using language_select and template_select in profile.php (maybe
  these functions becom obsolete)

- [template cclear] solution #3 from
  http://forum.phpwebgallery.net/viewtopic.php?pid=21443#p21443 : adds the
  fix on min-height.

- [template cclear] new FORM class : properties. Used in identification,
  profile, register.

- [template cclear] deletion of now useless DIV.formbox

- [template cclear] footer update : link to phpwebgallery website and not
  pierrick email.


git-svn-id: http://piwigo.org/svn/trunk@854 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-08-27 00:24:31 +00:00
chrisaga
1abfbf5eae add page title
git-svn-id: http://piwigo.org/svn/trunk@853 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-08-26 20:05:02 +00:00
chrisaga
54cd492c86 as discussed with z0rglub, increase #menubar width to 22em in #theAdminPage
git-svn-id: http://piwigo.org/svn/trunk@852 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-08-26 19:54:45 +00:00
chrisaga
2521a217f7 new title
git-svn-id: http://piwigo.org/svn/trunk@851 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-08-26 19:46:36 +00:00
plegall
f01a9f5b7c - new : HTML BODY identifier to let CSS stylesheets manage specific
behaviour.

- deletion : admin/search useless

- improvement : in admin/user_list, special behaviour for true/false fields
  (expand, show_comments)

- new : gallery_title and gallery_description are displayed at the top of
  each page.

- improvement : simplification in HTML for categories menu.

- improvement : standardization of presentation in all public pages
  (identification, registration, search, profile, notification, comments,
  etc.)

(not in ChangeLog, below this line)

- add forgotten notification.php (should have been added in a previous
  commit)

- [template cclear] deletion of useless class .bouton

- [template cclear] for test purpose, new presentation of register page
  (using FORM.filter)

- [template cclear] adaptation of admin/group_list from template default

- [template cclear] deletion of obsolete admin/infos_images

- [template cclear] deletion of obsolete admin/search_username

- [template cclear] new icon register.png


git-svn-id: http://piwigo.org/svn/trunk@850 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-08-25 22:43:47 +00:00
plegall
429dd2ff62 - deletion : no mail notification anymore. Feature replaced by RSS feed
notification.

- improvement : on waiting pictures management. Ability to validate all or
  reject all in one clic.

- regrouped fields in admin/update


git-svn-id: http://piwigo.org/svn/trunk@849 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-08-24 22:22:29 +00:00
plegall
b08df04688 - modification : adaptation of template variables and blocks in comments
page to display comment by comment instead of picture by picture.

- [template cclear] comments.tpl copied and adapted from template
  default. Return to home new icon. As asked by chrisaga, special id
  #commentsPage in comments.tpl to set the #content margin-left to 0 (since
  no #menubar to display).

- [template cclear] FORM.filter rules taken from template default (these
  rules have been written some time ago by yoDan.

- [template cclear] bug fixed on #theImage : display:block must be used only
  on IMG and not on the P>A (yes, in BSF you can have HTML in picture and
  categories descriptions)


git-svn-id: http://piwigo.org/svn/trunk@848 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-08-21 21:23:17 +00:00