Commit Graph

3773 Commits (4.5.1)

Author SHA1 Message Date
Dries Buytaert 20a1e3edcb - Patch #13405 by Moshe: make you actually do something useful with the init hook. A recent patch to 4.5 and HEAD made this patch run too early in the request (for non-cached pages). 2004-12-01 12:09:56 +00:00
Dries Buytaert 995277f41a *** empty log message *** 2004-11-30 20:08:45 +00:00
Dries Buytaert 2fc351cf79 - Fixed #13643: increased the maxlength of the 'path to custom logo'-setting. 2004-11-30 18:40:48 +00:00
Dries Buytaert fce496e02f - Patch #13700 by Jose: cured some 'undefined index' messages by using array_key_exists() 2004-11-30 18:31:43 +00:00
Dries Buytaert e6ba3497e2 - Modified patch #6475 by Killes: sites -> drupalsites -> drupal-sites. 2004-11-30 18:26:26 +00:00
Dries Buytaert e4f1b30dd5 - Patch #13647 by Goba:
1. Fixed broken watchdog calls: two watchdog calls omitted the type parameter, and thus injected logs into the type field, instead of the message field.
   2. Removed t() functions from user contributed content.
2004-11-29 17:59:53 +00:00
Dries Buytaert 096d4c9122 - Patch #12555 by svemir: fixed problem with the 'Preview comment' button not being present when previews are optional. 2004-11-29 12:58:13 +00:00
Dries Buytaert 8ce7ce5a05 - Patch #11977 by matteo: added extra DISTINCT()s to two SQL queries to make them work with node-level permissions. 2004-11-29 12:53:46 +00:00
Dries Buytaert a713cecfc3 - Patch #10697 by matteo: avoid people creating nodes with the wrong node type. 2004-11-29 12:48:11 +00:00
Dries Buytaert c555bebfbc - Patch #12606 by Gerhard: corrected the pattern of the download link in the installation instructions. 2004-11-27 11:29:08 +00:00
Dries Buytaert ccb1836f7e - Patch #13030 by killes: fixed invalid CSS code in bluemarine's stylesheet. 2004-11-27 11:24:02 +00:00
Dries Buytaert 8cc8579690 - Bug 13503: updating the locale settings might impact the interface (eg. menu's) so we have to flush the cache. 2004-11-27 09:53:43 +00:00
Dries Buytaert 6cb219034e - Patch #10693 by Ax: fixed broken (external) link in the taxonomy module's help. 2004-11-27 09:29:37 +00:00
Steven Wittens ba85e25b24 #6400: Improved pushbutton arrows. 2004-11-27 01:36:53 +00:00
The Great Git Migration cfac51e7e6 This commit was manufactured as part of Drupal's Great Git Migration to
create branch 'DRUPAL-4-5'.

Cherrypick from master 2004-11-27 01:36:40 UTC Steven Wittens <steven@10.no-reply.drupal.org> '#6400: Improved pushbutton arrows.':
    themes/pushbutton/arrow-next-visited.png
    themes/pushbutton/arrow-prev-visited.png
    themes/pushbutton/arrow-up-visited.png
2004-11-27 01:36:41 +00:00
Dries Buytaert 57ab8a9baf - Patch #13405 by Moshe (and jhrigs):
+ Fixed bug with previous commit.

   + Move functions into bootstrap.inc so that statistics_exit() works for cached pages.  (Does this close any issues?)
2004-11-25 06:12:35 +00:00
Dries Buytaert e203a10ddf - Patch #13405 by Moshe: fixed bootstrap for cached pages. There was a logic error that resulted in all modules being included right after printing out the cached page. This pointlessly increased server load. (This patch should be committed/ported to HEAD after the multi-site configuration patch landed.) 2004-11-24 19:25:31 +00:00
Dries Buytaert b76e971dc7 - Patch #12363: fixed glitch in user_access() as pointed out by TDobes. 2004-11-23 21:52:43 +00:00
Dries Buytaert f060e498a8 - Patch #13121 by Goba: valid_url() should allow the use of '+' in URLs. 2004-11-18 19:22:53 +00:00
Dries Buytaert 24eb22b082 - Patch #11977 by matteo: taxonomy_term_count() did not take node-level permissions into account and could return an incorrect number. 2004-11-15 10:01:10 +00:00
Dries Buytaert 3b32f5161d - Patch #11940 by kps: if the user is not allowed to view a newly submitted node, redirect him to the main page. 2004-11-15 09:56:56 +00:00
Dries Buytaert 133c6b1919 - Patch #12886 by thorne: fixed XHTML problem: the bluemarine theme used a border=0 attribute on the img tag for the site logo. 2004-11-14 19:35:02 +00:00
Dries Buytaert 844d8c80da - Patch #9292 by killes from Carl: fixed a PHP5 compatibility problem with file handling. 2004-11-08 22:31:54 +00:00
Dries Buytaert ccf83e1bee - Patch #12713 by Goba: remove useless t() function from help module. 2004-11-08 22:28:30 +00:00
Dries Buytaert 7ce95b201a - Patch #12658 by menesis: when an administrator adds a user, the 'authenticated user' role was not assigned to the new user. 2004-11-07 07:55:17 +00:00
Dries Buytaert 7a5d12e8b2 - Patch #11871 by killes: forum topics could be displayed multiple times when node-level permission were used. 2004-11-06 12:01:39 +00:00
Dries Buytaert 05894fa7f9 - Patch #12502 by Axel: fixed typo in SQL query: h.hid -> h.nid 2004-11-03 22:47:06 +00:00
Dries Buytaert 1d6151dfe4 - Patch #12515 by Goba: fixed problem with cookies not being set properly, causing users getting logged out. 2004-11-03 22:39:46 +00:00
Steven Wittens be1152eb2f Rest of #12167 (respect input check bypass permission) 2004-11-03 00:47:19 +00:00
Dries Buytaert 9b2312c34d - Patch #12455 by Steven: optimized SQL query. This problem caused Drupal.org's
cron runs to time out.
2004-11-02 15:09:52 +00:00
Steven Wittens c7adba64be #12167: Respect 'bypass input data check' permission in file.inc. 2004-11-02 12:43:42 +00:00
Steven Wittens ebe5706b63 #12363: Bug in user_access() with uid 1 and $account parameter. 2004-11-02 12:20:43 +00:00
Dries Buytaert 423847af70 - Patch #7161 by jhriggs: fixed probem with 'last page' link not being correct under certain circumstances. 2004-10-31 07:59:47 +00:00
Steven Wittens 788dbc645e #12295: missing </p> in filter help. 2004-10-30 16:58:42 +00:00
Steven Wittens 6c54734836 - #12305: Blog it icon was broken due to missing parameter. 2004-10-29 19:43:21 +00:00
Steven Wittens 48bdfb8079 #7607: Sort node types in node/add by translated names. 2004-10-29 00:51:38 +00:00
Steven Wittens f230801eb5 #11440: Move search settings to admin (4.5 only, search patch will fix in HEAD). 2004-10-29 00:09:41 +00:00
Steven Wittens 891622c826 #12128: Change label for comment subject settings to match behaviour; 2004-10-28 23:56:00 +00:00
Steven Wittens 390da82d90 #12186: Add xml icon to taxonomy listings. 2004-10-28 23:46:22 +00:00
Steven Wittens 145ce353ef #12183: surpress php error on copy() 2004-10-28 23:42:28 +00:00
Dries Buytaert c3c4906b9e - Patch #12096 by Axel: fixed problem with plurals for some languages. 2004-10-27 18:24:10 +00:00
Steven Wittens bc72d692f7 #12155 : use defined constant rather than integer in file.inc. 2004-10-26 20:57:25 +00:00
Steven Wittens d6239cc539 #12146: Improve locale import/export messages (Stefan) 2004-10-26 17:21:10 +00:00
Dries Buytaert cd4087ad2a - Patch #11725 by mrrowe: custom menus are not wrapped in <div class="menu"> tags which made their appearance differ from the built-in "navigation" menu. 2004-10-23 17:25:23 +00:00
Dries Buytaert 4985cab884 - Patch #11868 by Neil Drumm: fixed broken link in the help text and made the help text more accurate. 2004-10-23 16:30:01 +00:00
Dries Buytaert f4924e346a - Patch #11935 by Neil Drumm: removed left-over documentation from archive module. 2004-10-23 16:15:56 +00:00
Dries Buytaert ee68bb2cbd - Patch #11952 by Neil Drumm: the path module's help text contained information that was no longer up-to-date. 2004-10-23 13:46:43 +00:00
Dries Buytaert 9bec9287e8 - Patch #11947 by puregin: ensured that a book node's weight is captured when the book node lists returned by book_location() and book_location_down() are generated. This information is required when selecting next page candidates in book_next().
Note that book_location_down() was missing an explicit field b.weight in the SQL SELECT statement, but this value would usually
 be supplied implicitly because it is used to ORDER the result.
2004-10-23 13:42:09 +00:00
Steven Wittens 48b25f9f26 Missing check if file upload fails. 2004-10-20 16:57:50 +00:00
Dries Buytaert 469b35bb0c - Patch #11728 by Uwe Hermann: fixed some typos in the code comments, Doxygen documentation and screen output.
Uwe: I dropped the 'iff' chunks as 'iff' stands for 'if and only if'.
2004-10-19 18:00:34 +00:00