Log of /contributions/modules/gallery/gallery_filter.inc
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.3.2.9 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Jun 3 09:32:44 2007 UTC
(2 years, 5 months ago)
by
profix898
Branch:
DRUPAL-5--2
Changes since
1.3.2.8: +13 -13 lines
Diff to
previous 1.3.2.8
, to
branch point 1.3
- bugfix: G2Image popup not working (#148868 by denney)
- bugfix: Wrong images displayed when adding with [G2] tag (#148873)
- bugfix: G2Image gallery path not being set (#148872)
- bugfix: G2Image not adhering to the Default Action setting (#148869)
Revision
1.3.2.6 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat May 5 21:02:01 2007 UTC
(2 years, 6 months ago)
by
kiz0987
Branch:
DRUPAL-5--2
Changes since
1.3.2.5: +9 -9 lines
Diff to
previous 1.3.2.5
, to
branch point 1.3
Cleaned up the Gallery Filter options (more consistent with other tabs).
Used coder to try to clean up code standard (except for the G2 camelCase of
course). A painful exercise! Hopefully I didn't break anything.
Revision
1.3.2.5 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat May 5 12:14:20 2007 UTC
(2 years, 6 months ago)
by
kiz0987
Branch:
DRUPAL-5--2
Changes since
1.3.2.4: +27 -14 lines
Diff to
previous 1.3.2.4
, to
branch point 1.3
- Added option to move the Gallery2 sidebar to the Drupal sidebar (the default)
and used the hack in #121306 to do the same for the Gallery2 admin sitebar
(off by default).
- Fixed up the handling of exactsize and maxsize.
- Added form validation for sizes (and sidebar settings).
- (Hopefully) fixed small bug in filter where n param was ignored.
Revision
1.3.2.4 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Apr 25 15:59:21 2007 UTC
(2 years, 7 months ago)
by
profix898
Branch:
DRUPAL-5--2
Changes since
1.3.2.3: +7 -7 lines
Diff to
previous 1.3.2.3
, to
branch point 1.3
- task: fix some wording issues on the admin pages
- task: added exactsize option for search
- feature: simple report generator (to assist with bug reports)
- bugfix: support for piped arguments in filter tags
- bugfix: several issues with 'Site Admin' group <> 'admin' role sync feature
- bugfix: add code to handle admin user (uid=1) properly after install
- many minor bugfixes
Revision
1.3.2.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Feb 24 23:39:44 2007 UTC
(2 years, 9 months ago)
by
profix898
Branch:
DRUPAL-5--2
Changes since
1.3: +15 -8 lines
Diff to
previous 1.3
- initial checkin of version 2 of the gallery module for Drupal 5
- improved user/role sync (incl. batch import/export of users)
- tabbed configuration screens
- better debugging options
- gallery_menu module (link to G2 albums from the menu)
Revision
1.2 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Apr 25 23:47:32 2006 UTC
(3 years, 7 months ago)
by
kiz0987
Branch:
MAIN
Branch point for:
DRUPAL-5
Changes since
1.1: +168 -168 lines
Diff to
previous 1.1
#59789 - Changed css import to use theme_add_style(). This may need to be updated
again once the correct methods to import module css files has been documented
(see http://drupal.org/node/60096).
- The css file is now not included twice on gallery pages (is correctly loaded
after Gallery2's theme.css file and so can override)
- This *removes* the functionality to use a theme specific drupal_g2.css file.
There have got to be better ways to override module css files.
- css improvements to not hide h2's in G2 Admin pages
- Removed DOS line endings from gallery_filter.inc
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.