- Jul 08, 2004
-
-
Dries Buytaert authored
- Patch #9031 by Morbus: this last tracker patch was broken - for installations where the comment.module is turned on, $comments is never set to 0, and posts that have no comments instead get the value of the last successful comment_num_all. The attached patch corrects this ($comments is set to 0 before we do anything) and also merges the if statements.
-
Dries Buytaert authored
-
- Jul 07, 2004
-
-
Dries Buytaert authored
- Usability improvements: reworked/simplified the timezone/date settings a little and made the form groups use consistent titles.
-
Dries Buytaert authored
- Usability: improved the error reporting of the file system settings on the 'home » administer » settings" page.
-
Dries Buytaert authored
- Bug #8823: fixed typo: '..' -> '.'.
-
Dries Buytaert authored
-
Dries Buytaert authored
-
Dries Buytaert authored
- I'm removing these files from core: they belong in contrib/docs/marketing now (if they are not already there).
-
Dries Buytaert authored
- Improved the error/status reporting in Chameleon: made the messages stand out a bit better by using green-ish and red-ish colors, resp. for 'success' and 'failure'. - Small change to the way context-sensitive help texts are emitted - the pages wouldn't validate in the presence of help texts with block-level elements.
-
Dries Buytaert authored
- Patch #8975 by drumm: remove block placement preview. Most themes, if not all the commonly used ones, can handle blocks on either side, and there is no way to see the preview without saving and seeing the results on the site. Anything else that can be removed? Less is more.
-
- Jul 06, 2004
-
-
Dries Buytaert authored
- Patch #4166 by daBrado: don't show the profile fields when the user does not have the 'access users' permission set.
-
Dries Buytaert authored
- Patch #8382 by jseng/junyor: allows autodiscovery of BloggerAPI via RSD.
-
Dries Buytaert authored
- Patch #9031 by Ber: if the comment module is not available comment_num_all() should not be called.
-
Dries Buytaert authored
- Patch #9049 by JonBob: fixed a number of tab issues.
-
- Jul 05, 2004
-
-
Dries Buytaert authored
-
- Jul 04, 2004
-
-
Steven Wittens authored
- If you are allowed to vote, results are now shown on a separate node tab "node/id/results". - Poll voting now submits to a separate URL and uses drupal_goto to go back to the poll node
-
Steven Wittens authored
- Updated node.module to use drupal_goto after submission: this allows people to refresh after submission without any problems.
-
Dries Buytaert authored
- Patch by Steven and me: refactored the form handling of nodes. The node system is now using form_set_error() and friends like the rest of Drupal does. This makes for both a consistent user experience and consistent code. It simplifies the forms and validation code, however, it does change the node API slightly: * The _validate hook and the _nodeapi('validate') hook of the node API (1) no longer take an 'error' parameter and (2) should no longer return an error array. To set an error, call form_set_error(). * The _form hook of the node module no longer takes a form hook and should not worry about displaying errors. Ditto for _nodeapi('form_post') and _nodeapi('form_pre').
-
Dries Buytaert authored
- Made it possible to edit blog posts and made the blog module use tabs.
-
Dries Buytaert authored
-
Dries Buytaert authored
-
- Jul 03, 2004
-
-
Dries Buytaert authored
- Patch #8952 by Morbus: watchdog module beautifications. * slightly reorders the functions in anticipation of http://drupal.org/node/view/9010. * reorders help definitions to match the alphabetical nature of the menu items. * tweaked visual appearance of menu code (whitespace, etc.) * minor tweaks to "warning" help to match style of others.
-
Dries Buytaert authored
-
Dries Buytaert authored
- Patch #9006 by Killes: For some reason there is a array_merge that nobody seems to need. It generates an error under php5. Found by redLED.
-
- Jul 02, 2004
-
-
Dries Buytaert authored
- Patch #8973 by JonBob: Drupal contains many undefined variables and array indices, which makes PHP throw a lot of warnings when the reporting level is set to E_ALL. Things run fine with these warnings, but as a matter of code style if nothing else we should probably strive to avoid them. The attached fixes most of the more egregious offenders (about 95% of the warnings when I load /node on my test site).
-
Dries Buytaert authored
-
Dries Buytaert authored
-
Dries Buytaert authored
- Patch #8952 by Morbus: made the watchdog module more doxygenish: * @file header with a oneliner and blurb description about watchdog.module. * standardized the text between admin/help#watchdog and admin/logs. * tweaked the descriptions of log types available ever so slightly. * removed anything that referred to the old settings page. * added an assumed 'type' to one of the menu's.
-
- Jun 30, 2004
-
-
Dries Buytaert authored
-
Dries Buytaert authored
- Patch #8941 by JonBob: allow local tasks to be ordered by weight, as well as simplifying the theming of local tasks so they can be more easily rendered in a non-tab manner.
-
Dries Buytaert authored
-
Dries Buytaert authored
-
Dries Buytaert authored
-
- Jun 29, 2004
-
-
Dries Buytaert authored
- Bug #8898 by Morbus: fixed incorrect date being displayed in the forum overview when a topic has no comments yet.
-
Dries Buytaert authored
-
Dries Buytaert authored
-
- Jun 28, 2004
-
-
Steven Wittens authored
- Fixing some usability bugs with aggregator admin: some forms lacked status messages, and redirected to themselves - Now uses drupal_goto after every form submission [1]. Patches for other modules will follow. [1] http://lists.drupal.org/archives/drupal-devel/2004-06/msg01147.html
-
Steven Wittens authored
- Preventing caching of page when status messages are present (needed for redirects after form submission to work properly) - Double-quotes to Single-quotes
-
Dries Buytaert authored
-
Dries Buytaert authored
-