Commit Graph

4313 Commits (b86a5d495a9f6e99f095fa5b7baee39194aa644e)

Author SHA1 Message Date
Dries Buytaert 7bdcba1720 - Patch #19739 by Uwe: corrected many typo's in the documentation and code comments 2005-03-31 21:18:08 +00:00
Steven Wittens be14203534 - #18817: Clean up plain-text checking (see drupal-devel!) 2005-03-31 09:25:33 +00:00
Dries Buytaert 99233a9c99 - Patch #19590 by Moshe: lazy initialization of the theme system. Improves
performance of pages that don't need the theme system (such as RSS feeds)
  and makes it easier to set a custom theme.
2005-03-29 21:01:47 +00:00
Steven Wittens a9091183e1 - Part of #17747 was not committed (pgsql fixes). 2005-03-29 03:28:02 +00:00
Steven Wittens ab4261dc31 - #19517: Fix GD2 toolkit error.
- Tweak code style.
2005-03-29 00:01:23 +00:00
Steven Wittens 57af1cef64 - #19515: Improved system/test clean URL checker. 2005-03-27 23:37:20 +00:00
Steven Wittens befa26b071 - Pngcrushed. 2005-03-27 23:04:20 +00:00
Steven Wittens bbae5e815d - #18795: Display message to forum admin if there are no forums yet. 2005-03-27 22:51:47 +00:00
Steven Wittens 54dfc577ba - #19353: Fix 'submit' button behaviour wrt optional previewing and form errors. 2005-03-27 21:34:50 +00:00
Steven Wittens bf312dfe66 - Typo in drupal.css 2005-03-27 21:28:25 +00:00
Steven Wittens 39ed6a2456 - #16531: Fix weird IE crash on some admin pages with pushbutton. 2005-03-27 18:55:35 +00:00
Steven Wittens d8fad6e24f - #17343: Fix safari CSS issues with node admin. 2005-03-27 15:54:44 +00:00
Steven Wittens 576c60803d - #19405: Fix SQL in comment block for anonymous users. 2005-03-24 22:09:31 +00:00
Dries Buytaert 571369c62f - Patch #18732 by nysus and Morbus: improved the forum module's help texts. 2005-03-23 21:53:10 +00:00
Dries Buytaert 2584b1957d - Updated the start date of the updates. 2005-03-23 20:36:41 +00:00
Dries Buytaert f514f55112 - Patch #18700 by Stefan and James: removed GD1 calls, improved error/status reporting, etc. 2005-03-23 20:26:21 +00:00
Dries Buytaert eb2fb414fa - Patch by Matt and chx: improved performance of taxonomy queries. When many
terms are matched, the query would become very slow.
2005-03-23 06:12:30 +00:00
Dries Buytaert a7fa9552ca - Patch #19169 by TDobes: allow the book navigation to be themed. 2005-03-22 18:34:20 +00:00
Dries Buytaert f8d634e38a - Patch #18093 by Junyor: clean up handling of image toolkit code in absence of
any toolkits.
2005-03-21 21:25:49 +00:00
Dries Buytaert 77a5d783f2 - Patch #19193 by CodeMonkeyX: made taxonomy_select_nodes() return node titles. 2005-03-21 20:58:56 +00:00
Dries Buytaert 8e1dd1d625 - Added XML-icons on forum listings. Many people will find this useful to track updates/changes. 2005-03-21 19:45:35 +00:00
Dries Buytaert 6957d7863d - Patch #19212 by chx: removed unused variables, and fixed the error reporting
in form_file().
2005-03-21 19:26:47 +00:00
Dries Buytaert 5ad5f28cda - Patch #19009 by chx: fixed a bug with comment replies letting one access nodes. 2005-03-20 19:42:14 +00:00
Dries Buytaert 28cc8eabdb - Patch #19126 by Uwe: fixed inconsistent whitespace in .htaccess. 2005-03-20 19:15:00 +00:00
Dries Buytaert 73b93b903c - Bug #18597: updated the database scheme. Renamed poll.voters to poll.polled. 2005-03-20 19:11:34 +00:00
Steven Wittens f60da5b071 - #19130: Handle trailing dot in hostname when scanning for config. 2005-03-19 01:24:18 +00:00
Steven Wittens 0805a476b3 - Use format_plural() for search status (items left to index) 2005-03-18 20:31:00 +00:00
Steven Wittens ba343d94ba - Cleaner handling of format ID number in URL, for hook_help. 2005-03-18 20:28:22 +00:00
Steven Wittens 1185839923 - #19089: Remove depency on taxonomy.module by node.module (kjartan) 2005-03-18 18:46:23 +00:00
Steven Wittens cae4968e35 - Queue module: module_invoke -> node_invoke
http://drupal.org/node/19012#comment-32381
2005-03-18 09:29:58 +00:00
Steven Wittens 98c2d5b2b8 - #5900: Fix browser caching issues. 2005-03-18 09:13:55 +00:00
Steven Wittens 526ac35ae1 - Clean up some db queries in poll.module 2005-03-18 09:00:40 +00:00
Steven Wittens ea5e9704a2 - #14767: Do not display poll block when no polls are active
- Change double to single quotes.
2005-03-18 08:57:52 +00:00
Steven Wittens e6b14d2615 - #13738: Fix bug in configuring theme styles 2005-03-18 08:27:01 +00:00
Steven Wittens 4fee0bdbec - #13550: Prettier RSS discovery URLs for taxonomy pages. 2005-03-18 08:25:07 +00:00
Steven Wittens e17490b653 - #12401: Non-admins should obey workflow wrt revisions. 2005-03-18 08:14:37 +00:00
Steven Wittens d7588e4594 - #12211: Show link indicating that a node has attachments on the homepage 2005-03-18 08:05:47 +00:00
Steven Wittens ab700960e4 - #18597: Resolve conflict in column name between queue.module and poll.module. 2005-03-18 08:02:10 +00:00
Steven Wittens 55af18a2eb - #18879: Pushbutton Header CSS Cleanup 2005-03-18 07:40:04 +00:00
Steven Wittens 0a984f2c2b - #18597: Resolve conflict in column name between queue.module and poll.module. 2005-03-18 07:34:07 +00:00
Steven Wittens c3f1f7345e - #18939 (Stefan): Always use paragraph tags around page help text. 2005-03-18 07:07:04 +00:00
Steven Wittens ab7815c8cd - #19063: Use module_implements instead of hand-rolled routine. 2005-03-18 06:50:41 +00:00
Dries Buytaert 332a56334d - Patch #17161 by Morbus: increase 40-character limit in URL field for comments. 2005-03-16 22:14:15 +00:00
Dries Buytaert 9e32e74e66 - Patch #12497 by Morbus: Just working on a profile reporting idea and spotted that the following fields appear to have incorrect type definitions:
profile_values.fid = int(11)
profile_values.uid = int(11)

