Log of /contributions/modules/front/front_page.module
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.81 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Apr 29 08:34:03 2008 UTC
(19 months ago)
by
augustin
Branch:
MAIN
CVS Tags:
HEAD
Changes since
1.80: +2 -2 lines
Diff to
previous 1.80
#251292 core bug: no html allowed in fieldset title causing the role name
not to be displayed in the fieldset title.
Revision
1.76 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Apr 19 11:22:07 2008 UTC
(19 months, 1 week ago)
by
augustin
Branch:
MAIN
Changes since
1.75: +9 -2 lines
Diff to
previous 1.75
#240592 Front page doesn't work for anonymous without access to content:
There is now a new permission to access the front page, so that anonymous users who don't have access content can at least view the front page.
Revision
1.75.2.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Apr 19 11:22:00 2008 UTC
(19 months, 1 week ago)
by
augustin
Branch:
DRUPAL-6--1
Changes since
1.75: +9 -2 lines
Diff to
previous 1.75
#240592 Front page doesn't work for anonymous without access to content:
There is now a new permission to access the front page, so that anonymous users who don't have access content can at least view the front page.
Revision
1.72 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Aug 15 02:41:34 2007 UTC
(2 years, 3 months ago)
by
augustin
Branch:
MAIN
Changes since
1.71: +2 -2 lines
Diff to
previous 1.71
#159576: error in the help text, re. mention of logged in / not logged in users.
The text is broken into several translatable chuncks.
Revision
1.71 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Jul 6 10:06:52 2007 UTC
(2 years, 4 months ago)
by
augustin
Branch:
MAIN
CVS Tags:
DRUPAL-5--1-9
Changes since
1.70: +45 -28 lines
Diff to
previous 1.70
#117042 Bugfix: the choice 'same as anonymous users' had disappeared.
It is now back for both 'authenticated users' and all other roles.
Code redundancy fix: in order to increase code readability, the form item is coded once,
but beforehand,
1) we set all common items
2) we define all elements different for each role.
At the same time, the long description strings were broken up into logical small parts,
to prevent translators from translating the same string several times.
Finally, improved the HTML for the string display: using <dd>..<dt>..<dd> instead of <strong>.
Revision
1.68 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Jul 6 04:21:15 2007 UTC
(2 years, 4 months ago)
by
augustin
Branch:
MAIN
Changes since
1.67: +2 -2 lines
Diff to
previous 1.67
Small fix for the t() function: In order not to confuse translators, I put a single <fieldset> tags out of the string.
Revision
1.67 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Jul 6 04:18:30 2007 UTC
(2 years, 4 months ago)
by
augustin
Branch:
MAIN
Changes since
1.66: +8 -11 lines
Diff to
previous 1.66
Bugfix and code style fix for the function front_page_help():
1- case 'admin/modules#description' is not needed for Drupal 5. D5 uses the .info file for that. => removed code.
2- fixed indenting problems.
3- fixed E_ALL notices (undeclared $special_note).
4- fixed invalid HTML (improperly nested <p>'s, especially when there are only the 2 default roles)
5- Added the t() function to make strings translatable. In order not to confuse translators, I tried to put some single <p> tags out of the string.
Revision
1.55
Mon Jan 22 13:50:25 2007 UTC
(2 years, 10 months ago)
by
jasonm3m
Branch:
MAIN
Changes since
1.54: +1 -1 lines
FILE REMOVED
removing files in an attempt to create a clean release
Revision
1.53
Mon Jan 22 13:14:15 2007 UTC
(2 years, 10 months ago)
by
jasonm3m
Branch:
MAIN
Changes since
1.52: +1 -1 lines
FILE REMOVED
trying to remove the files to tidy up the releases
Revision
1.31 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Sep 18 23:17:20 2006 UTC
(3 years, 2 months ago)
by
jasonm3m
Branch:
MAIN
Changes since
1.30: +2 -2 lines
Diff to
previous 1.30
minor update: redirecting the uninstall routine to admin/modules because I can't get
the drupal_uninstall_module to work.
Revision
1.23 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Nov 11 21:40:56 2005 UTC
(4 years ago)
by
jasonm3m
Branch:
MAIN
Changes since
1.22: +25 -21 lines
Diff to
previous 1.22
updated CVS version of front_page.module. This will work with the CVS version of
Drupal, but not with versions 4.x. Select an earlier version if you are using Drupal
4.5 or Drupal 4.6
Revision
1.18 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Sep 10 19:25:24 2005 UTC
(4 years, 2 months ago)
by
jasonm3m
Branch:
MAIN
Changes since
1.17: +34 -38 lines
Diff to
previous 1.17
significant updates: allows administrators to override their default HOME links in the site. Removed the unnecessary permission settings and simplified the installation process.
Revision
1.15 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon May 23 23:21:30 2005 UTC
(4 years, 6 months ago)
by
jasonm3m
Branch:
MAIN
Changes since
1.14: +13 -1 lines
Diff to
previous 1.14
sorry..putting back in the permissions for front page after a user reported a problem with their front page on the site..
Revision
1.12 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat May 21 16:27:24 2005 UTC
(4 years, 6 months ago)
by
jasonm3m
Branch:
MAIN
Changes since
1.11: +9 -7 lines
Diff to
previous 1.11
Updated with a new "SAME" option for users who want to make the front_page the same for both anonymous and authenticated users and saves them the hassle of pasting the html/front page content twice.
Revision
1.8 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Feb 15 08:43:00 2005 UTC
(4 years, 9 months ago)
by
jasonm3m
Branch:
MAIN
Changes since
1.7: +27 -17 lines
Diff to
previous 1.7
Updated Front_page module with an ALLOW PHP checkbox to enable users to insert PHP in their front page(s) simply.
Revision
1.2 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Dec 16 14:24:21 2004 UTC
(4 years, 11 months ago)
by
jasonm3m
Branch:
MAIN
Changes since
1.1: +16 -7 lines
Diff to
previous 1.1
UPDATED December 16th with the REDIRECT function - Administrators can now automatically REDIRECT logged in users to a specific page or path.
Revision
1.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Dec 8 14:33:26 2004 UTC
(4 years, 11 months ago)
by
jasonm3m
Branch:
MAIN
drupal 4.5 module to add a custom front page
Allows you to specify a different custom home page for anonymous visitors not logged in and logged in users.
Your front page can be either FULL - using their own layout and style or THEMED - using the default drupal theme for your site.
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.