| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
|
|
| |
+ Updated the _user() hook's "$type == 'view'" case to match the
"$type == 'edit'" case. That is, both have to return an associtive
array of the format array('category' => 'fields').
+ Updated the profile pages to group fields by category. Made possible
thanks to the above change.
+ Moved logic out of the theme_ functions.
|
|
|
|
| |
+ Add a new field type: 'list'.
|
| |
|
|
|
|
|
| |
We can use this for the 'URL of homepage' field on drupal.org. URL fields
are rendered as links and are being validated.
|
|
|
|
|
|
|
|
| |
+ Made it possible to define the page title of the user listing pages.
+ Used form_group()s for the profile administration page.
+ Fixed bug in database/updates.inc.
|
|
|
|
| |
it and looking forward for some help.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Note: the CSS of the tracker page has changed. Some CSS files still have
to be updated.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
typo was introduced into xtemplate.theme which prevents the use (specifically,
the ability to enable) comment pictures (formerly known as avatars).
|
| |
|
|
|
|
| |
the edit user form.
|
|
|
|
| |
after the recent profile module changes.
|
|
|
|
| |
longer supported.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
+ 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.
|
|
|
|
| |
default value
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
+ Make all channel links absolute.
+ Always set the $base_url as xml:base, thus providing a solid base for
relative URLs.
|
|
|
|
| |
the Xtemplate theme.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
the header logo image, so that multiple lines of text can be added to Primary
menu without breaking the design.
|
| |
|
| |
|
|
|
|
| |
- Made filename modification more logical when there was no extension.
|
|
|
|
|
|
|
|
| |
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.)
|
| |
|
|
|
|
| |
systems can by-pass update.php.
|
|
|
|
| |
off, and clarified the explanation a bit.
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
| |
radio/check labels non-bold again.
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
semantically
expected) and gives proper class names to the long and short tip list, so if
someone would like to reproduce the 'br' tagged version, he can do that with
some CSS styles easily. Assigned a dedicated class to the more-tips link, so it
can be differently stlyed (with a different bullet, different link color or
anyhow, as the theme designer desires).
|