summaryrefslogtreecommitdiff
path: root/includes
Commit message (Collapse)AuthorAge
* - Committed Jeremy's incarnation of the statistics module. Last minutesDries Buytaert2002-10-13
| | | | | | | | | | | | | | | changes include: * a couple of coding style changes, renamed some "stats" into "statistics", etc. * removed the "Who's online" block from the user module. * added db_affected_rows() to the resp. database abstraction layers and made the statistics module use db_affected_rows() instead. * added update logic to "update.php".
* - changed format_date to allow W (week of year) in a custom format.Kjartan Mannes2002-10-04
|
* - fixed a bug in module_invoke_all , it will now also add 0's to the resultKjartan Mannes2002-09-30
| | | | array. Thanks Moshe. (Didn't I commit this already?)
* - fixed a bug in module_invoke_all , it will now also add 0's to the resultKjartan Mannes2002-09-27
| | | | array. Thanks Moshe.
* - Commited Marco's new comment module and forum module!!!Dries Buytaert2002-09-15
|
* - adding doctype to basic theme.Kjartan Mannes2002-09-11
| | | | - some minor changes to clean up var initialization.
* - removing the "No valid themes enabled" warning.Kjartan Mannes2002-09-08
|
* - Fixed function prototype of db_error(). Patch by James.Dries Buytaert2002-08-26
| | | | One-liners are great! :)
* - Applied a (modified) version of Marco's SQL sequence patch.Dries Buytaert2002-08-20
|
* - Reverted module.inc to the old module_invoke() function.Dries Buytaert2002-08-15
|
* - "module_invoke()" and "module_invoke_all()" can now be called with anyDries Buytaert2002-08-14
| | | | number of arguments. Patch by Gerhard.
* - An attempt to solve drupal_goto() in presence of session IDs.Dries Buytaert2002-08-08
|
* - Made it possible to store arrays in the variables table. Patch by Marco.Dries Buytaert2002-07-06
|
* - A variety of small localization updates. Patch by Ori Folger.Dries Buytaert2002-07-05
|
* - removing the drupal module as always loaded.Kjartan Mannes2002-06-27
|
* - Added the improved db_query() function with timings from Marco's sandbox.Dries Buytaert2002-06-23
|
* - Added the theme_invoke() function from Moshe's sandbox.Dries Buytaert2002-06-23
|
* - Let the blocks itself take care of translating their titles. Patch byDries Buytaert2002-06-20
| | | | Marco.
* - cosmetics mostly.Kjartan Mannes2002-06-15
|
* - added some missing title attributs to links.Kjartan Mannes2002-06-14
|
* - adding missing $bacground/$foreground variables.Kjartan Mannes2002-06-12
|
* - 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 and the like.Dries Buytaert2002-05-31
|
* - Bugfix. When a theme does no longer exist on disk, it should not beDries Buytaert2002-05-25
| | | | | | | | | | | | | | returned by theme_list() as it breaks the site ... The attached patch prevents this from happening but does not remove the theme from the system table in the SQL database - if the theme is removed from the database upon viewing the themes administration page (or another trigger), I guess that is fine. Kjartan: my fix is the right thing to apply because theme_list() is used elsewhere where it requires to return a list of existing themes. Maybe it's a little sad but the current theme loading code might be slower and more complex than the old Drupal 3 theme loading code ... ?
* - Coding style changes.Kjartan Mannes2002-05-23
| | | | | - Included modules will now cause parse errors instead of them being supressed. Was making debugging really hard.
* The default form action (request_uri) didn't escape HTML entities (such as ↵Steven Wittens2002-05-21
| | | | &)
* - added taxonomy output to BaseTheme.Kjartan Mannes2002-05-20
|
* - Ran the code through 'scripts/code-clean.sh': removed trailing whitespaceDries Buytaert2002-05-20
| | | | (and possibly tabs).
* - more coding style fixes.Kjartan Mannes2002-05-13
|
* - minor cleanupKjartan Mannes2002-05-12
|
* - Fixed typo.Dries Buytaert2002-05-12
|
* - applied Stevens link patch.Kjartan Mannes2002-05-12
| | | | | | - fixed block permissions. - fixed user admin page errors: http://www.drupal.org/node.php?id=173. - cleaned up common.inc a bit: removed format_info, path_img, field_merge.
* - changed block, module and theme config pages to use checkboxes.Kjartan Mannes2002-05-11
| | | | | - coding style clean ups. - fixed taxonomy causing errors.
* - Fixed broken RSS feeds.Dries Buytaert2002-05-05
| | | | | | TODO: + Make l()/lm()/la() urlencode() URLs? + Fix problems with the #-trick in drupal_url()/l().
* - rolling back common.inc. Wasn't supposed to be in the last commit.Kjartan Mannes2002-05-04
|
* - making sure the nodes call filter().Kjartan Mannes2002-05-04
|
* - filter changes part 1. Part 2 tomorrow.Kjartan Mannes2002-05-03
|
* - merged block and box modules. modules/box.module should be removedKjartan Mannes2002-05-02
| | | | | | | | | | or disabled as it will cause errors otherwise. - split status into status and custom. Status will turn the block on/off, and custom defined if the user can change the status. Requires sql update. - reintroduced user page to configure blocks.
* - fixing drupal_url()Kjartan Mannes2002-05-02
|
* - Included Moshe's guidelines on the use of t().Dries Buytaert2002-05-02
|
* - updating the PEAR db_query functions to the new format.Kjartan Mannes2002-05-01
|
* Patch by Moshe Weitzman:Dries Buytaert2002-04-27
| | | | | | | | | | | | | | | | | | | | | | | | | - request_uri() behaves on non-apache web servers. i've tested on IIS and apache (many platforms). - modules may now implement the _search_item() hook which overrides the default formatting of search results. modules already can customize which fields are indexed. no module currently uses this hook but externalpage.module expects to do so. - added an optional $attribs argument to l(), lm(), and la() which is an associative array of attributes which are inserted into the <a> tag (feature #146). - drupal_str_replace() is deleted (i had recently added it). i verified that no scripts are currently calling this function. use strtr() or str_replace() instead. - arbitrary elements may be added to the <channel> and <item> blocks of an RSS feed by passing the $args associative array. the core RSS engine is now able to support elements like <cloud> and <catagory> [1] and RSS 1.0[2] [1] http://backend.userland.com/rss092 [2] http://groups.yahoo.com/group/rss-dev/files/namespace.html
* - Made the date strings configurable. Patch by Simon Lindsay.Dries Buytaert2002-04-24
|
* - Bugfix: solve problem with locales being "disabled". Reported by Jerritt,Dries Buytaert2002-04-24
| | | | fixed by Marco.
* - bug fixes:Kjartan Mannes2002-04-22
| | | | | | | | | | * fixed mails not being parsed properly. * tracker now shows user name when you view your own recent comments. * link to submission queue now points to the right place. * fixed jabber module. * theme is now activated when changed. - applied Gerhards coding style patch.
* - 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. + ...
* - fixing bug reported by Remco.Kjartan Mannes2002-04-15
|
* - Added Marco's long-awaited taxonmy module and patches - a replacementDries Buytaert2002-04-14
| | | | | | | | | | | | | | | | | | | for the meta system. The patches add some extra functionality to the comment system (for example, comments can be set read-only) and fix a couple of small problems. + I integrated the required SQL updates from the varius *.mysql files into the "update.php" script. Upgrading should be easy ... + I did not apply/commit the "user.diff" as requested by Marco ... + I didn't know what to do with "forum.module" and "forum2.module": what do you want me to do with it Marco? Which one should go in? + Can we remove "node_index()" now; both from "node.module" and the themes? + Thanks Marco!
* 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.
* - made the user information block into two different blocks. One forKjartan Mannes2002-04-02
| | | | | | | | | | | | | | | | login and one for user information. - added link to help in book module (post-patch, see below). - applied various patches: Patch by Greg Tyrelle <greg@tyrelle.net> - tracker module now shows usernames next to comments. Patch by Moshe Weitzman <moshe@wallaware.com> - book module has a more complete help. - added administrative link to export book to html - fixed non book nodes not showing up in trees. Patch by moshe weitzman <weitzman@tejasa.com> - links can be defined in the configuration file.