Commit Graph

1702 Commits (c6deda88ef55952036d00dd847f36830faebfe0b)

Author SHA1 Message Date
Dries Buytaert a5f76cd53e - Patch 180 by Jeremy: made the "Who is online" block respect the "user list length"
settings.
2003-12-04 06:16:07 +00:00
Dries Buytaert a1227f69d6 - Removed some dead breadcrumb code identified by Tom Dobes. 2003-12-03 18:43:41 +00:00
Dries Buytaert 17519d3ea0 - Patch 0178 by eafarris: moved the watchdog colors to CSS so they are themeable. 2003-12-03 15:00:02 +00:00
Steven Wittens a7e205d294 - Fixed incorrect filter usage 2003-12-01 22:23:02 +00:00
Dries Buytaert 4e2c0b250e - Introduced a drupal_set_message() and drupal_get_message() function.
Contributed themes and modules need to be updated:
   - modules: status() is no more; use drupal_set_message() instead.
   - themes: use drupal_get_message() to check for status messages and
     visualize them.
2003-12-01 13:45:33 +00:00
Dries Buytaert 800a58f571 - Removed duplicated code. Reported by Goba. 2003-11-30 10:39:15 +00:00
Dries Buytaert f10cf4756e - Better separation between throttle and statistics module code. Patch by Jeremy. 2003-11-30 10:37:07 +00:00
Dries Buytaert 4201e07670 - More throttle improvements. Patch by Jeremy. 2003-11-29 06:53:03 +00:00
Dries Buytaert acf572473b - Fixed broken usernames in 'Who's new' block. 2003-11-28 20:58:20 +00:00
Dries Buytaert ece42b6c93 - Bugfix by Jeremy. 2003-11-28 20:53:23 +00:00
Dries Buytaert 733d286b89 - Made it possible to auto-throttle blocks. That is, blocks can be
configured to be disabled when under excessive load.  Patch by Jeremy.
2003-11-28 20:03:00 +00:00
Dries Buytaert fa5aca1ef7 - Fixed error messages not being shown. Patch by Matt. 2003-11-28 19:22:23 +00:00
Dries Buytaert d5c607041a - Fixed incompatibility between the pager and statistics module 2003-11-27 22:01:56 +00:00
Dries Buytaert ed5b4555d2 - Fixed incorrect link title. 2003-11-27 18:26:57 +00:00
Dries Buytaert 61232242f3 - Small documentation improvement 2003-11-27 18:23:10 +00:00
Dries Buytaert fa8bfee46c - Fixed broken link. 2003-11-27 18:17:23 +00:00
Dries Buytaert 9e59cd890d - Reorganized the forum module's configuration page for better usability. 2003-11-27 18:12:57 +00:00
Dries Buytaert ff137e3569 - Throttle module improvements by Jeremy:
+ Fix modules help to read better and be accurate
   + Add groups to throttle_settings()
   + Provide much more detailed information in all _settings options
   + Fix links in module's "Throttle status" block
2003-11-27 17:37:06 +00:00
Dries Buytaert a068d81a9d - Fixed non-ANSI SQL query in path module 2003-11-27 13:24:58 +00:00
Dries Buytaert 1fb206d958 Patch by Jeremy:
- removed statistics_init() -- auto-throttle logic moved to
  statistics_exit()
