Commit Graph

6958 Commits (bcc77e1f363953e04003ad84294d761a25cbe225)

Author SHA1 Message Date
Neil Drumm 7a360efce0 Patch #130478 by Jaza: improved code comments.
Backport from HEAD.
2007-03-25 22:59:33 +00:00
Neil Drumm d6586d2e22 Patch #127891 by dvessel: layout variabe may end up not getting set.
Backport from HEAD.
2007-03-25 22:46:38 +00:00
Neil Drumm c2415bb8f1 roll back #80963 2007-03-25 21:49:07 +00:00
Dries Buytaert 5e5bb49a6d - Patch #111697 by wesley: properly initialized user->time to prevent warnings/errors. 2007-03-25 20:59:25 +00:00
Neil Drumm 9f33f00d35 Patch #80963 by Dries et al: fixed race condition in _block_rehash().
Backport from HEAD.
2007-03-25 20:50:26 +00:00
Steven Wittens 2f1edb4895 #124366: Change the default language codes for Norwegian Nynorsk and Norwegian Bokmål 2007-03-24 19:09:25 +00:00
Neil Drumm 9d278e3b84 #104969 by Wesley Tanaka. Sync the documentation comments. 2007-03-23 20:49:11 +00:00
Neil Drumm 00cc0002df #130427 by scor; includ INSTALL.txt along with the other files in robots.txt 2007-03-23 18:57:07 +00:00
Steven Wittens a4c9a9c617 #127941: Add index to users.created column. 2007-03-16 04:55:42 +00:00
Steven Wittens 8213324545 #126867: Reverting bad db_prefix_tables change. 2007-03-15 15:24:23 +00:00
Dries Buytaert b57c3e57a8 - Patch #125805 by dvessel: get rid of the search scrollbar. 2007-03-14 21:41:29 +00:00
Dries Buytaert 7e35097ed4 - Patch #127753 by ChrisKennedy and GreenMother: regex error with session.cookie_domain settings. 2007-03-14 19:33:40 +00:00
Dries Buytaert 7a45218edc - Patch #126867 by dmitrig01: fixed caching in presence of database prefixes. 2007-03-14 19:25:51 +00:00
Dries Buytaert 4a41ff2798 - Patch #125804 by tostinni: search.css not always properly included. 2007-03-14 18:32:01 +00:00
Dries Buytaert 8335aab274 - Patch #125636by hunmonk: fixed duplication checking on confirm forms. 2007-03-13 13:43:22 +00:00
Dries Buytaert a9f83f6189 - Patch #109404 by effennel: fixed typo in code comments. 2007-03-12 18:10:52 +00:00
Dries Buytaert 42e0a6058e - Patch #123940 by Gman: anchor to comment form is mis-labeled. 2007-03-12 13:08:36 +00:00
Steven Wittens 791f6251c7 #105031: Allow both upper and lower case for allowed protocols in XSS checks. 2007-03-12 01:38:12 +00:00
Neil Drumm b6d1519b35 - Patch #125418 by hunmonk: make #skip_duplicate_check easier to use.
Backport from HEAD
2007-03-09 04:05:35 +00:00
Dries Buytaert a5a16bde24 - Patch #121876 by Darren, Nedjo et al: drupal_to_js converts empty arrays to objects. 2007-03-08 19:34:17 +00:00
Dries Buytaert 5fef3a877e - Patch #117953 by Matt Westgate: make blog module hook_profile_alter friendly. 2007-03-07 12:41:19 +00:00
Dries Buytaert 1639a72c43 - Patch #122709 by kbahey: fixed SQL argument braino. 2007-03-07 12:31:21 +00:00
Neil Drumm a1614b8f51 #52878 by ChrisKennedy. Make nicer links in function documentation. 2007-03-07 03:55:13 +00:00
Neil Drumm 2dc9221e05 #114103 by adixon. Weight profile fields below the account information for the user registration page. 2007-03-07 03:39:59 +00:00
Neil Drumm 390f22138c - Patch #68690 by mindless: new attachments not shown.
Backport from HEAD.
2007-03-07 03:27:24 +00:00
Neil Drumm 55aa5e9ae8 - Patch #124727 by Moshe: node_access_rebuild should reuse the update facility to reload itself.
Backport from HEAD.
2007-03-07 03:12:42 +00:00
Neil Drumm 5ba30da629 - Patch #114822 by Neil et al: revision flag was ignored.
Backport from HEAD.
2007-03-07 03:04:40 +00:00
Dries Buytaert 8bf3f73148 - Patch #111830 by pwolanin: comment block sql incompatible with db_rewrite_sql. 2007-03-06 16:16:14 +00:00
Dries Buytaert 5198270167 - Patch #122824 by PMunn: fixed SQL query to be compatible with PostgreSQL. 2007-02-28 20:43:38 +00:00
Neil Drumm 9e775261bb #107358 by m3avrck, robert douglass, heine, eaton et al: Prevent multiple form processing: causing duplication of nodes/users.
Backport from HEAD.
2007-02-27 19:58:10 +00:00
Neil Drumm fc3d35ee95 #112556 by RobRoy. Match maxlength with the database. 2007-02-27 19:19:28 +00:00
Neil Drumm 526f50912f #32833 by fgm. Comment improvement. 2007-02-27 08:11:45 +00:00
Neil Drumm dc2f68cb4a #120146 by abautu. TRUNCATE TABLE is not ANSI SQL. 2007-02-27 08:08:56 +00:00
Neil Drumm 71d800eab9 #119128 by kkaefer. Use the correct argument for the theme configuration help. Backport from HEAD. 2007-02-27 07:52:21 +00:00
Neil Drumm 56ca7e9dfc #105405 by chx. Only display the web server information instead of attempting to check its randomness. 2007-02-14 04:48:57 +00:00
Neil Drumm e9dd883535 #114745 by moonray. Fix a sloppy if condition. 2007-02-14 04:30:33 +00:00
Neil Drumm 8be4fe8601 #118041 by kkaefer. fixed small braino in url(). Backport from HEAD. 2007-02-14 04:15:24 +00:00
Neil Drumm 7adde9f636 #117917 by chx, greg, webchick et al: fix problems with the automatic domain extraction -- prevents users from logging in. Backport from HEAD. 2007-02-14 04:11:24 +00:00
Neil Drumm 4a247fca04 #107051 by webchick. Avoid showing duplicates in 'Who's online' block. Backport from 6. 2007-02-11 00:24:36 +00:00
Neil Drumm a001ef6202 #107346 by asaddi. Postgres consitency fix. Backport from 6. 2007-02-11 00:20:31 +00:00
Neil Drumm 31d852ac75 #111537 by jpetso. Add #weight to content type editing screen buttons. 2007-02-11 00:17:58 +00:00
Steven Wittens b95cd6b62d Code style 2007-02-06 08:23:20 +00:00
Neil Drumm 4238342664 #115213 by dorpy. Backport from HEAD. Fix E_ALL problem. 2007-02-06 08:20:17 +00:00
Steven Wittens ff02f059f5 #104175: Fix disappearing fieldset title in firefox. 2007-02-06 08:13:06 +00:00
Neil Drumm ba90af9815 #113290 by maynich. Add missing t(). 2007-02-02 04:39:23 +00:00
Neil Drumm 4909acf064 #113286 by maynich. Added missing t(). 2007-02-02 04:34:07 +00:00
Neil Drumm 11dd5e18f9 '-' -> ' ' 2007-01-30 20:50:35 +00:00
Neil Drumm 06f6424e58 Setting up the version number for the 5.2 round of work. 2007-01-30 20:36:54 +00:00
Neil Drumm e10b2439a2 Patch by chx. Fix search menu structure again. 2007-01-29 23:36:39 +00:00
Neil Drumm 12bd111762 500-7002-AS 2007-01-29 21:51:53 +00:00