Dries Buytaert
7231c88a32
- Added support for 403 handling. Patch by JonBob. As a side benefit,
...
administrators will be able to define a custom 403 page, just as they
can define 404 pages now.
This needs to be documented in the "Changes since / migrating to ..."
pages.
2004-04-21 13:56:38 +00:00
Dries Buytaert
0dc1f820ff
- Patch 6675 by Ax: reorganized the menu's of the watchdog and statistics module
...
to be more intuitive and moved some help text to Doxygen comments.
2004-04-18 12:51:55 +00:00
Dries Buytaert
10bdb51c37
- Patch by JonBob/Jonathan: reworked the menu system so that menus are
...
configurable! Menu items can be disabled, repositioned, added and
so on.
Upgrading to requires you to run update.php.
This functionality depricates some of the 'navigation modules' in the
contributions repository. Furthermore, modules can now 'suggest'
menu items and site adminstrators can choose to enable them. Modules
in the contributions repository should try to take advantage of this.
2004-04-15 20:49:42 +00:00
Steven Wittens
a083daf841
Truncate UTF-8 patch. Introduced a new function truncate_utf8() for chopping off strings at unsure locations, without risking incomplete UTF-8 data.
2004-04-15 14:07:08 +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
Dries Buytaert
b5c18e8a17
- Patch 5592 by Goba: introduced a new function, drupal_map_assoc().
2004-02-12 19:37:04 +00:00
Dries Buytaert
0d0d72767b
- Avoid SQL queries if possible.
2004-02-10 19:24:47 +00:00
Dries Buytaert
26ee414578
- Usability improvement: changed 'messages' to 'logs'.
2004-02-07 10:42:09 +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
a8b8c247db
- Patch #5021 : clean up URLs in _help texts. Patch by UnConeD.
2004-01-11 20:31:26 +00:00
Dries Buytaert
b63747fd30
- Removed the hard-coded list of watchdog types. The list is compiled
...
dynamically and can be extended through the watchdog() call. (Chris
could use it to move the cron message to their own category.)
2004-01-02 16:28:45 +00:00
Dries Buytaert
d5c8026454
- Updated the calls to menu() to use MENU_HIDE instead of 1
2003-12-17 22:27:23 +00:00
Dries Buytaert
712a30b520
- Improvements by Goba:
...
+ removes the lots of pagers and indirect pager themeing
+ add the theme_pager() function, which should be called as
theme("pager", ...) to get a pager.
2003-12-08 18:30:20 +00:00
Dries Buytaert
8e476307e8
- Fixed typo.
2003-12-06 15:08:16 +00:00
Dries Buytaert
32fc8d74a0
- Corrected the context-sensitive help of the error messages.
2003-12-06 15:06:20 +00:00
Dries Buytaert
17519d3ea0
- Patch 0178 by eafarris: moved the watchdog colors to CSS so they are themeable.
2003-12-03 15:00:02 +00:00
Dries Buytaert
ed5b4555d2
- Fixed incorrect link title.
2003-11-27 18:26:57 +00:00
Dries Buytaert
c0494c0a2b
- Committed phase 4 of JonBob's menu system changes.
2003-11-25 19:26:21 +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
36bb57555c
- table(...) -> theme("table", ...)
2003-11-13 19:52:54 +00:00
Dries Buytaert
4a381ea652
- Small documentation improvements.
2003-10-23 14:57:15 +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
4cbca3110d
- Fixed typo in the watchdog module's help text. Patch by Gabor.
2003-10-07 19:06:04 +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
51976ac134
- Fixed translation glitch in watchdog module. Thanks Stefan.
2003-10-02 08:35:33 +00:00
Dries Buytaert
13f12eb417
- Fixed bug #3383 : broken admin help of the watchdog module. Patch by
...
Jonathan.
2003-09-30 15:10:48 +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
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
a18b09b0e5
- Fixed bug #2874 : typo in watchdog module help. Patch by Stefan.
2003-09-16 07:31:17 +00:00
Dries Buytaert
8e657f64ef
- Gerhard's uid 0 patches. These patches bring various performance
...
improvements. Requires a database update.
2003-09-09 18:18:43 +00:00
Dries Buytaert
8d013b1666
- Applied Moshe's tablesort patch! Note that I changed the arrow images
...
because those of Moshe where not identical.
2003-08-21 15:47:50 +00:00
Dries Buytaert
6c1af75896
- Updated the watchdog module to use the new help function approach.
2003-08-19 19:59:33 +00:00
Dries Buytaert
1252d51264
- Changed some INNER JOINs back to LEFT JOINs. Patch by Gerhard. Not tested
...
by me.
2003-07-16 07:58:02 +00:00
Dries Buytaert
22b6d2f30c
- Performance improvement: changed a fair amount of "left joins" to "inner
...
joins". Patch by Gerhard.
2003-07-12 22:21:55 +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
07f9c4f636
- Removed some cruft.
2003-07-08 09:04:41 +00:00
Dries Buytaert
ef8735614f
- Improvements: XHTML-ifications. Patch by GmbH. See feature #1813 .
2003-06-16 17:09:23 +00:00
Dries Buytaert
eb030cb9d8
- Improvements: XHTML-ifications. Patch by GmbH.
2003-06-15 19:06:25 +00:00
Dries Buytaert
aa38097c07
- Dropped check_input(); use check_query() instead.
...
- Made the statistics module use referer_uri() for security's sake.
2003-06-06 21:37:11 +00:00
Dries Buytaert
8d2b1238b4
- Michael Frankowski's excellent help text improvements!
2003-05-29 09:15:00 +00:00
Dries Buytaert
a161110a6b
- Applied Michael Caerwyn's "%s -> %d" patch.
...
- Changed all occurences of '%d' to %d as suggested on the mailing list.
2003-05-07 21:00:36 +00:00
Dries Buytaert
bf3dec3e0d
- Fixed typo: 'messagess' -> 'messages'
2003-03-16 12:34:10 +00:00
Dries Buytaert
f26d8807fc
- Two small fixes.
2003-03-04 17:41:11 +00:00
Dries Buytaert
3c61a382bb
- Bugfix: there was an errant </a> tag with no opening tag. Patch by Al.
2003-02-27 22:49:59 +00:00
Dries Buytaert
277ceae515
- New menu houskeeping. Prototyped by Zbynek.
...
The following modules need updating:
* glossary module
* feed module (Breyten's version)
* mailhandler module
* notify module
* project module
* smileys module
* admin module
* style module
* taxonomy_dhtml module
To avoid unexpected problems menu_add() is deprecated (it will print an
error message when used) and menu() should be used instead.
2003-02-20 22:44:51 +00:00
Dries Buytaert
e90f3b883b
- See http://lists.drupal.org/pipermail/drupal-devel/2003-February/021824.html .
2003-02-11 20:01:17 +00:00
Dries Buytaert
637004c539
- Tidied up XHTML. Patch by Ulf.
...
- Added missing t() function. Patch by Stefan.
2003-01-23 09:24:20 +00:00
Dries Buytaert
d268783669
- Small improvement to the admin menu based on feedback from Michael.
2003-01-14 20:33:42 +00:00