Dries Buytaert
6ae6dc0d85
- Patch #87298 by webchick, neil, dww et al: show version numbers on modules page.
2006-11-21 20:55:36 +00:00
Dries Buytaert
b004f328ee
- Patch #92992 by webchick and neclimdul: clean up documentation that is superseded by the new 'by module' administration dashboard.
2006-11-21 20:14:19 +00:00
Dries Buytaert
18b297abf8
- Patch #81740 by merlinofchaos, webchick, moshe, neclimdul et al: added package support to the modules page.
2006-10-05 15:47:57 +00:00
Dries Buytaert
160b2e551b
- Patch #82858 by RobBoy: incorrect paramaters to _ping_notify() in ping_cron().
2006-09-07 08:12:24 +00:00
Dries Buytaert
c64db1da29
- Patch #80952 by earl, webchick, neclimdul et al: .info files
2006-08-31 20:22:37 +00:00
Steven Wittens
81938a3cdc
#76802 : Introduce placeholder magic into t()
...
See: http://drupal.org/node/64279#t-placeholders
2006-08-18 12:17:00 +00:00
Dries Buytaert
729fa6c11b
- Patch #77422 by timcn: corrected various paths in the documentation.
2006-08-07 15:04:16 +00:00
Dries Buytaert
fb7ebf2fc1
- Patch #36676 by breyten et al: don't require slogin for sending pings.
2006-08-03 13:46:21 +00:00
Dries Buytaert
b138793b68
- Patch #72079 by Earl et al: give Drupal an overall administration page ... :-)
2006-07-31 11:25:55 +00:00
Dries Buytaert
d3e8a43d4f
- Patch #72343 by Chris Johnson: removed checks for the moderate-flag from the SQL queries.
2006-07-10 08:05:15 +00:00
Neil Drumm
451f44c4f0
#71772 by Bart Jansens, fix various php warnings
2006-07-02 20:06:31 +00:00
Neil Drumm
9cff02e91b
#61802 by Zen, Double spaced sentences clean up
2006-05-07 00:08:36 +00:00
Gerhard Killesreiter
4b87417062
#58225 , made module description translatable
2006-04-11 11:19:59 +00:00
Dries Buytaert
3603fe1bd8
- Patch #49912 : www.drupal.org -> drupal.org. (Today's critical bugfix #5.)
2006-02-21 18:46:54 +00:00
Dries Buytaert
ebeaaedc8f
- Patch 42498 by m3avrck: unified cron-trackers and added a section that lets you figure out whether cron is running (usability improvement).
2005-12-31 14:18:22 +00:00
Dries Buytaert
a8b218827a
- Patch #26139 by webchick / Kieran / documentation team: improved admin help of core modules! /
2005-11-01 10:17:34 +00:00
Dries Buytaert
7b8a409675
- Patch #29385 by chx: no ?> add end of files.
2005-08-25 21:14:17 +00:00
Dries Buytaert
ed3bf725bb
- Patch #26391 by chx: replaced the old XML-RPC library with a smaller/better/working one.
2005-07-13 18:46:15 +00:00
Dries Buytaert
a3e9b35afc
- Patch #19451 by JonBob: improved consistency of module descriptions. We should write guidelines for this -- maybe in the PHPDoc code of the _help hook.
2005-04-01 15:55:02 +00:00
Dries Buytaert
64b100d19a
- Patch #13260 by UnConeD: watchdog module improvements.
...
We added a 'severity' column to watchdog():
watchdog($type, $message, $link) --> watchdog($type, $message, $severity, $link);
* Specify a severity in case you are reporting a warning or error.
* The $link-parameter is now the fourth parameter instead of the third.
TODO: document this in the upgrade guide.
2005-01-09 09:22:40 +00:00
Dries Buytaert
ddbec122dc
- Forgot to close a tag in the help text.
2004-12-27 12:29:33 +00:00
Dries Buytaert
f763bb731e
- Made the ping module ping pingomatic.com, which in turn, will ping all the major ping services.
...
Less code to ping more services.
2004-12-27 12:27:02 +00:00
Dries Buytaert
3cf4f14a9c
- Patch #14005 by Richard: rewrote the ping module's built-in documentation.
2004-12-07 07:06:19 +00:00
Dries Buytaert
1486dc8f92
- Make Drupal ping Yahoo.com.
2004-11-06 12:56:05 +00:00
Dries Buytaert
63e9b06e75
- Bugfix: provide an absolute URL to the 'ping servers'.
2004-10-10 19:43:23 +00:00
Dries Buytaert
94e30bf776
- Patch by JonBob: for consistency and readability, add brief descriptions of each source file inside the @file comment block at the head of the file. This helps with Doxygen indexing, and also allows neophytes to see what a file does immediately on opening the source, regardless of the organization of the hooks.
2004-08-21 06:42:38 +00:00
Dries Buytaert
83a739bd89
- Code improvements by Stefan: made all status messages consistent (and easier to translate).
2004-08-18 19:57:27 +00:00
Dries Buytaert
50cd304847
- Patch #7458 : bugfix: reverted the conditional inclusion of xmlrpc.inc.
2004-08-16 18:29:11 +00:00
Dries Buytaert
a52cf8297a
- Patch #7458 by killes: conditionally include xmlrpc.inc.
2004-08-04 20:36:24 +00:00
Dries Buytaert
54b77d6435
Tabs patch!
...
CHANGES
-------
+ Introduced tabs. First, we extended the menu system to support tabs. Next, a tab was added for every link that was (1) an administrative action other than the implicit 'view' (2) relevant to that particular page only. This is illustrated by the fact that all tabs are verbs and that clicking a page's tab leads you to a subpage of that page.
+ Flattened the administration menu. The tabs helped simplify the navigation menu as I could separate 'actions' from 'navigation'. In addition, I removed the 'administer > configuration'-menu, renamed 'blocks' to 'sidebars' which I hope is a bit more descriptive, and made a couple more changes. Earlier, we already renamed 'taxonomy' to 'categorization' and we move 'statistics' under 'logs'.
+ Grouped settings. All settings have been grouped under 'administer > settings'.
TODO
----
+ Update core themes: only Xtemplate default supports tabs and even those look ugly. Need help.
+ Update contributed modules. The menu() hook changed drastically. Updating your code adhere the new menu() function should be 90% of the work. Moreover, ensure that your modue's admin links are still valid and that URLs to node get updated to the new scheme ('node/view/x' -> 'node/x').
2004-06-18 15:04:37 +00:00
Dries Buytaert
c0b85a5721
- Patch #4950 by Stefan (and Morbus): made watchdog messages translatable.
2004-06-02 19:01:40 +00:00
Dries Buytaert
cd2f2bc0f9
- More code improvements by JonBob. Thanks a bunch.
2004-05-18 19:15:14 +00:00
Dries Buytaert
cf98e0a1fc
- Patch #7314 by jluster: added support to ping technorati.com
2004-04-23 06:30:42 +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
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
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
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
694a38c179
- Updated modules to new help system. Patch by Michael.
2003-08-21 20:50:03 +00:00
Dries Buytaert
4131b785f7
- Help system improvements from Michael.
2003-08-05 18:33:39 +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
d95499bf03
- Bugfix: small Xtemplate fixes. Patch by Ax. (Slightly modified.)
...
- Bugfix: block patch fix. Patch by Gerhard.
- Bugfix: fixed broken URL in ping. Patch by Gerhard.
(This should fix the problems shown on http://www.blo.gs/info.php?id=1515 .)
- Improvement: added better password generator. Patch #1 by Al. Fixes bug
#1935 .
- Improvement: performance improvement to the blog module. Patch by Marco.
2003-06-13 17:34:18 +00:00
Dries Buytaert
8d2b1238b4
- Michael Frankowski's excellent help text improvements!
2003-05-29 09:15:00 +00:00
Dries Buytaert
d659fedb38
- Removed the path_uri() function in favor of the $base_url variable and
...
fixes a handful of bugs introduced by the clean URL patch.
2003-03-07 06:37:30 +00:00
Dries Buytaert
89b2069e4d
- Clean URL patch.
2003-01-06 19:51:01 +00:00
Dries Buytaert
9cb1bc4c22
- Substituted the weblogs module with a more generic ping module. We're
...
now pinging http://blo.gs/ as well as support the new Weblogs.com RSS
format. Thanks Breyten.
2002-11-01 09:31:59 +00:00