- renamed internal-only update_throttle() to _update_throttle()
- removed some odd white spaces
- fixed 'Popular content' block's subtitles to actually display
2003-11-27 06:32:42 +00:00
Dries Buytaert eff70f1751 - Cleaned up user_settings(). Patch by Jeremy. 2003-11-27 06:30:22 +00:00
Dries Buytaert b55975d61c - Doxygen improvements. Patch by Ax. 2003-11-26 16:17:13 +00:00
Dries Buytaert 53cc5ba870 Statistics module patch by Jeremy:
- removed custom user-page configuration
  - added user-page configuration as group into statistics_settings()
  - inlined logic to display user-page within statistics_page()
  - changed references of "top content" to "most popular content"
  - updated help to reflect recent changes
  - removed references to title/subtitle text configuration
  - properly load _settings data for popular content block
  - fix admin pages to display referrers and top nodes (don't return...)
2003-11-26 16:11:47 +00:00
Dries Buytaert 35e92aa733 - Improved usability of the statistics module's setting page. Patch by
Jeremy.
2003-11-25 23:54:08 +00:00
Dries Buytaert 6135c14c44 Statistics module improvements by Jeremy:
- Remove custom configuration of "admin/system/block/top nodes block".
- Three remaining configuration options moved to "admin/system/modules/statistics".
- Move simple logic to display block within statistics_block().
2003-11-25 21:12:26 +00:00
Dries Buytaert 18d81e5ed3 - Fixed two typos. Reported by Jeremy. 2003-11-25 20:45:05 +00:00
Dries Buytaert 506fe741ec - Moved the "Who's online" block from the statistics module to the user module
as the code no longer relies on the statistics module.  In addition, some
  code has been simplified and other bits have been removed.  Patch by Jeremy.
2003-11-25 19:54:00 +00:00
Dries Buytaert c0494c0a2b - Committed phase 4 of JonBob's menu system changes. 2003-11-25 19:26:21 +00:00
Dries Buytaert 06045ff7fc Patch by Ax to fixe and improve to the core doxygen PHPdoc:
* fixes all doxygen warnings [#]_ in the current code base
    + changes @param style from phpDocumentor (@param type $var desc) to doxygen (@param $var desc)
    + documents all undocumented parameters
    + escapes / fixes html warnings
    + fixes @defgroup in theme.inc
  * adds more groupings [#]_
    + drupal_{set|get}_title, drupal_{set|get}_breadcrumb
    + pager.inc: pager_api (pager_query(), pager_display()), pager pieces
  * adds a new group "themeable" which contains all themeable functions.
2003-11-24 22:46:03 +00:00
Dries Buytaert c2a4a5ec15 - Made the help text sharable by removing incorrect use of $base_url. Patch
by Goba.
2003-11-23 20:03:20 +00:00
Dries Buytaert f505fb9c97 - Synchronized some page and link titles. 2003-11-23 14:02:35 +00:00
Dries Buytaert 875c6e3f77 - Performance improvement: avoid copying/cloning arrays. Patch #155 by anarcat. 2003-11-23 12:13:08 +00:00
Dries Buytaert 2fa2497744 - Committed patch #165 by Moshe. 2003-11-23 11:19:36 +00:00
Dries Buytaert 26735ac5dd - Committed phase 3 of JonBob's menu changes. Adds an API for modules to
define titles and breadcrumbs for their pages, and updates the theme
  system to display them.
2003-11-23 10:41:04 +00:00
Dries Buytaert 5963759e5d - Fixed menu problem so users can log in. Patch by Jonathan. 2003-11-21 06:38:01 +00:00
Dries Buytaert e128d493ee - Improved theme configuration page. Modified version of Adrian. 2003-11-20 22:10:42 +00:00
Dries Buytaert 4bdac4333b - Patch by JonBob:
Phase 2 of the menu system integration project. This unifies the interface
  used by admin and non-admin pages, and deprecates the _page hook in favor of
  explicit callbacks from menu(). Breadcrumbs, titles, and help text go away
  as a result of this patch; they will return in the phase 3 patch, printed
  by the theme.
2003-11-20 21:51:23 +00:00
Dries Buytaert 9000f825cc - Flush cache after changing user permissions. Patch by Gerhard. 2003-11-20 21:08:07 +00:00
Dries Buytaert d03d933b73 - Performance improvement: changed a LEFT JOIN to an INNER JOIN. Patch #157
by Gerhard.
2003-11-19 17:54:44 +00:00
Dries Buytaert 980637265c - Block and theme improvements. Patch by Ax.
+ block_list() (in block.module): returns an array of block objects for
     $region.
   + theme_blocks() (in theme.inc): uses block_list() and theme("block") to
     actually render them.

  Advantages:
   + Decouples blocks content and layout, allows block_list() to be used
     for non-output purposes (think "pull").
   + Unifies naming in theme.inc: render_blocks()) didn't really fit there.
   + Puts block_list() in blocks.module where it logically belongs.

- Removed some cruft from the Xtemplate theme.  Patch by Ax.
2003-11-19 16:13:07 +00:00
Kjartan Mannes 2ffa04f5f2 - Fixes bug #4100: First visit to site results in 'access denied' page.
- Fixed sess_write().
- Removed dead code in index.php.
2003-11-18 23:37:48 +00:00
Dries Buytaert fe9a6afa08 - Admin module clean-up. Patch by Kjartan. (The status function should be
a theme_ function really.)
2003-11-18 20:44:33 +00:00
Dries Buytaert a0640e66b7 - Improved module loading when serving cached pages. Moshe's bootstrap patch.
- Used legend and fieldset tags for the configuration page.
2003-11-18 19:44:36 +00:00
Dries Buytaert fff2f548ac - Improved form items: added <label> tags to improve accessibility and added
theme_form_element() function to improve themeability.  I left form_item()
  and the calls to form_item() intact for now.
2003-11-17 19:16:55 +00:00
Dries Buytaert ec726aa7ab - Move the jabber module to the contributions repository. 2003-11-15 20:19:58 +00:00
Dries Buytaert 2f639017c4 - Replaced the bloggerapi module by the blogapi module writen by James. 2003-11-15 20:11:04 +00:00
Dries Buytaert 4317747eee - Moving the cloud module to the contributions repository. 2003-11-15 19:53:53 +00:00
Dries Buytaert 7c06438424 - Made the comment module themable. Patch by CodeMonkeyX. 2003-11-15 10:03:31 +00:00
Dries Buytaert 17db3d0e2a - Fixed theme glitch. 2003-11-14 20:31:21 +00:00
Dries Buytaert 6c85795ace - Fixed theme problem. 2003-11-13 23:00:53 +00:00
Dries Buytaert 36bb57555c - table(...) -> theme("table", ...) 2003-11-13 19:52:54 +00:00
Dries Buytaert c629c7bd09 - Fixed bug #4080: comments shown against wrong node. Reported by chrish. 2003-11-12 12:24:01 +00:00
Dries Buytaert df44729306 - Made the revisions a separate page/tab. 2003-11-11 16:25:10 +00:00
Dries Buytaert 89cad34923 - Added missing break statements. Patch by Chris. Fixes bug 4055. 2003-11-11 08:14:21 +00:00
Dries Buytaert f3c26069ac User module patch by Kjartan:
- Optimized user_external_load(), only need to fetch the data once.
- Removed unused functions:
  user_get()
  user_set()
  theme_menu_list()
- Fixed user_validate_name() to not accept \.
- Modified user_validate_name() to use alnum, which varies depending on
  the system locale.
- Optimized user_validate_name() to not use unnecessary regular
  expressions.
- Optimized user_access() by using less logic to fetch permissions and
  cache.
- Removed uncessary logic from user_deny().
- Fixed user_fields() to properly cache $fields.
- Optimized user_set_authmaps() to not perform unnecessary queries.
- Removed return value from user_set_authmaps().
2003-11-10 11:49:36 +00:00
Dries Buytaert 951b553a98 - Committed stage 2 of the theme system improvements! Patch by CodeMonkeyX. 2003-11-09 23:27:22 +00:00
Dries Buytaert 00ee7f747b - Removed the "return" link from the node submission confirmation page. 2003-11-09 17:25:11 +00:00
Dries Buytaert f50a92b6fd - Removed debug statement. Patch by Bart. 2003-11-09 17:03:49 +00:00
Dries Buytaert 5bed42e8ef - Translation fix: the date in the calendar block could not be translated. Patch by Goba.
- Translation fix: made the word 'permission' translatable in the system module' help text.  Patch by Goba.

- Translation fix: the ping module's help text was translated twice.  Patch by Goba.
2003-11-09 01:22:40 +00:00
Dries Buytaert 92995414b4 - Committed stage 1 of the menu callbacks improvements. Patch by Jonathan. 2003-11-08 09:56:22 +00:00
Dries Buytaert 432852fbb8 - Bugfix: added missing t() function. Patch by Goba. 2003-11-07 19:26:10 +00:00
Dries Buytaert ef0fa006ed - Usability improvement: replaced many selection boxes by radio buttons.
Patch by Stefan.
2003-11-07 19:03:35 +00:00
Dries Buytaert 00d638ca57 - Usability improvement: replaced many selection boxes by radio buttons.
Patch by Stefan.

- Usability improvement: introduced a form_group() function and updated
  the node and comment module to take advantage of it.  Patch #149 by
  Eric Farris.
2003-11-06 18:27:58 +00:00
Dries Buytaert 6735be0992 - Bugfix: PostgreSQL problem with locale module. Fixed bug #3900. Patch #139
by Gerhard.

- Forum module improvements.  Patch #138 by Ax.
2003-11-05 17:40:41 +00:00
Dries Buytaert eb95d6d7fc - Bugfix: fixed typo in cloud module. Patch by Marky.
- Bugfix: fixed menu glitch in book module.  Patch by Kjartan.
2003-11-03 08:59:39 +00:00
Steven Wittens 9eeb24f6fc poll.module: Fixed invalid XHTML (Patch by Gabor Hojtsy) 2003-11-01 15:11:51 +00:00
Dries Buytaert ec33266795 - Improvement: made it possible to disable the comment controls and reworded some of the configuration settings.
- Improvement: removed a left-over from Drupal 4.2.0 (dead code).

- Improvement: replaced hard-coded XHTML around the XML icons with class="xml-icon".

- Improvement: removed the custom navigation menus shown at the top of the "user information page" and integrated them in the new navigation block.  The "my account" link in the navigation menu will unfold.  Also removed the "delete account" link/functionality (for now).

- Improvement: fix for "magic quotes" settings.  Patch by Steven.  I also removed check_php_settings().

- Improvement: block themability improvements.  Modified patch from Ax and Steve/CodeMonkeyX.

- Fixed bug #2617: editing user information does not work.  Patch by Kjartan.
2003-10-31 19:34:03 +00:00
Dries Buytaert 3c17d392f2 - Added support for "special timezones". Patch by Steven/UnConeD. 2003-10-30 19:16:44 +00:00
Dries Buytaert 8f9a19b340 - Bugfix: fixed problem with queue module. Fixes bug #3839. 2003-10-29 17:42:11 +00:00
Dries Buytaert dedb08a540 - Small corrections to the punctuation. 2003-10-28 19:42:10 +00:00
Dries Buytaert cf92958f3c - Bugfix: fixed usernames being shown in the "Who is online" block after
you logged out.  Patch by Jeremy.

- Bugfix: fixed the authmap table in the MSSQL scheme.  Patch by Moshe.

- Bugfix: properly themes some error messages in the user module.  Patch
  by Moshe.
2003-10-28 19:27:52 +00:00
Dries Buytaert 1621ecdb9c - Bugfix: fixed bug #3807. 2003-10-27 21:21:23 +00:00
Dries Buytaert 777c2129b6 - Bugfix: made the bloggerapi respect the default promote setting. Patch by
Remco.

  TODO: the same should be done for the fields "comment", "moderate" and so
  on.

- Improvement: made posts/updates through the Blogger API show up on the admin
  main page.  Modified patch from Remco.
2003-10-27 21:13:40 +00:00
Dries Buytaert 43fb74b910 - Bugfix: 'path' -> {url_alias}. Patch by Mark Coady. 2003-10-27 20:54:08 +00:00
Dries Buytaert c3ede753cf - Properly initialized $contents and removed dead code. Patch/suggestion by ax. 2003-10-26 21:50:42 +00:00
Dries Buytaert 98a17718f7 - Fixed typos in the throttle module documentation. Patch by marky. 2003-10-25 06:31:17 +00:00
Dries Buytaert a7e20bcd93 - Fixed typo in comment module documentation. Patch by Mark Coady. 2003-10-24 21:32:51 +00:00
Dries Buytaert 14d3b45d02 - Usability improvement: removed the cron setting. It was dead code. 2003-10-24 18:01:58 +00:00
Dries Buytaert bfc5157357 - Small usability improvement: add title to administration pages. Patch by Ax. 2003-10-24 12:26:03 +00:00
Dries Buytaert b3d192fc28 - Documentation fix: updated context-sensitive help to match menu item changes.
Fixes critical bug #3453.
2003-10-24 09:47:22 +00:00
Dries Buytaert 609ae6f5e7 - Documentation fix: updated context-sensitive help to match menu item changes.
Fixes critical bug #3453.  (In the end someone has to do it ...)
2003-10-24 09:34:05 +00:00
Dries Buytaert c6b70a7472 - Documentation improvement: updated documentation to match menu item changes.
Fixes critical bug #3453.  (In the end, someone has to do it ...)
2003-10-24 09:27:58 +00:00
Dries Buytaert 42e6309fd0 - Small documentation improvements. 2003-10-24 09:25:46 +00:00
Dries Buytaert 5463e162a3 - Bugfix: user->id --> user->uid. Patch by Gabor. 2003-10-23 21:25:15 +00:00
Steven Wittens e739f3a662 Typoes. 2003-10-23 16:41:07 +00:00
Dries Buytaert c54b68c8da - Bugfix: removed depricated documentation. 2003-10-23 15:09:12 +00:00
Dries Buytaert 0a59c41f8c - Bugfix: corrected broken HTML in the documentation. 2003-10-23 15:04:13 +00:00
Dries Buytaert 4a381ea652 - Small documentation improvements. 2003-10-23 14:57:15 +00:00
Dries Buytaert 6ec1718963 - Bugfix: corrected the context sensitive help of the main admin page. Fixes bug
#3756.
2003-10-23 14:53:18 +00:00
Dries Buytaert 8806f4c564 - Bugfix: fixed problem with book outlines. Reported by Mark Cheverton. 2003-10-23 12:13:51 +00:00
Dries Buytaert 162432a7eb - Bugfix: set the timestamp of the node counters. Patch by Moshe. 2003-10-23 06:58:29 +00:00
Dries Buytaert 72ae2d3995 - Bugfix: renamed the 'statistics' table to 'node_counter' as 'statistics' is
a reserved SQL keyword.  Required for both PostgreSQL and MSSQL.  Patch by
  Adrian.

- Bugfix: renamed the 'path' table to 'url_alias' as 'path' is a reserved SQL
  keyword.  Required for both PostgreSQL and MSSQL.  Patch by Adrian.
2003-10-22 20:20:35 +00:00
Dries Buytaert 742410aafd - Bugfix: prefix not prepended to sequences. Fixes bug #3639.
Make sure to write:

    db_next_id({table}_field);

  instead of:

    db_next_id(table_field);
2003-10-22 13:03:32 +00:00
Dries Buytaert 90e5e355cb - Bugfix: fixed problem with search key replacement. Patch by Kjartan. 2003-10-21 20:55:33 +00:00
Dries Buytaert 752c0eb70e - Bugfix: changed id="menu" to class="menu" to avoid id="menu" being emitted
twice.  Patch by Jim Riggs.
2003-10-21 19:32:31 +00:00
Dries Buytaert 1fb82a6ebc - Bugfix/improvement: the revision table was not using table(). Fixes bug
#3635.
2003-10-21 18:34:54 +00:00
Dries Buytaert 71db4f261a - Bugfix: don't list the anonymous user on the account overview pages. Fixes
bug #3688.
2003-10-21 17:58:05 +00:00
Dries Buytaert d5920c6278 - Bugfix: fixed book module links. Fixed bug #3621. Patch #132 by eafarris. 2003-10-21 16:11:12 +00:00
Dries Buytaert 93add5ad77 - Simplified comment counter caches a bit: removed some redundant SQL code.
Maybe this will fix Jeremy's "phantom comments".
2003-10-20 21:35:35 +00:00
Dries Buytaert f54c384381 - Bugfix: fixed form() being called incorrectly. Fixed bug #3699 reported
by Julian.
2003-10-20 20:14:46 +00:00
Dries Buytaert bd64bc1f45 - Improvement: reintroduced forum containers as promised. Should work as the
changes are taken from Drupal 4.2.0.  Patch by Jeremy.
2003-10-20 17:32:48 +00:00
Dries Buytaert 7f09419564 - Bugfix: fixed two problems with adding and deleting access rules. Patch by
Moshe.  Requires database upgrade.
2003-10-20 07:12:00 +00:00
Dries Buytaert d64bc008fd Patch by Moshe:
- comment.module: fixed an ambigous 'timestamp' query

- forum.module: prev/next links no longer excerpt from the title+body in
their title attribute. they now excerpt from only their title. this is
more consistent with rest of drupal, and GROUP BY on node.body which
isn't appreciated by MSSQL. also replaced some '' with NULL which caused
errors in MSSQL

- statistics.module: replaced a USING join with a standard ON join. USING
is not as widely supported, and functionally equivalent.
2003-10-17 16:10:48 +00:00
Dries Buytaert 3c3c556c55 - Bugfix: pass the node by reference in path_nodeapi so that $node->path is set
for the node.  Fixes bug #3680.  Patch by Matt.

- Bugfix: when creating a new node, don't try to insert a path if it wasn't set
  in the node form.  This destroys any paths which the user may have created
  ahead of time for that node.  Patch by Matt.
2003-10-17 16:00:44 +00:00
Dries Buytaert 880842885b - Fixed bug #3637: made comment module settings translatable. Patch #13 by Moshe.
- Fixed bug #3642: removed duplicate settings from user page.  Patch #14 by Moshe.

- Fixed bug #3503: added 'forum topic' link to the 'create content' menu.  Patch
  by Gobar.  I think this might be more intuitive and consistent code-wise; I don't
  want to introduce small hacks.

- Cache improvement: small cache improvement to prevent SQL errors.  Patch by
  Jeremy.
2003-10-16 17:29:26 +00:00
Dries Buytaert 7624580f76 - Bugfix: added a missing break statement. Patch by Stefan. 2003-10-15 17:15:17 +00:00
Dries Buytaert 2977a8cd3d - Some documentation fixes by Mark Coady. 2003-10-15 15:07:47 +00:00
Dries Buytaert 5d684e108e - Bugfix: stopped the menu system from generating empty lists (<ul></ul>). Patch
by Nick (CodeMonkeyX).

- Bugfix: anonymous users could not change comment settings.  Patch by Bart.

- Bugfix: the comment control form always showed "order by date - newest first",
  no matter what order you selected.  Patch by Bart.

- Small usability improvement: only display comment controls when there are
  comments to show.  Patch by Bart.
2003-10-14 18:08:33 +00:00
Dries Buytaert b405fa22a9 - Bugfix: in the access log, the "post" column shows "n/a" for every line
regardless of whether a node is involved.  Patch by Jonathan.
2003-10-13 21:24:38 +00:00
Dries Buytaert e688dfe6db - Fixed prefix problem with the book module. Patch by Moshe.
- Usability improvements to the user module: removed some redundant menu
  items by taking advantage of the column sorting, added status messages
  and so on.  Patch by Moshe plus some fixes.

- Made the profile module use the table() function.  Patch by Moshe.

- Fixed breadcrumb spacing.  Patch by Moshe.

- Fixed colspan problem with node overview table.  Patch by Stefan.

- Fixed inconsistency with table sorting.  Patch 0122 by Al.
2003-10-13 19:18:39 +00:00
Dries Buytaert 2ff3222458 - Fixed translation bugs with statistics module. Patch by Gabor.
- Removed 'homepage' field from user table.  Patch by Gabor.

- Added 'real name' field to the profile module.  Patch by Gabor.
2003-10-12 21:25:42 +00:00
Dries Buytaert e2b5cb38e3 - Fixed some link titles that were no longer correct due to the menu
changes.
2003-10-09 22:03:28 +00:00
Dries Buytaert 250902621a - Fixed some link titles that were no longer correct due to the menu
changes.

- Fixed some broken links.
2003-10-09 22:00:29 +00:00
Dries Buytaert c65d1da880 - Fixed some link titles that were no longer correct due to the menu
changes.

- Fixed some broken links.
2003-10-09 21:51:57 +00:00
Dries Buytaert 5a8b9611d4 - Fixed some link titles that were no longer correct due to the menu
changes.

- Fixed some broken links.
2003-10-09 21:41:04 +00:00
Dries Buytaert 50e92957b1 - Fixed some link titles that were no longer correct due to the menu
changes.

- Fixed some broken links.
2003-10-09 21:40:32 +00:00
Dries Buytaert ba67040b63 - Fixed a broken link in the user module's documentaiton. 2003-10-09 21:29:51 +00:00
Dries Buytaert 7bbb87dc97 - Fixed some link titles that were no longer correct due to the menu
changes.
2003-10-09 21:27:30 +00:00
Dries Buytaert 71ebc04a09 - Fixed some link titles that were no longer correct due to the menu changes.
- Made sure that the link titles match the page titles.
2003-10-09 19:45:19 +00:00
Dries Buytaert 3d0765c5db - Fixed a dozen link titles that were no longer correct due to the menu
changes.
2003-10-09 19:41:09 +00:00
Dries Buytaert b11d99fe16 - Fixed bug #3564: missing check in locale module. 2003-10-09 19:19:07 +00:00
Dries Buytaert 1a5fcacdd9 - Committed part 3 of Michael's help system improvements: removed the $help
parameter from the menu() function.
2003-10-09 18:53:22 +00:00
Dries Buytaert f2a9d01de2 - Bugfix: inserting and updating paths was not working. Patch by Matt.
- Bugfix: updated the queue module menu so the "view submission" link appears
  in the navigation when enabled.  Patch by Matt.
2003-10-09 17:20:18 +00:00
Dries Buytaert 9d501cf822 - Removed duplicate information. Fixes bug 3511. 2003-10-08 17:35:19 +00:00
Dries Buytaert 4cbca3110d - Fixed typo in the watchdog module's help text. Patch by Gabor. 2003-10-07 19:06:04 +00:00
Dries Buytaert 22c889e7c0 - Help system improvements: eliminated the _system hook. Patch by Michael.
- Bloggerapi module fixes.  Patch by Kjartan.

- Coding style fixes.  Patch by Michael.
2003-10-07 18:16:41 +00:00
Dries Buytaert fbc674f143 - Node API code clean-up. Patch by Kjartan. 2003-10-07 12:17:43 +00:00
Dries Buytaert 2343a2087a - Small poll block improvement (without configuration option). Patch by
Gabor.
2003-10-06 12:21:34 +00:00
Kjartan Mannes c52185b680 - taxo_link always returns array().
- Remove dead code from Marvin theme.
- cleaner node html in Marvin.
2003-10-06 12:21:04 +00:00
Dries Buytaert 9632b0b00f - Fixed book preview problem. Patch by Kjartan. 2003-10-06 08:53:17 +00:00
Dries Buytaert efe9006afb - Various translation and menu fixes from Gabor. 2003-10-05 17:39:40 +00:00
Dries Buytaert f8dda8f80b - Various path module fixes by Gabor. 2003-10-05 17:36:23 +00:00
Dries Buytaert 54a157edee - Fixed translation problem with comment module. Patch by Gobar. 2003-10-05 17:34:36 +00:00
Dries Buytaert 87fe2d4250 - Bugfix: fixed print problem. Patch by Gabor. 2003-10-05 17:23:51 +00:00
Dries Buytaert 30bae36aa5 - Bugfix: the block module's help was not being displayed. Patch by Gabor. 2003-10-05 08:41:48 +00:00
Dries Buytaert 6636aac625 - Translation fix: made the 'Who is online' block 100% translatable. 2003-10-04 16:44:54 +00:00
Kjartan Mannes 934938c486 user_mail_encode() fixes:
- Made sure the chunk sizes always include groupings of 4 bytes.
- Added more comments so fixes are not lost in future changes.
2003-10-04 12:59:46 +00:00
Dries Buytaert 988da0f136 - Fix visual bug: incorrect colspan for table. 2003-10-04 09:43:28 +00:00
Dries Buytaert 3acb5578c9 - Fixed bug #3426: can't edit sites in the site cloud list.
- Fixed some URLs.
2003-10-04 07:45:47 +00:00
Kjartan Mannes 35ffabd23b - Fixing blog it link. 2003-10-03 22:46:55 +00:00
Kjartan Mannes cb6e232990 - Re-wrote user_mail_encode(). 2003-10-03 22:44:32 +00:00
Dries Buytaert a33df1de5d - Some documentation fixes by Matt. 2003-10-03 17:43:49 +00:00
Dries Buytaert 6b2038d762 - Removed a debug statement from the locale module. Thanks Gobar. 2003-10-03 17:17:18 +00:00
Dries Buytaert 3803585f3b - Fixed bug #3449: comment display settings can't be translated. 2003-10-03 15:14:15 +00:00
Dries Buytaert 058971c33b - Help improvements and translation improvements from Michael. Thanks! 2003-10-03 14:55:27 +00:00
Dries Buytaert 35f3bcd042 - Path modoule improvements. Modified path by Matt. 2003-10-03 14:10:05 +00:00
Dries Buytaert 630325188a - Performance improvement: removed redundant inner join. Patch by Kjartan. 2003-10-03 11:42:52 +00:00
Dries Buytaert 95f3278e0e - Fixed small performance bug: when a user has no permissions, the query
in user_access() was not cached.
2003-10-03 07:09:34 +00:00
Dries Buytaert 9942b6a2c5 - There were 2 "content syndication" menu's: grouped them together. 2003-10-02 18:41:12 +00:00
Dries Buytaert a4c84bbe3d - Bugfix: made printer-friendly pages work. They were rendered but never
printed.
2003-10-02 17:58:47 +00:00
Dries Buytaert 51976ac134 - Fixed translation glitch in watchdog module. Thanks Stefan. 2003-10-02 08:35:33 +00:00
Dries Buytaert 37da83ce53 - Removed dead code. Patch by stefan. 2003-10-02 08:28:19 +00:00
Kjartan Mannes 463ccb4df6 - Fixed bug #3398: Error in SQL query in node.module (syndicate block) 2003-10-01 13:06:48 +00:00
Dries Buytaert fa2581edcf - Modifies path.module to get rid of pgsql reserved word. Patch by Adrian.
- Updates database.pgsql and database.mysql to work with current cvs. Patch
  by Adrian.

- Updates update.php to be able to update postgres from 4.2 to current.
  Patch by Adrian.

- Small fixes by me.
2003-10-01 05:18:03 +00:00
Dries Buytaert 392304da5f - Moved the locale settings from the user module to the locale module.
Patch by Stefan.

- Moved the theme settings from the user module to the system module and
  made the code more intelligent.  Patch by Stefan.
2003-09-30 21:48:32 +00:00
Dries Buytaert bcb5ebcdbe - The path module itself 2003-09-30 17:03:29 +00:00
Dries Buytaert 5a667eb580 - Url aliasing improvements. Patch by Matt. See mailing list for more
information.
2003-09-30 17:01:34 +00:00
Dries Buytaert 13f12eb417 - Fixed bug #3383: broken admin help of the watchdog module. Patch by
Jonathan.
2003-09-30 15:10:48 +00:00
Dries Buytaert d12e8997c1 - Fixed the admin preview problem as per Jonathan's suggestion. We'll want to
think of a better solution though so I'll move that theme("header") statement
  back to its original place in a few weeks time.
2003-09-30 10:58:29 +00:00
Dries Buytaert 1127b04b6b - Fixed typo in cloud module documentation. Bug report #3379. 2003-09-30 05:31:52 +00:00
Dries Buytaert 446dc8244b - Changed 'view my blog' to 'my blog' and 'view recent posts' to 'recent
posts'.  See mailing list discussion.
2003-09-30 05:15:12 +00:00
Dries Buytaert 208eabd908 - Fixed import and comment module problems. Patch by Gabor.
> Currently the admin menu does not work for comment.module and import
> module. Import module has the problem of not taking care of the fact in
> the arg() function calls that the module is pushed one level down in the
> menu (similar to the user.module and block.modules problems already
> fixed). The comment.module has a problem with trying to translate an $op
> which comes from the URL (and is therefore not translated).
>
> The attached patch also fixes the bogus URLs in import.module help texts
> (as the module part is pushed down into /admin/node instead of /admin).
2003-09-29 19:11:39 +00:00
Dries Buytaert 7531e82969 - Made sure non US-ASCII mails are sent out properly. Patch by Gabor.
TODO: rename user_mail() to drupal_mail() and move it to common.inc.
  Other modules, such as the project module, should use this as well
  or they risk to send out /invalid/ mails.
2003-09-29 18:35:46 +00:00
Dries Buytaert c1e7b3f43a - Fixed CSS. 2003-09-28 21:14:46 +00:00
Dries Buytaert 234f278487 - Fixed bug with "new user". Reported by Matt. 2003-09-28 20:32:59 +00:00
Dries Buytaert b4ceaac375 - Block module fixes. Patch by Kjartan. 2003-09-28 20:08:48 +00:00
Kjartan Mannes e2c206dafa - Renamed User information block to Navigation.
- Fixed Navigation block header.
2003-09-28 18:53:30 +00:00
Dries Buytaert bcfa6dca1e - Translation improvements for the block module help. Patch by Gabor. 2003-09-28 18:23:13 +00:00
Dries Buytaert 32e8d77cd6 - Associate a callback with the menu links! (This callback is not yet being
called but will be as soon the remaining links have been transformed to use
  the menu system.)

- Made sure the menu does not render links with no callback and no children.
  Like this, the 'create content' link is not being shown when the user has
  no permission to add any content.
2003-09-28 17:53:04 +00:00
Dries Buytaert 069e1bb87b - More translation fixes for the menu items. Patch by Gabor. 2003-09-28 17:07:46 +00:00
Dries Buytaert 179ded048e - Made sure the system module can be translated entirely. Patch by Stefan. 2003-09-28 15:27:19 +00:00
Dries Buytaert c8b28009cd - Made sure all menu items can be translated. Path by Goba. 2003-09-28 15:18:55 +00:00
Dries Buytaert cc3ec29e87 - Committed Goba's translation fixes. 2003-09-28 14:11:49 +00:00
Dries Buytaert a5e048a5fd - Renamed some menu items for clarity and ... added basic phpDoc comments. 2003-09-28 11:08:17 +00:00
Dries Buytaert 2fe79310df - Rewrote the most of the menu system; this fixes Al's problem with the
"create content" link.

- Manually merged the user module's new menu items.  Al's patch did not
  apply.

- Added some missing t()s.
2003-09-28 10:51:40 +00:00
Dries Buytaert fe09d5a786 - Committed Al's new admin link texts. Remarks:
1) As explained by Al, there is still a glitch with the 'create content'
     menu.
  2) The user module part of the patch did not apply due to Kjartan's earlier
     patch.
