Log of /contributions/modules/gallery/gallery.module
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.28.2.12 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Jun 8 23:10:13 2008 UTC
(17 months, 3 weeks ago)
by
profix898
Branch:
DRUPAL-6--1
Changes since
1.28.2.11: +15 -3 lines
Diff to
previous 1.28.2.11
, to
branch point 1.28
- bugfix: Gallery2 JS and CSS broken (#188035 and #224019)
- bugfix: report version info for all gallery* modules
- bugfix: session handling to prevent TempIds
- bugfix: session handling to workaround [sf#1967484] new admin session protection (#250770)
- bugfix: hide search for user without proper permission
- feature: integration with advanced help module (TODO: write documentation)
- task: cleanup block tpl code
- task: add base api version constant
Revision
1.26.2.15 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue May 29 11:27:06 2007 UTC
(2 years, 6 months ago)
by
profix898
Branch:
DRUPAL-5--2
Changes since
1.26.2.14: +9 -25 lines
Diff to
previous 1.26.2.14
, to
branch point 1.26
- feature: uninstall support for blocks
- feature: support for multiple image-/grid-blocks
- feature: new install wizard for initial configuration
- task: status page merged into install wizard
- task: cleanup of status rendering and user settings
- various bugfixes (e.g. batch sync, report, gallery_menu, ...)
Revision
1.26.2.11 -
(
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.26.2.10: +33 -32 lines
Diff to
previous 1.26.2.10
, to
branch point 1.26
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.26.2.8 -
(
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.26.2.7: +28 -2 lines
Diff to
previous 1.26.2.7
, to
branch point 1.26
- 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.26.2.5 -
(
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.26.2.4: +17 -2 lines
Diff to
previous 1.26.2.4
, to
branch point 1.26
- 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.26.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.26: +178 -95 lines
Diff to
previous 1.26
- 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.21 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Sep 30 18:47:59 2006 UTC
(3 years, 1 month ago)
by
kiz0987
Branch:
MAIN
Branch point for:
DRUPAL-5
Changes since
1.20: +3 -3 lines
Diff to
previous 1.20
#80537 and #70208 - Added access control to gallery.
It's almost all or nothing. Without access the user cannot see the gallery
or gallery blocks. However, embedded thumbnail images in nodes are still
visible (but the link won't work).
You also need to set 'mode.embed.only' to true in your Gallery2 config.php
file to avoid bypass via standalone.
IMPORTANT: You will need to set the user permissions to 'access gallery'
for the roles you want to be able to see the gallery.
Revision
1.20 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Sep 30 16:39:12 2006 UTC
(3 years, 1 month ago)
by
kiz0987
Branch:
MAIN
Changes since
1.19: +35 -28 lines
Diff to
previous 1.19
Add clean urls on breadcrumb (except the main gallery one unfortunately).
Fixed breadcrumb generation for hybrid theme
Revision
1.18 -
(
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
Changes since
1.17: +5 -6 lines
Diff to
previous 1.17
#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
Revision
1.17 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Apr 15 12:30:26 2006 UTC
(3 years, 7 months ago)
by
kiz0987
Branch:
MAIN
Branch point for:
DRUPAL-4-7
Changes since
1.16: +13 -94 lines
Diff to
previous 1.16
Added gallery grid block.
Split gallery_block into separate .inc file.
Added configuration of g2Image file types.
#57894 - Fixed theme specific css file import.
Revision
1.13 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Dec 2 20:39:23 2005 UTC
(3 years, 11 months ago)
by
walkah
Branch:
MAIN
Changes since
1.12: +8 -6 lines
Diff to
previous 1.12
#32618 - dpdev : fix base_url & https bugs
#34301 - kiz_0987 : fix double & encoding in search results
Revision
1.9 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Sep 15 23:56:32 2005 UTC
(4 years, 2 months ago)
by
walkah
Branch:
MAIN
Changes since
1.8: +22 -11 lines
Diff to
previous 1.8
* fixed hook_user('update') to fully update the user data on the g2 side
* set the drupal title to the current g2 title
Revision
1.7 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Sep 11 20:53:20 2005 UTC
(4 years, 2 months ago)
by
walkah
Branch:
MAIN
Changes since
1.6: +273 -203 lines
Diff to
previous 1.6
several updates from bharat:
* fixes to work with latest embed API (gallery RC1)
* fixed image block
* more robust user sync
* enhanced image block configuration
* updated instructions!
(this is the version running on http://drupal.gallery2.org/)
Revision
1.1
Sun Feb 16 22:23:21 2003 UTC
(6 years, 9 months ago)
by
almaw
Branch:
MAIN
Branch point for:
DRUPAL-4-1
FILE REMOVED
file gallery.module was initially added on branch DRUPAL-4-1.
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.