summaryrefslogtreecommitdiff
path: root/modules/drupal
Commit message (Collapse)AuthorAge
* Patch 5287 by Stefan: multiline help texts should become inside a single ↵Dries Buytaert2004-01-23
| | | | $output.
* - Patch #5021: clean up URLs in _help texts. Patch by UnConeD.Dries Buytaert2004-01-11
|
* - Many excellent news aggregator improvements by Kjartan:Dries Buytaert2004-01-07
| | | | | | | + Added drupal_http_request(). + Replaced rssfeeds with OPML feed subscription list. + Added support for pubDate. + Added support for conditional gets using ETag and Last-Modified.
* Added checks to the drupal directory option to display an error when the ↵Steven Wittens2004-01-05
| | | | site name, email, slogan or statement aren't filled in.
* - Removed the hard-coded list of watchdog types. The list is compiledDries Buytaert2004-01-02
| | | | | dynamically and can be extended through the watchdog() call. (Chris could use it to move the cron message to their own category.)
* Patch by Goba:Dries Buytaert2003-12-22
| | | | | | | | | | | | - put text directly into t(), which also means that multipart help text becomes a multiline string - use modern XHTML tagging, no <b> and <i> - put links and URLs out of the translated text where appropriate - let referred menu items and form elements get the same name as in the menu / form, so only one translation would be needed - use %variable instead of $variable when variables need to go into the string - add translation to form items previously untranslated - use example.com in example URLs
* - Updated the calls to menu() to use MENU_HIDE instead of 1Dries Buytaert2003-12-17
|
* - Small documentation improvementDries Buytaert2003-11-27
|
* - Committed phase 4 of JonBob's menu system changes.Dries Buytaert2003-11-25
|
* - Committed phase 3 of JonBob's menu changes. Adds an API for modules toDries Buytaert2003-11-23
| | | | | define titles and breadcrumbs for their pages, and updates the theme system to display them.
* - Patch by JonBob:Dries Buytaert2003-11-20
| | | | | | | | 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.
* - Committed stage 2 of the theme system improvements! Patch by CodeMonkeyX.Dries Buytaert2003-11-09
|
* - Usability improvement: replaced many selection boxes by radio buttons.Dries Buytaert2003-11-07
| | | | Patch by Stefan.
* - Fixed some link titles that were no longer correct due to the menuDries Buytaert2003-10-09
| | | | | | changes. - Fixed some broken links.
* - Committed part 3 of Michael's help system improvements: removed the $helpDries Buytaert2003-10-09
| | | | parameter from the menu() function.
* - Help system improvements: eliminated the _system hook. Patch by Michael.Dries Buytaert2003-10-07
| | | | | | - Bloggerapi module fixes. Patch by Kjartan. - Coding style fixes. Patch by Michael.
* - Help improvements and translation improvements from Michael. Thanks!Dries Buytaert2003-10-03
|
* - Documentation fixes by Michael F.Dries Buytaert2003-08-13
|
* - More help system improvements by Michael.Dries Buytaert2003-08-06
|
* - Committed a slightly modified version of Slavica's table prefix patch.Dries Buytaert2003-07-10
|
* - Michael Frankowski's excellent help text improvements!Dries Buytaert2003-05-29
|
* - Fixed typo in help. Patch be Al.Dries Buytaert2003-05-20
|
* - Fixed a typo in the PostgreSQL database scheme. Patch by Michael Frankowski.Dries Buytaert2003-05-13
| | | | | | | | | | | | | - 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.
* - Applied Michael Caerwyn's "%s -> %d" patch.Dries Buytaert2003-05-07
| | | | - Changed all occurences of '%d' to %d as suggested on the mailing list.
* - Removed the path_uri() function in favor of the $base_url variable andDries Buytaert2003-03-07
| | | | fixes a handful of bugs introduced by the clean URL patch.
* - Everything is using theme("function") now instead of $theme->function().Dries Buytaert2003-02-15
|
* - See http://lists.drupal.org/pipermail/drupal-devel/2003-February/021824.html.Dries Buytaert2003-02-11
|
* - Clean URL patch.Dries Buytaert2003-01-06
|
* * User patch by Natrak:Dries Buytaert2002-11-09
| | | | | - Moved the Drupal login XML-RPC API to drupal.module. - DA logins are now assigned the proper role.
* - missing $Id$ string.Kjartan Mannes2002-11-07
|
* - Integrated Moshe's documentation (http://www.drupal.org/node.php?id) inDries Buytaert2002-08-20
| | | | the drupal.module. Fixed a couple of typos and small inconsistencies.
* - improved module descriptions.Kjartan Mannes2002-06-08
| | | | | | | - 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.
* - More documentation updates. Added "Requires crontab" message to theDries Buytaert2002-06-08
| | | | settings that require crontab, make some things more consistent, etc.
* - Clarified the help texts a bit.Dries Buytaert2002-06-08
|
* - adding descriptions to modules (thanks Joe + Scott).Kjartan Mannes2002-06-01
| | | | | | | | | | - 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.
* - Added missing translations (including the one Marco spotted).Dries Buytaert2002-05-31
|
* - Applied Marco's big patch, including contributions from Moshe:Dries Buytaert2002-04-20
| | | | | | | | | | | | | | | | | | | | | | + 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. + ...
* This is a major change to the system, needs more testing!Kjartan Mannes2002-04-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* - Changed a reference to drop.org into a reference to drupal.org.Dries Buytaert2002-02-02
|
* - Made the Drupal sites ping less often (only once every 6 hours), addedDries Buytaert2001-12-17
| | | | | | 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).
* Fixed typo: "email addrress"Steven Wittens2001-12-16
|
* - Added new feature. Explanation will follow on the mailing list.Dries Buytaert2001-12-16
|
* User module and DA modules:Dries Buytaert2001-11-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + 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.
* drupal.moduleKjartan Mannes2001-07-20
| | | | - removed. page.module now serves this purpose on its own.
* - Fixed tiny typo which broke the download linkDries Buytaert2001-07-04
|
* - common.inc:Dries Buytaert2001-07-03
| | | | | | | | | | | | | | + 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.
* - Added 'drupal' link to pages.Dries Buytaert2001-06-30
|
* - Fixed typoSteven Wittens2001-06-06
| | | | - Changed dries_at_drop.org into an UnConeD-Magically-Anti-Spam-Formatted-Email-Address(tm)
* - Created 2 new functions:Dries Buytaert2001-05-15
| | | | | | | | | | | | | | | | | | | | | + 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.
* - Fixed typo in drupal.module (and helping Natrak to get the CVS digestsDries Buytaert2001-05-13
| | | | right).