- 09 Oct, 2003 1 commit
-
-
Dries authored
- Committed part 3 of Michael's help system improvements: removed the $help parameter from the menu() function.
-
- 07 Oct, 2003 1 commit
-
-
Dries authored
- Help system improvements: eliminated the _system hook. Patch by Michael. - Bloggerapi module fixes. Patch by Kjartan. - Coding style fixes. Patch by Michael.
-
- 03 Oct, 2003 1 commit
-
-
Dries authored
- Help improvements and translation improvements from Michael. Thanks!
-
- 13 Aug, 2003 1 commit
-
-
Dries authored
-
- 06 Aug, 2003 1 commit
-
-
Dries authored
- More help system improvements by Michael.
-
- 10 Jul, 2003 1 commit
-
-
Dries authored
- Committed a slightly modified version of Slavica's table prefix patch.
-
- 29 May, 2003 1 commit
-
-
Dries authored
- Michael Frankowski's excellent help text improvements!
-
- 20 May, 2003 1 commit
-
-
Dries authored
- Fixed typo in help. Patch be Al.
-
- 13 May, 2003 1 commit
-
-
Dries authored
- Fixed a typo in the PostgreSQL database scheme. Patch by Michael Frankowski. - Fixed a typo in the MSSQL database scheme. Patch by Michael Frankowski. - Removed dependency on "register_globals = on"! Patches by Michael Frankowski. Notes: + Updated the patches to use $foo["bar"] instead of $foo['bar']. + Updated the INSTALL and CHANGELOG files as well. - Tiny improvement to the "./scripts/code-clean.sh" script.
-
- 07 May, 2003 1 commit
-
-
Dries authored
- Applied Michael Caerwyn's "%s -> %d" patch. - Changed all occurences of '%d' to %d as suggested on the mailing list.
-
- 07 Mar, 2003 1 commit
-
-
Dries authored
- Removed the path_uri() function in favor of the $base_url variable and fixes a handful of bugs introduced by the clean URL patch.
-
- 15 Feb, 2003 1 commit
-
-
Dries authored
- Everything is using theme("function") now instead of $theme->function().
-
- 11 Feb, 2003 1 commit
-
- 06 Jan, 2003 1 commit
-
-
Dries authored
- Clean URL patch.
-
- 09 Nov, 2002 1 commit
-
-
Dries authored
- Moved the Drupal login XML-RPC API to drupal.module. - DA logins are now assigned the proper role.
-
- 07 Nov, 2002 1 commit
-
-
Kjartan authored
-
- 20 Aug, 2002 1 commit
-
-
Dries authored
- Integrated Moshe's documentation (http://www.drupal.org/node.php?id) in the drupal.module. Fixed a couple of typos and small inconsistencies.
-
- 08 Jun, 2002 3 commits
-
-
Kjartan authored
- removed admin options for queue and comment module if the modules are not loaded. - nodes are now auto promoted when queue module isn't enabled. - moderation result block is now visible by the node author.
-
Dries authored
- More documentation updates. Added "Requires crontab" message to the settings that require crontab, make some things more consistent, etc.
-
Dries authored
- Clarified the help texts a bit.
-
- 01 Jun, 2002 1 commit
-
-
Kjartan authored
- fixed comment flat list view missing 1 comment. - changed update.php around a bit. * security check isn't in effect if the db hasn't been updated. * instructions re-organized. * fixed some minor updates. - updated database.mysql done by UnConeD. - changelog update.
-
- 31 May, 2002 1 commit
-
-
Dries authored
- Added missing translations (including the one Marco spotted).
-
- 20 Apr, 2002 1 commit
-
-
Dries authored
- Applied Marco's big patch, including contributions from Moshe: + Changed the db_query() API. + Wrapped all links in l(), lm(), la(), ..., drupal_url() functions. + XHTML-ified some HTML. + Wrapped a lot of text in the administrative pages in a t() function. + Replaced all $REQUEST_URI/$PATH_INFOs by request_uri(). + Small bugfixes (eg. bug in book_export_html() and clean-ups (eg. RSS code). + Fixed some bugs in the taxonomy module (eg. tree making bug), added new functionality (eg. new APIs for use by other modules), included Moshe's taxonomy extensions, and some documentation udpates. + ...
-
- 14 Apr, 2002 1 commit
-
-
Kjartan authored
Committing Changes by Moshe Weitzman: - admin_user_account(), user_edit(), and user_view() no longer have any hard code for authentication modules. instead authentication modules implement the _user hook. - fixed a couple 'help' typos. - linked the 'REGISTER' text in the login block to the register page. this page now advertises DA better if site employs DA. - admins may now edit everything about a user account (was a feature request). - user #1 may now login immediately, in addition to receiving his password via email. Other changes: - modules and themes are now enabled/disabled in the administrative / settings / modules | themes pages. Requires SQL update and things must be enabled before your site returns to normal. TODO: enable all functionality. (For now just do UPDATE system SET status = 1;) - removed $themes from conf.php. - added a $theme->system() function where theme can specify settings. All themes in the Drupal CVS have been updated to use this. - added _system hook to modules. TODO: update modules to use this. - changed strange use of sprintf to the usual strtr. The disadvantage of sprintf is that it requires translations to keep the string order, which may not be possible in all languages. - an invalid/nonexisting theme in a user profile will now fallback to the BaseTheme instead of crashing.
-
- 02 Feb, 2002 1 commit
-
-
Dries authored
- Changed a reference to drop.org into a reference to drupal.org.
-
- 17 Dec, 2001 1 commit
-
-
Dries authored
- Made the Drupal sites ping less often (only once every 6 hours), added some logic to prevent duplicate items at a best effort basis, and made the server-side watchdogs slightly less verbose (still in testing mode though).
-
- 16 Dec, 2001 2 commits
-
-
Steven Wittens authored
-
Dries authored
- Added new feature. Explanation will follow on the mailing list.
-
- 14 Nov, 2001 1 commit
-
-
Dries authored
User module and DA modules: + Updated the documentation to use a Jabber or Drupal IDs instead of Deplhi IDs (as delphi.module won't be part of the default distro). Drupal and Jabber authentication make a better example. + added missing localization / t() functions in user_validate_authmaps() + applied coding convention: * fixed indentation * removed "EOF"; and <<EOFs from user module * changed some HTML into XHTML: use small letters, quote attributes * quoted some array indices: $edit[foo] --> $edit["foo"] + removed some useless sprintf()'s + removed hard-coded references to drop.org. + I don't think the authentication methods should /know/ there help link. Instead, the user module should now where to find the help (it does by knowing the hook to look for), and it is the user module that should take care of exporting the help to the preferred location: * removed the "link" field from the $info field in drupal_info and jabber_info; it wasn't used anyway? + removed the "maintainer" and "maintaineremail" from the auth modules; we don't keep this info in the other modules either so I don't see a reason to do so here.
-
- 20 Jul, 2001 1 commit
-
-
Kjartan authored
- removed. page.module now serves this purpose on its own.
-
- 04 Jul, 2001 1 commit
-
-
Dries authored
- Fixed tiny typo which broke the download link
-
- 03 Jul, 2001 1 commit
-
-
Dries authored
- common.inc: + Made '$na' translatable on popular demand. - node.module: + replaced a confusing configuration description, as suggested by Remco. - statistics.module: + Added a 'most recent referers'-table sorted by timestamp. - drupal.module: + Small update of the links.
-
- 30 Jun, 2001 1 commit
-
-
Dries authored
- Added 'drupal' link to pages.
-
- 06 Jun, 2001 1 commit
-
-
Steven Wittens authored
- Changed dries_at_drop.org into an UnConeD-Magically-Anti-Spam-Formatted-Email-Address(tm)
-
- 15 May, 2001 1 commit
-
-
Dries authored
- Created 2 new functions: + path_uri(): returns the fully-qualified URI of your drupal site. + path_img(): returns the image directory or http://image-server.com/ in case you prefer to load-balance bandwidth usage. Replaced all occurences of the variable "site_url" with path_uri() and removed "site_url" from "setting.module". - Drastically simplified the node_save() API, which should make the node-forms more secure. Updated "story.module", "book.module", "forum.module", "page.module" and "node.module" to reflect this change. This is needs more testing so hit it, beat it, tease it. - Fixed an occasional glitch in the configuration file loading logic. - Made "queue.module" display an informative notice when an anonymous user tries accessing the moderation queue. - Updated the hard-coded information in drupal.module a bit.
-
- 13 May, 2001 2 commits
- 06 May, 2001 1 commit
-
-
Dries authored
- Added custom PHP error handler to track down warnings and errors. (Jeroen: let's sit back and wait until that warning bites again.) - Simplified drupal.module. We still need a feature list, anyone?
-
- 05 May, 2001 1 commit
-
-
Dries authored
- Uhm. Rewrote the module system: less code clutter, less run-time overhead, and a lot better (simpler) module API. I had to edit a LOT of files to get this refactored but I'm sure it was worth the effort. For module writers / maintainers: None of the hooks changed, so 95% of the old modules should still work. You can remove some code instead as "$module = array(...)" just became obsolete. Also - and let's thank God for this - the global variable "$repository" has been eliminated to avoid modules relying on, and poking in drupal's internal data structures. Take a look at include/module.inc to investigate the details/changes. - Improved design of the content modules "story", "book" and "node" (to aid smooth integration of permisions + moderate.module). I'm still working on the permissions but I got side tracked for which I "Oops!".
-
- 31 Mar, 2001 1 commit
-
-
Dries authored
- removed dead links
-