2003-09-27 06:00:43 +00:00
Dries Buytaert 0ff789c61d - Patch by Kjartan:
+ Fixed CSS to use the same format as the rest of drupal.css.
   + Added fallback routine for menu icons.
   + Fixed anonymous users not seeing the menu.
   + Added proper access checks for admin and help menu items.
2003-09-26 23:05:14 +00:00
Dries Buytaert f104d3cc12 - Committed the admin menu integration patch. Thanks Adrian, Stefan and others. 2003-09-26 10:04:09 +00:00
Dries Buytaert 645d026e09 - Added $Id$ tags. Patch by Chris. 2003-09-25 07:27:22 +00:00
Dries Buytaert 586455b56e - Added a pubDate for each item. Patch by Neil. 2003-09-24 19:08:27 +00:00
Kjartan Mannes 8f7063b2d8 - Fixed bloggerapi not saving the uid for new nodes.
- Cleaned up coding style and unnecessary code in bloggerapi.module.

- Removed moderation notice from queue module, it prints even when users
  are not posting from the web.

- Fixed bug #2895: locale: pager doesn't work in search
2003-09-23 19:28:03 +00:00
natrak dc2d7b2e77 - Fixed bloggerapi not saving the uid for new nodes.
- Cleaned up coding style and unnecessary code in bloggerapi.module.

