Commit Graph

3161 Commits (4fad80e53822ca8d9a62098cfc7f23db1c4ea3e0)

Author SHA1 Message Date
Dries Buytaert 576968c471 - Patch #6406 by TDobes: fixed typos in profile/user module. 2004-03-15 20:09:54 +00:00
Dries Buytaert ff4055c3b1 includes/theme.inc 2004-03-15 19:39:33 +00:00
Dries Buytaert 10917b1213 - Patch #6470 by Brian: fixed XHTML error with multiple selection boxes. 2004-03-14 20:07:00 +00:00
Dries Buytaert 73ab05f4e6 - Added a CVS Id 2004-03-13 06:10:20 +00:00
Dries Buytaert 144eacbd95 - 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).
2004-03-12 21:27:54 +00:00
Dries Buytaert bba5102ed0 - We have a new maintainer for the Debian package. 2004-03-12 21:24:11 +00:00
Dries Buytaert 70c484c077 - Patch #6391 by jik: after deleting a user, return to the user list, not the edit user form. 2004-03-12 18:42:08 +00:00
Dries Buytaert a71c5ef538 - Fix #6393 by TDobes: fixed users table after. It was not updated properly after the recent profile module changes. 2004-03-12 18:30:27 +00:00
Dries Buytaert 929e43eb25 - Patch #6402 by TDobes: removed MSSQL example from conf.php as MSSQL is no longer supported. 2004-03-12 18:27:05 +00:00
Dries Buytaert 6e217dd641 - Bugfix: mark new comments when show as 'folded' 2004-03-12 08:09:09 +00:00
Dries Buytaert 2101f6c454 - 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.
2004-03-11 20:33:59 +00:00
Dries Buytaert f10cca1182 - Patch 6345 by Chris: the 4th argument of form() is misnamed and used 0 as default value 2004-03-11 05:28:51 +00:00
Dries Buytaert 3ab169fc8b - Fixed bug #6345: drupal_attributes() adds redundant space. 2004-03-10 19:32:37 +00:00
Dries Buytaert 42461ed578 Patch 6270 by mathias: misc. fixes 2004-03-10 09:32:46 +00:00
Dries Buytaert 36a0b17f63 - Patch #3786 by Gerhard: removed last instance of <none> 2004-03-09 21:34:24 +00:00
Dries Buytaert 11988bcd92 - Improved drupal_not_found() 2004-03-08 18:35:04 +00:00
Dries Buytaert d3069eefdd - Removed the MSSQL port as discussed with Moshe. 2004-03-06 19:12:44 +00:00
Dries Buytaert ccc9276f45 - Patch #4902 by Goba: fix URLs in RSS feeds.
+ Make all channel links absolute.
   + Always set the $base_url as xml:base, thus providing a solid base for
     relative URLs.
2004-03-06 16:17:48 +00:00
Dries Buytaert 8ebedbaa2b - Patch #6260 by TDobes: fixed incorrect alt-attribute for avatar images in
the Xtemplate theme.
2004-03-06 11:07:16 +00:00
Dries Buytaert 744405e316 - Patch 6140 by Goba: fix the 'read more'-link behavior. 2004-03-06 10:57:53 +00:00
Dries Buytaert 76192f667d - Modified patch by TheLibrarian: add a summary attribute to the calendar. 2004-03-05 20:57:05 +00:00
Dries Buytaert 3d5f11e004 - Restored the old block path behavior. 2004-03-05 20:33:02 +00:00
Dries Buytaert 17ddbde777 - Set the version number. 2004-03-01 19:52:14 +00:00
Dries Buytaert 0f980c24bc - Removed broken throttle. 2004-03-01 19:45:33 +00:00
Dries Buytaert f69425961c - Patch 6138 by MegaGrunt: this patch creates a repeated background behind
the header logo image, so that multiple lines of text can be added to Primary
  menu without breaking the design.
2004-03-01 19:42:22 +00:00
Dries Buytaert c73305f6d6 - Patch #6129 by Goba: fixed dependencies on search module. 2004-02-29 17:16:27 +00:00
Dries Buytaert 7d0eb5376d - Patch #6110 by Goba: stop cheating in the Drupal site list. 2004-02-28 17:55:50 +00:00
Kjartan Mannes 16c1bcada1 - Fixed constants problem.
- Made filename modification more logical when there was no extension.
2004-02-27 11:25:13 +00:00
Dries Buytaert df2c033729 - 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.)
2004-02-26 17:55:14 +00:00
Dries Buytaert f54aab6a3e - Fixed bug #6048: display footer in theme chameleon. 2004-02-25 22:38:43 +00:00
Dries Buytaert a283a3b7b8 - Patch by Gerhard: move the updates to database/updates.inc so packaging
systems can by-pass update.php.
2004-02-25 22:20:09 +00:00
Steven Wittens e3bedc47d7 Fixed an apparently old bug which always defaulted user-togglable blocks to off, and clarified the explanation a bit. 2004-02-25 21:19:31 +00:00
Steven Wittens 939a816e8f Poll.module cleanup:
* 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.
2004-02-24 23:34:31 +00:00
Steven Wittens eadfa19239 Improved <label> patch: got rid of ID's by implicit association, and made radio/check labels non-bold again. 2004-02-24 20:22:45 +00:00
Dries Buytaert bb82569cee - 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.
2004-02-23 17:45:03 +00:00
Dries Buytaert d03a8acfb6 - 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.
2004-02-23 16:36:32 +00:00
Steven Wittens b2c061b903 - Added 'first update since 4.3.0' info line 2004-02-23 14:39:20 +00:00
Dries Buytaert fe2af43aa0 - We have a new theme. 2004-02-23 13:32:17 +00:00
Dries Buytaert 4a8571bfdb - Patch #6000 by Goba: makes the short tip list a HTML list (as it is 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).
2004-02-23 13:17:17 +00:00
Dries Buytaert c91d036098 - Intitial version of the Pushbutton theme: contributed by MegaGrunt! 2004-02-23 12:55:46 +00:00
Dries Buytaert 65b124bdf0 - Usability improvement: made the throttle message fit in the watchdog message. 2004-02-23 10:35:38 +00:00
Dries Buytaert 5b5f148ad4 - Patch by Steven: added <label>s to checkboxes and radio buttons. 2004-02-23 07:28:18 +00:00
Steven Wittens 0c3707a0a7 Removing very old leftover. 2004-02-22 17:11:22 +00:00
Dries Buytaert 5c415f739b - Slightly improved the throttle watchdog messages. 2004-02-22 06:18:21 +00:00
Kjartan Mannes 18160f02e8 - Sanatize title before doing LIKE matches. 2004-02-21 23:52:11 +00:00
Kjartan Mannes 2d7d796d9b - Fix implode() errors. 2004-02-21 23:43:07 +00:00
Kjartan Mannes dccc295504 - Updating update_start value. 2004-02-21 22:38:01 +00:00
Dries Buytaert 750d7c17ab - Fixed the bullet icon. 2004-02-21 22:33:34 +00:00
Kjartan Mannes 2c2b0904dc - Coding style fixes.
- Extended tracker comments to handle project issues.
2004-02-21 22:20:21 +00:00
Dries Buytaert bb823358dc - Patch 5968 by Chris: the background-image line has a superfluous 'pure' in
the pathname, causing the theme to fail to find the background image and
  issue errors to the watchdog log.
2004-02-21 21:31:22 +00:00