These both appear inconsistant with the rest of the database (that I have seen i.e. user tables) where they are defined as int(10). The profile_fields.fid is defined as int(10) also.
2005-03-16 21:25:27 +00:00
Dries Buytaert 82565266b8 - Patch #18927 by Periastron: as one navigates down through the forum taxonomy, the title used to change to the current term, but now it always just displays the vocabulary name. I have attached a patch that restores the previous behaviour. It looks like the regression may have been introduced in some changes to theme_forum_display. 2005-03-16 21:07:59 +00:00
Dries Buytaert 97ae6568e6 - Patch #13738 by TDobes: theme system fixes:
* Fix a bug which would cause the "configure" link for styles to be broken.
* Fix a bug with using drupal_get_filename for theme engines. Although this is not called anywhere in core, we should still fix it for contrib. (i.e. themes that may want to manually invoke a theme engine to create a hybrid theme)
* Correct an inaccurate comment in theme.inc
* Populate the default primary links with an "edit primary links" link for consistency with the secondary links
* remove some unnecessary variables in the theme administration which had misleading and confusing names
* replace time-consuming foreach when rendering theme admin page with a more efficient array_key_exists
* usability: rather than completely removing the search box checkbox when search.module is disabled, simply disable it. (UI elements shouldn't appear/disappear.)
2005-03-16 19:41:12 +00:00
Dries Buytaert f4b5313483 - Patch #18983 by Ber: small code improvement. 2005-03-16 19:34:13 +00:00
Dries Buytaert 3b5589f436 - Patch #14109 by wulff/Morbus: added missing t() funciton 2005-03-16 19:31:47 +00:00
Dries Buytaert 032544cf08 - Patch #18861 by nkurz: fixed logic error in taxonomy_node_save().
(Not sure how/when it triggered.)
2005-03-15 21:18:19 +00:00
Dries Buytaert 2919df0e08 - More improvements by Morbus, Goba, TDobes et al:
Per TDobes' comments:

* INSTALL.txt corrected to use 4.3.3, not 4.33.
* .htaccess: removed allow_call_time_pass_reference. two confirmations that a) the setting was wrong in the first place, b) there were no adverse affects for the incorrect setting, c) the PHP docs say it is deprecated.
* .htaccess: removed short_open_tag. Running grep -r "<? " * across the entire directory tree of both core and contributions only brought up contributions and no core. I agree that the fuller form is better. The following contributions will need to be updated: modules/edit_template/edit_template.module, sandbox/garym/themes/marvin_2k/templates/page.tpl.php, sandbox/killes/compare.php, sandbox/paolino/import/click.php, themes/spreadfirefox/block.tpl.php. For error's sake, I also did a manual verification for "<?" (no space) across core and came up against nothing in addition to the above contribs.

Per Goba's comments:

* .htaccess: Moved session.auto_start back.
* sites/default/settings.php: Removed track_vars.

Per mailing list comments:

* INSTALL.txt: Added text about the files/ directory, creating it, and permissions.
* INSTALL.txt: Added an example of why Drupal requires cron (the search.module) in an attempt to justify why a crontab is a good, nay, required step.

And my own further analities:

* .htaccess: cleaned up some whitespace valleys (i hate 'em, hate 'em!) and fixed a few stray colons.
* settings.php: minor whitespace error.
2005-03-15 21:07:49 +00:00