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
Dries Buytaert
bfb3575c09
- Some usability improvements requested by Michael.
2003-01-06 20:51:39 +00:00
Dries Buytaert
89b2069e4d
- Clean URL patch.
2003-01-06 19:51:01 +00:00
Dries Buytaert
8a63646576
- Added an extra parameter to watchdog() which lets you specifiy an "action"
...
or "operation" link.
- Made the main page of the administration section show an overview of all
watchdog entries with such action link.
- Fixed typo in PostgreSQL database scheme.
2003-01-04 11:03:15 +00:00
Dries Buytaert
de95001c92
- Tidied up the use of check_output(). Might make rendering pages a bit
...
snappier (performance improvement).
2002-12-31 12:34:07 +00:00
Dries Buytaert
105eef9896
- Small improvement to the links.
2002-12-30 16:30:16 +00:00
Dries Buytaert
62fa5541dd
- Added pager support to watchdog. Based on modified patch from Moshe.
2002-12-29 18:31:46 +00:00
Dries Buytaert
50cac553d5
- Removed table markup from watchdog module; should be done in admin.css.
2002-12-29 16:14:37 +00:00
Dries Buytaert
22fa9ed70a
- Refactored the administration pages.
2002-12-24 15:40:32 +00:00
Dries Buytaert
b372053cf8
- Strip all tags from the watchdog message.
2002-11-11 07:18:21 +00:00
Dries Buytaert
cc381c1461
- Fixed glitch in block module: the admin links were not composed
...
correctly. Patch by Stefan.
- Added missing t() functions and improved the %x directives for
better readability and to ease the process of translating your
site. Patches by Stefan.
- Made two small additions to the 'code-clean.sh' script; it will
now remove patch related junk.
NOTES:
- I removed the · related bits. Let's tackle these later on
in a separate patch after we got some sort of consensus.
- I removed the 'module_exist("drupal")' check in the user module;
I *think* it is incomplete and therefore incorrect.
- Stefan, try using quotes in your translations and check whether
everything still works. Example: translate the "Create account"
button to "Create \"haha\" account \'hihi\'" and see if you can
still create new accounts. Maybe automate this using a quick
hack in the locale module ...
2002-11-01 10:47:20 +00:00