- Removed moderation notice from queue module, it prints even when users
  are not posting from the web.

- Fixed bug #2895: locale: pager doesn't work in search
2003-09-23 19:28:02 +00:00
Dries Buytaert 027f52541b - Rollback of some node API changes. Patch by Jonathan. 2003-09-23 17:57:26 +00:00
Dries Buytaert a4bc9fff9f - Rollback of some node API changes. Patch by Jonathan. 2003-09-23 16:54:19 +00:00
Dries Buytaert 3025ca0138 - Fixed bug 2803: a user's signature was being erased when administered. 2003-09-21 07:01:51 +00:00
Dries Buytaert 2c5272578d - Updated the poll module to use the _validate hook. Fixes bug #2918 reported
by Jonathan.
2003-09-20 21:28:52 +00:00
Dries Buytaert 85eebfb5ed - Fixed problem introduced by partial integration of the administration pages. 2003-09-20 19:41:35 +00:00
Dries Buytaert 9eb0067ce4 - Fixed off-by-one error in user admin pages. 2003-09-20 16:56:36 +00:00
Dries Buytaert 7eb33053b2 - Updated the blog module to use the _validate hook. Fixes bug #2920 reported
by Jonathan.
2003-09-20 16:08:57 +00:00
Dries Buytaert dcbab232d6 - Updated the story module to use the _validate hook. Fixes bug #2919 reported
by Jonathan.
2003-09-20 16:03:05 +00:00
Dries Buytaert 00a62647bc - Committed Nick's _content improvements. 2003-09-20 15:11:41 +00:00
Dries Buytaert 2fbc7fcf27 - Committed a partial administration page integration patch. 2003-09-19 07:41:55 +00:00
Dries Buytaert 83e8ec4d70 - Fixed small spacing problem 2003-09-18 20:31:58 +00:00
Dries Buytaert ac39d41053 - Fix for bug #2733: devision by zero. Patch by Jonathan. 2003-09-18 13:50:45 +00:00
Dries Buytaert e20f59d99a - Jonathan's "HTML filter" improvements.
> If turning on both filters is bad, we shouldn't allow the user to
> select both, should we? The attached patch folds the Escape HTML option
> into the same dropdown as the Filter HTML option, preventing both from
> being activated.
2003-09-16 18:34:39 +00:00
Dries Buytaert 62f939944f - Added 'escape HTML' option to the filters. Patch by Gabor Hojtsy. 2003-09-16 17:35:02 +00:00
Dries Buytaert 01f3bcfc75 - Added page titles. Patch 0105 by Kendow. 2003-09-16 15:04:02 +00:00
Dries Buytaert 93e6513ebc - Fixed typo. Patch by Nick. 2003-09-16 10:38:34 +00:00
Dries Buytaert a18b09b0e5 - Fixed bug #2874: typo in watchdog module help. Patch by Stefan. 2003-09-16 07:31:17 +00:00
Dries Buytaert d9cb4522bd - Book module improvements. This commit changes the behavior of the "view"
hook.  See mailing list for details; search for a mail with the subject:
  '[IMPORTANT] behavior of "view" hook changed'.  Modified patch from Nick.
2003-09-15 15:58:20 +00:00