Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Killed a warning. Reported by ax. | Dries Buytaert | 2002-10-24 |
| | |||
* | - Made it possible to connect to mysql databases running on non-standard | Dries Buytaert | 2002-10-23 |
| | | | | ports. Patch by Alastair. | ||
* | - Wrapped some hardcoded colors in "theme_invoke()"s; we can still create | Dries Buytaert | 2002-10-22 |
| | | | | | | | | a drupal_error() later on but I think we better get used to theme_invoke(). - Fixed translation bug. Patch by Moshe. - Fixed PHP warning. Patch by ax. | ||
* | . fixing what I did earlier. Not sure how that happend. | Kjartan Mannes | 2002-10-20 |
| | |||
* | - applying patch from Ax. Bug #389: | Kjartan Mannes | 2002-10-20 |
| | | | | "Notice: Undefined variable: conf" in common.inc on line 779 | ||
* | - removed function module_rehash(). | Kjartan Mannes | 2002-10-17 |
| | | | | | - updated database dump. - removed tables modules, layout and referrer (don't forget to backup!). | ||
* | - Committed Jeremy's incarnation of the statistics module. Last minutes | Dries Buytaert | 2002-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 Mannes | 2002-10-04 |
| | |||
* | - fixed a bug in module_invoke_all , it will now also add 0's to the result | Kjartan Mannes | 2002-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 result | Kjartan Mannes | 2002-09-27 |
| | | | | array. Thanks Moshe. | ||
* | - Commited Marco's new comment module and forum module!!! | Dries Buytaert | 2002-09-15 |
| | |||
* | - adding doctype to basic theme. | Kjartan Mannes | 2002-09-11 |
| | | | | - some minor changes to clean up var initialization. | ||
* | - removing the "No valid themes enabled" warning. | Kjartan Mannes | 2002-09-08 |
| | |||
* | - Fixed function prototype of db_error(). Patch by James. | Dries Buytaert | 2002-08-26 |
| | | | | One-liners are great! :) | ||
* | - Applied a (modified) version of Marco's SQL sequence patch. | Dries Buytaert | 2002-08-20 |
| | |||
* | - Reverted module.inc to the old module_invoke() function. | Dries Buytaert | 2002-08-15 |
| | |||
* | - "module_invoke()" and "module_invoke_all()" can now be called with any | Dries Buytaert | 2002-08-14 |
| | | | | number of arguments. Patch by Gerhard. | ||
* | - An attempt to solve drupal_goto() in presence of session IDs. | Dries Buytaert | 2002-08-08 |
| | |||
* | - Made it possible to store arrays in the variables table. Patch by Marco. | Dries Buytaert | 2002-07-06 |
| | |||
* | - A variety of small localization updates. Patch by Ori Folger. | Dries Buytaert | 2002-07-05 |
| | |||
* | - removing the drupal module as always loaded. | Kjartan Mannes | 2002-06-27 |
| | |||
* | - Added the improved db_query() function with timings from Marco's sandbox. | Dries Buytaert | 2002-06-23 |
| | |||
* | - Added the theme_invoke() function from Moshe's sandbox. | Dries Buytaert | 2002-06-23 |
| | |||
* | - Let the blocks itself take care of translating their titles. Patch by | Dries Buytaert | 2002-06-20 |
| | | | | Marco. | ||
* | - cosmetics mostly. | Kjartan Mannes | 2002-06-15 |
| | |||
* | - added some missing title attributs to links. | Kjartan Mannes | 2002-06-14 |
| | |||
* | - adding missing $bacground/$foreground variables. | Kjartan Mannes | 2002-06-12 |
| | |||
* | - adding descriptions to modules (thanks Joe + Scott). | Kjartan Mannes | 2002-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 Buytaert | 2002-05-31 |
| | |||
* | - Bugfix. When a theme does no longer exist on disk, it should not be | Dries Buytaert | 2002-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 Mannes | 2002-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 Wittens | 2002-05-21 |
| | | | | &) | ||
* | - added taxonomy output to BaseTheme. | Kjartan Mannes | 2002-05-20 |
| | |||
* | - Ran the code through 'scripts/code-clean.sh': removed trailing whitespace | Dries Buytaert | 2002-05-20 |
| | | | | (and possibly tabs). | ||
* | - more coding style fixes. | Kjartan Mannes | 2002-05-13 |
| | |||
* | - minor cleanup | Kjartan Mannes | 2002-05-12 |
| | |||
* | - Fixed typo. | Dries Buytaert | 2002-05-12 |
| | |||
* | - applied Stevens link patch. | Kjartan Mannes | 2002-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 Mannes | 2002-05-11 |
| | | | | | - coding style clean ups. - fixed taxonomy causing errors. | ||
* | - Fixed broken RSS feeds. | Dries Buytaert | 2002-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 Mannes | 2002-05-04 |
| | |||
* | - making sure the nodes call filter(). | Kjartan Mannes | 2002-05-04 |
| | |||
* | - filter changes part 1. Part 2 tomorrow. | Kjartan Mannes | 2002-05-03 |
| | |||
* | - merged block and box modules. modules/box.module should be removed | Kjartan Mannes | 2002-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 Mannes | 2002-05-02 |
| | |||
* | - Included Moshe's guidelines on the use of t(). | Dries Buytaert | 2002-05-02 |
| | |||
* | - updating the PEAR db_query functions to the new format. | Kjartan Mannes | 2002-05-01 |
| | |||
* | Patch by Moshe Weitzman: | Dries Buytaert | 2002-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 Buytaert | 2002-04-24 |
| | |||
* | - Bugfix: solve problem with locales being "disabled". Reported by Jerritt, | Dries Buytaert | 2002-04-24 |
| | | | | fixed by Marco. |