- 29 Apr, 2002 1 commit
-
-
Kjartan Mannes authored
-
- 28 Apr, 2002 3 commits
-
-
Dries Buytaert authored
- Renamed "settings and filters" to "site configuration": you might have to update your user's permissions.
-
Dries Buytaert authored
- Fixed a glitch in the taxonomy module. Contributed by Marco.
-
Dries Buytaert authored
improvements right now, but this patch will help me adding support for taxonomy-based permissions. Contributed by Marco.
-
- 27 Apr, 2002 3 commits
-
-
Kjartan Mannes authored
the update script will run properly. Added this requirement to the comments.
-
Dries Buytaert authored
Patch by Moshe Weitzman: - 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
-
Dries Buytaert authored
read/write comments. Patch by Mark Cornick, approved by Greg Tyrelly.
-
- 25 Apr, 2002 2 commits
-
-
Steven Wittens authored
Level 0 comments were still wrapped with a zero-width indentation table. Because the indentation-column contains a space, there was still a slight margin.
-
Dries Buytaert authored
- Wrapped admin_page() in page_header() and page_footer() calls, and made it display an "access denied" message when access without the proper access rights. Patch by Moshe.
-
- 24 Apr, 2002 2 commits
-
-
Dries Buytaert authored
- Made the date strings configurable. Patch by Simon Lindsay.
-
Dries Buytaert authored
fixed by Marco.
-
- 22 Apr, 2002 2 commits
-
-
Kjartan Mannes authored
-
Kjartan Mannes authored
* 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.
-
- 21 Apr, 2002 1 commit
-
-
Steven Wittens authored
Forgot to change a 'lid' into a 'nid'
-
- 20 Apr, 2002 2 commits
-
-
Dries Buytaert 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. + ...
-
Steven Wittens authored
- Removed obsolete lid column (changed update.php and database.mysql) - Added short help
-
- 19 Apr, 2002 1 commit
-
-
Dries Buytaert authored
- Fixed some typos.
-
- 18 Apr, 2002 1 commit
-
-
Dries Buytaert authored
- Updated the MAINTAINERS file a lil'.
-
- 17 Apr, 2002 1 commit
-
-
Kjartan Mannes authored
- fixed poll title not showing up.
-
- 15 Apr, 2002 4 commits
-
-
-
Kjartan Mannes authored
- fix mail templating bugs - fix admin account editing (related to theme changeover) - fix description when editing a Jabber ID.
-
Kjartan Mannes authored
- empty taxonomy sets should now be well behaved.
-
Kjartan Mannes authored
-
- 14 Apr, 2002 5 commits
-
-
Dries Buytaert authored
- Added Marco's long-awaited taxonmy module and patches - a replacement 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!
-
Kjartan Mannes authored
-
Dries Buytaert authored
- Removed the meta.module. We are about to replace it ...
-
Kjartan Mannes authored
keep their settings. - Change author fields in marvin and example theme. Dries is picky about his name ;)
-
Kjartan Mannes 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.
-
- 13 Apr, 2002 1 commit
-
-
Kjartan Mannes authored
-
- 12 Apr, 2002 1 commit
-
-
Kjartan Mannes authored
- commiting patch to cloud.module from Remco.
-
- 08 Apr, 2002 1 commit
-
-
Dries Buytaert authored
- Made the cloud module a lot more configurable: both the update interval and the number of bytes required for an update, can be changed now.
-
- 07 Apr, 2002 1 commit
-
-
Steven Wittens authored
- Anonymous users' voting is controlled by IP - Correct handling of multiple polls on one page - CVS compatible
-
- 05 Apr, 2002 1 commit
-
-
Kjartan Mannes authored
-
- 04 Apr, 2002 1 commit
-
-
Steven Wittens authored
-
- 02 Apr, 2002 2 commits
-
-
Kjartan Mannes authored
-
Kjartan Mannes authored
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.
-
- 26 Mar, 2002 2 commits
-
-
Dries Buytaert authored
- Included documentation contributed by Moshe.
-
Dries Buytaert authored
- Small bugfix.
-
- 24 Mar, 2002 1 commit
-
-
Dries Buytaert authored
- Added the bloggerapi module to CVS.
-
- 20 Mar, 2002 1 commit
-
-
Kjartan Mannes authored
for it. - comments are shown below the queued node, can be disabled in the admin / settings and filters.
-