Steven Wittens
fb6e4564d8
- Aggregator: fix for http://drupal.org/node/view/5733
...
- System: the 404 setting instructions advise using 'node', this should be '' (redirecting the user to the front page without any message whatsoever is confusing)
2004-02-19 12:27:33 +00:00
Dries Buytaert
4b0b2d02ee
- Patch by Steven: removed redundant permission checks. These are no longer
...
required thanks to the new 404 handling.
2004-02-15 20:09:46 +00:00
Steven Wittens
fda228a172
Fix bad default timezone format for timezone display. Would cause a bug on sites that haven't been configured completely yet.
2004-02-10 18:10:08 +00:00
Kjartan Mannes
97c2aa2bda
- Modified format_date() to handle timezones properly.
2004-02-08 21:42:59 +00:00
Dries Buytaert
e28bbf6739
- Batch two with profile module improvements:
...
+ Reworked the 'account administration' page.
+ Fixed bug in the 'edit account' page.
+ Removed some dead code from the system.module.
2004-02-07 16:59:34 +00:00
Dries Buytaert
5a8129e0fb
- First batch of profile module improvements:
...
+ Tidied up the profile configuration page: grouped form elements.
+ Tidied up the block configuration settings: removed hard-coded
table.
+ Changed the profile API to return the preferred group name, and
changed the user module to group settings. Modules implementing
the _user hook will need to be udpated.
+ Removed register_form and register_validate for now.
2004-02-07 16:18:46 +00:00
Dries Buytaert
b85eb11e11
Patch 5287 by Stefan: multiline help texts should become inside a single $output.
2004-01-23 18:42:43 +00:00
Dries Buytaert
652fb3474a
- Removed instances of the 'throttle_enable' variable.
2004-01-19 22:11:46 +00:00
Dries Buytaert
a8b8c247db
- Patch #5021 : clean up URLs in _help texts. Patch by UnConeD.
2004-01-11 20:31:26 +00:00
Steven Wittens
c2151b5248
Committed filter separation patch: all filter-related things are now in filter.module (which is a required module).
...
To do this cleanly, I reorganised some bits of system.module: there is now a generic handler available for simple variable-get/set based configuration pages. Look at filter_admin() or system_view() for example usage.
(based on the patch by Goba)
2004-01-05 19:19:05 +00:00
Dries Buytaert
21a0e8b904
- Updated code to use new semantics of url() and l().
2003-12-29 19:49:11 +00:00
Kjartan Mannes
286f618878
- Fixing temp directory check.
2003-12-29 18:08:33 +00:00
Dries Buytaert
baaa21e131
- Tidied up some inconsistencies in the code: scripts/code-style.sh is your friend.
2003-12-28 10:47:33 +00:00
Dries Buytaert
15f289a8f0
- Added file handling. Work by Kjartan.
2003-12-26 23:03:21 +00:00
Dries Buytaert
670a292277
- Reworked 404 (page not found) handling. Patch by walkah. You can specify a
...
custom 404 page in the administration page. As a result, error.php could be
removed.
2003-12-16 21:06:34 +00:00
Dries Buytaert
bea3dbb775
- Patch 0185 by Jeremy: made it possible to automatically disable modules when
...
under heave load.
2003-12-07 18:25:09 +00:00
Dries Buytaert
4e2c0b250e
- Introduced a drupal_set_message() and drupal_get_message() function.
...
Contributed themes and modules need to be updated:
- modules: status() is no more; use drupal_set_message() instead.
- themes: use drupal_get_message() to check for status messages and
visualize them.
2003-12-01 13:45:33 +00:00
Dries Buytaert
c0494c0a2b
- Committed phase 4 of JonBob's menu system changes.
2003-11-25 19:26:21 +00:00
Dries Buytaert
c2a4a5ec15
- Made the help text sharable by removing incorrect use of $base_url. Patch
...
by Goba.
2003-11-23 20:03:20 +00:00
Dries Buytaert
2fa2497744
- Committed patch #165 by Moshe.
2003-11-23 11:19:36 +00:00
Dries Buytaert
e128d493ee
- Improved theme configuration page. Modified version of Adrian.
2003-11-20 22:10:42 +00:00
Dries Buytaert
4bdac4333b
- Patch by JonBob:
...
Phase 2 of the menu system integration project. This unifies the interface
used by admin and non-admin pages, and deprecates the _page hook in favor of
explicit callbacks from menu(). Breadcrumbs, titles, and help text go away
as a result of this patch; they will return in the phase 3 patch, printed
by the theme.
2003-11-20 21:51:23 +00:00
Dries Buytaert
a0640e66b7
- Improved module loading when serving cached pages. Moshe's bootstrap patch.
...
- Used legend and fieldset tags for the configuration page.
2003-11-18 19:44:36 +00:00
Dries Buytaert
36bb57555c
- table(...) -> theme("table", ...)
2003-11-13 19:52:54 +00:00
Dries Buytaert
951b553a98
- Committed stage 2 of the theme system improvements! Patch by CodeMonkeyX.
2003-11-09 23:27:22 +00:00
Dries Buytaert
5bed42e8ef
- Translation fix: the date in the calendar block could not be translated. Patch by Goba.
...
- Translation fix: made the word 'permission' translatable in the system module' help text. Patch by Goba.
- Translation fix: the ping module's help text was translated twice. Patch by Goba.
2003-11-09 01:22:40 +00:00
Dries Buytaert
ef0fa006ed
- Usability improvement: replaced many selection boxes by radio buttons.
...
Patch by Stefan.
2003-11-07 19:03:35 +00:00
Dries Buytaert
3c17d392f2
- Added support for "special timezones". Patch by Steven/UnConeD.
2003-10-30 19:16:44 +00:00
Dries Buytaert
14d3b45d02
- Usability improvement: removed the cron setting. It was dead code.
2003-10-24 18:01:58 +00:00
Dries Buytaert
c6b70a7472
- Documentation improvement: updated documentation to match menu item changes.
...
Fixes critical bug #3453 . (In the end, someone has to do it ...)
2003-10-24 09:27:58 +00:00
Dries Buytaert
1a5fcacdd9
- Committed part 3 of Michael's help system improvements: removed the $help
...
parameter from the menu() function.
2003-10-09 18:53:22 +00:00
Dries Buytaert
22c889e7c0
- Help system improvements: eliminated the _system hook. Patch by Michael.
...
- Bloggerapi module fixes. Patch by Kjartan.
- Coding style fixes. Patch by Michael.
2003-10-07 18:16:41 +00:00
Dries Buytaert
058971c33b
- Help improvements and translation improvements from Michael. Thanks!
2003-10-03 14:55:27 +00:00
Dries Buytaert
37da83ce53
- Removed dead code. Patch by stefan.
2003-10-02 08:28:19 +00:00
Dries Buytaert
392304da5f
- Moved the locale settings from the user module to the locale module.
...
Patch by Stefan.
- Moved the theme settings from the user module to the system module and
made the code more intelligent. Patch by Stefan.
2003-09-30 21:48:32 +00:00
Dries Buytaert
069e1bb87b
- More translation fixes for the menu items. Patch by Gabor.
2003-09-28 17:07:46 +00:00
Dries Buytaert
179ded048e
- Made sure the system module can be translated entirely. Patch by Stefan.
2003-09-28 15:27:19 +00:00
Dries Buytaert
c8b28009cd
- Made sure all menu items can be translated. Path by Goba.
2003-09-28 15:18:55 +00:00
Dries Buytaert
cc3ec29e87
- Committed Goba's translation fixes.
2003-09-28 14:11:49 +00:00
Dries Buytaert
fe09d5a786
- Committed Al's new admin link texts. Remarks:
...
1) As explained by Al, there is still a glitch with the 'create content'
menu.
2) The user module part of the patch did not apply due to Kjartan's earlier
patch.
2003-09-27 06:00:43 +00:00
Dries Buytaert
f104d3cc12
- Committed the admin menu integration patch. Thanks Adrian, Stefan and others.
2003-09-26 10:04:09 +00:00
Dries Buytaert
2fbc7fcf27
- Committed a partial administration page integration patch.
2003-09-19 07:41:55 +00:00
Dries Buytaert
9fbab016f9
- Tidied up the usage of module_invoke() and module_invoke_all(). Patch by
...
Jonathan Chaffer.
2003-09-14 18:33:16 +00:00
Dries Buytaert
da8f92dc3b
- Updated the system module to the new help system. Needs a bit of work after the
...
rest has been completed.
2003-08-21 18:13:28 +00:00
Dries Buytaert
3c374a3ef2
- Documentation improvement by Charly. Task #2257 .
2003-07-13 07:47:01 +00:00
Dries Buytaert
337b3c9de9
- Committed a slightly modified version of Slavica's table prefix patch.
2003-07-10 17:46:44 +00:00
Dries Buytaert
dc15ba06e0
- Improvement: don't perform XSS checks for trusted users. Trusted users
...
are those that have the "bypass input data check" permission set. Should
address bug #2147 .
- Improvement: simplified index.php and modules/admin.module.
- Bugfix: fixed broken links in bloggerapi documentation. Patch by Chris
Johnson. Fixes bug #2030 .
- Bugfix: fixed the date shown on a book module preview. Reported as part
of bug #2097 .
- Bugfix: fixed broken URL in the book module documentation.
2003-07-01 17:54:22 +00:00
Dries Buytaert
0c5b324809
- Improvement: made the default homepage setting more flexible. Patch by
...
Eric A. Farris.
2003-06-18 21:21:30 +00:00
Dries Buytaert
eb030cb9d8
- Improvements: XHTML-ifications. Patch by GmbH.
2003-06-15 19:06:25 +00:00
Dries Buytaert
a448f5a9b4
- Charset simpliciations. Patch #46 by Al.
2003-06-08 16:50:05 +00:00