- 20 Mar, 2004 2 commits
- 15 Mar, 2004 2 commits
- 14 Mar, 2004 1 commit
-
- 13 Mar, 2004 1 commit
-
-
Dries authored
-
- 12 Mar, 2004 6 commits
-
-
Dries authored
- Patch 6421 by TDobes: In the recent user.module and profile.module update, a typo was introduced into xtemplate.theme which prevents the use (specifically, the ability to enable) comment pictures (formerly known as avatars).
-
Dries authored
-
Dries authored
-
Dries authored
-
Dries authored
-
- 11 Mar, 2004 2 commits
-
-
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.
-
Dries authored
-
- 10 Mar, 2004 2 commits
- 09 Mar, 2004 1 commit
-
-
Dries authored
-
- 08 Mar, 2004 1 commit
-
-
Dries authored
-
- 06 Mar, 2004 4 commits
- 05 Mar, 2004 2 commits
- 01 Mar, 2004 3 commits
- 29 Feb, 2004 1 commit
-
- 28 Feb, 2004 1 commit
-
- 27 Feb, 2004 1 commit
-
-
Kjartan authored
- Made filename modification more logical when there was no extension.
-
- 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.)
-
- 25 Feb, 2004 3 commits
-
-
Dries authored
- Patch by Gerhard: move the updates to database/updates.inc so packaging systems can by-pass update.php.
-
Steven Wittens authored
Fixed an apparently old bug which always defaulted user-togglable blocks to off, and clarified the explanation a bit.
- 24 Feb, 2004 2 commits
-
-
Steven Wittens authored
* Code cleaning: simpler structures, removed some old leftovers, ... * Clean URLs everywhere (the old mechanism was broken anyway). Had to get rid of 'inline voting' (i.e. voting with the sideblock and ending up on the same page), but that was a bit confusing anyway. * Simplified submission form with form_group and streamlined choice mechanism. * Improved bar rendering in pollresults for themes with avatars, like xtemplate.
-
Steven Wittens authored
Improved <label> patch: got rid of ID's by implicit association, and made radio/check labels non-bold again.
-
- 23 Feb, 2004 4 commits
-
-
Dries authored
- Patch 6012 by Adrian: syncs the PostgreSQL port with the current state of HEAD, and adds a user notice to add the throttle and bootstrap columns to the system table manually, else update.php will not run. The message includes the SQL statements required for both MySQL and PostgreSQL.
-
Dries authored
- Patch 6011 by MegaGrunt: the transparent GIF used for the rollover effect in the header icon is missing. The path for this image is in the XHTML file, when the images were moved out of the "image" directory, the XHTML file was not updated.
-
Steven Wittens authored
-
Dries authored
-