- 20 Mar, 2004 1 commit
-
-
Dries authored
-
- 11 Mar, 2004 1 commit
-
-
Dries authored
- Rewrote the profile module: + Added a 'created' field to the users table and renamed the 'timestamp' fied to 'changed' (cfr. node table). Update.php will try to determine a 'created' timestamp for existing users. + The profile module no longer uses serialized data but has its own set of tables. Known existing profile data is migrated by these new tables. TODO: migrate the birthday field. + The profile fields can be grouped, and within each group, profile fields can be sorted using weights. + The profile pages can be themed. + The profiles can be browsed based on certain properties/settings. + Change the _user hook: (i) 'private_view' and 'public_view' are merged into 'view' as there are no private fields and (ii) 'edit_form' has been renamed to 'edit'. + Avatar handling has been refactored and is now part of the user module. The users table has a dedicted 'picture' field. + Simplified the way themes should use display/visualize pictures or avatars. + Made it possible for administrators to replace or delete avatars. + ... I hope this make for a good base to build on collectively.
-
- 06 Mar, 2004 2 commits
-
-
Dries authored
- Patch 6140 by Goba: fix the 'read more'-link behavior.
- 01 Mar, 2004 1 commit
-
-
Dries authored
- Removed broken throttle.
-
- 29 Feb, 2004 1 commit
-
- 26 Feb, 2004 1 commit
-
-
Dries authored
- Patch 6066 by Adrian: PostgreSQL does not return 'affected rows' when doing a select statement. Even though PEAR supports this functionality, it fails silently when using PostgreSQL. We use the db_num_rows() function instead to return the amount of rows returned. (According to Killes, the MySQL manual also states that it should not return affected rows on a 'select' statement.)
-
- 19 Feb, 2004 1 commit
-
-
Steven Wittens authored
- Added a short note about the node-trim-length setting. Many people seem to expect that changing it updates existing teasers too.
-
- 16 Feb, 2004 1 commit
-
-
Dries authored
- Patch 5683 by JonBob: changes the multiple type delimiter from / to -.
-
- 15 Feb, 2004 1 commit
-
-
Dries authored
- Patch by Steven: removed redundant permission checks. These are no longer required thanks to the new 404 handling.
-
- 12 Feb, 2004 1 commit
-
-
Dries authored
- Patch 5592 by Goba: introduced a new function, drupal_map_assoc().
-
- 11 Feb, 2004 2 commits
-
-
Dries authored
+ only adds an optional parameter to url() and l(), so individual links can be set to be absolute + modifies drupal_goto() to accept the parameters of url() without the $absolute parameter, so cleaner invocations can be used + rework of some code in node_feed, making it much better to look at (the current code uses foreach with an immediate brake to get the first key of the associative array, geeeeez) + added xml:base to the rss tag generated by node_feed() + set all user mail URLs to be absolute + fix a small fragmented URL in user.module
-
Dries authored
-
- 09 Feb, 2004 1 commit
-
-
Steven Wittens authored
-
- 08 Feb, 2004 4 commits
- 06 Feb, 2004 1 commit
-
-
Dries authored
-
- 02 Feb, 2004 1 commit
-
-
Steven Wittens authored
-
- 01 Feb, 2004 2 commits
-
-
Dries authored
- Changed 1100+ double quotes to single quotes.
-
- 31 Jan, 2004 1 commit
-
- 29 Jan, 2004 1 commit
-
-
Kjartan authored
-
- 27 Jan, 2004 1 commit
-
-
Dries authored
- Patch 5049 by JonBob: allow a module to define multiple node types.
-
- 26 Jan, 2004 1 commit
-
-
Dries authored
- Patch #5393 by Goba: changes the search hook return value, and requires an array containing two elements, the first being the requested title, and the second being the result list. Advantages: * Cleaner search code in common.inc * Po extraction is possible and works fine * No hardcoded exceptions for node and comment modules, since any module can return results in order of relevance (or another order)
-
- 23 Jan, 2004 1 commit
-
-
Dries authored
Patch 5287 by Stefan: multiline help texts should become inside a single $output.
-
- 17 Jan, 2004 1 commit
-
-
Dries authored
- Removed the $help parameter from the _form hook. The help, typically submission guidelines, should be emmitted using the _help hook.
-
- 14 Jan, 2004 1 commit
-
-
Dries authored
- Adds drupal_set_header() and drupal_get_headers(). - Cache now stores custom headers. - Replace theme_head() with drupal_get_html_head(), added drupal_set_html_head(). - Added RSS autodiscover links to node, blog and taxonomy pages.
-
- 13 Jan, 2004 1 commit
-
-
Dries authored
- Patch 4859: new drupal_unpack() consolidates duplicate code and makes it easy to show avatars next to nodes and comments. Patch by Moshe. As a showcase, maybe Xtemplate should have an option to enable/disable avatars?
-
- 11 Jan, 2004 3 commits
-
-
Dries authored
-
Dries authored
Round 3 of aggregator improvements: - Added support for new tags: + Optinal feed image: <image> tag. + Dublin core dates: <dc:date> <dcterms:created>, <dcterms:issued>, <dcterms:modified>. - Usability improvements: + On the administration page, made the feed/bundle titles link to the feeds/bundles' pages. On the feed/bundle's page, made the 'Last updated' field link to the administration page. + Moved the 'syndication' menu one level down. - Updated some content sensitive help. - Further improved themeability. - Fixed some invalid HTML.
-
- 06 Jan, 2004 1 commit
-
- 05 Jan, 2004 1 commit
-
-
Steven Wittens authored
Committed filter separation patch: all filter-related things are now in filter.module (which is a required module). To do this cleanly, I reorganised some bits of system.module: there is now a generic handler available for simple variable-get/set based configuration pages. Look at filter_admin() or system_view() for example usage. (based on the patch by Goba)
-
- 02 Jan, 2004 2 commits
-
-
Dries authored
- Patch 4916: improved preparation of $node->teaser and $node->body. Patch by Goba.
-
- 30 Dec, 2003 1 commit
-
-
Steven Wittens authored
- Re-added STYLE/ON*= filtering (this got lost a while ago due to reorganisation) - Added form_group's to node.module's filter options - Fixed incorrect filter usage in poll.module
-
- 29 Dec, 2003 1 commit
-
-
Dries authored
-
- 22 Dec, 2003 1 commit
-
-
Dries authored
- Usability improvements to the 'create content' section. Patch by Goba.
-