Commit Graph

7508 Commits (7b7ab29a22099da05c6e287847561194f9762981)

Author SHA1 Message Date
Dries Buytaert 27388f6655 - Patch #149176 by chx, David et al: getting rid of the sequences table, using db_last_insert_id() instead of db_next_id(). 2007-06-05 12:13:23 +00:00
Dries Buytaert 745222200e - Patch #144746 by drewish: fixed menu_router schema. 2007-06-05 09:33:57 +00:00
Dries Buytaert b0735a04d7 - Patch #147145 by David Strauss: remove mysql (no i) as an option when mysqli is available. 2007-06-05 09:26:42 +00:00
Dries Buytaert 2a3744c572 - Patch #149339 by Ted: removed unnecessary heavy query. 2007-06-05 09:22:22 +00:00
Dries Buytaert c4d170c961 - Patch #147656 by pwolanin and chx: menu module update for Drupal 6. 2007-06-05 09:15:02 +00:00
Dries Buytaert 20b0af0b53 - Patch #101319 by forngren: add access check to revision log. 2007-06-04 16:46:48 +00:00
Dries Buytaert e629deb94d - Patch #146667 by Jeff Eaton: form API fixes. 2007-06-04 15:56:34 +00:00
Dries Buytaert f16f70a89e - Patch #146667 by yched: FAPI fix. 2007-06-04 13:11:34 +00:00
Gábor Hojtsy e31d3bdc24 #148943 by yhager: Right-to-left CSS files for Marvin and Chameleon themes, background image fixed by myself 2007-06-04 11:10:38 +00:00
Gábor Hojtsy 0fe9be0b6e #146462 by Gurpartap Singh: update jQuery to 1.1.2 and make the core JS files compatible with the new version 2007-06-04 10:36:42 +00:00
Dries Buytaert 5c09cfabb9 - Patch #101319 by webchick and forngren: put log message in collapsible fieldset if revisions not enabled. 2007-06-04 07:46:33 +00:00
Dries Buytaert a6c8a06c5b - Patch #148972 by drewish: use correct sequence. 2007-06-04 07:31:59 +00:00
Dries Buytaert 19b8132289 - Patch #148974 by hunmonk: fixed whois online block on PostgreSQL. 2007-06-04 07:24:53 +00:00
Dries Buytaert 1fe90cba4f - Patch #146667 by Eaton: correct builder argument ordering, eliminate redundant arguments 2007-06-04 07:22:23 +00:00
Dries Buytaert 712c5758ff - Patch #148744 by catch: fixed some code comments. 2007-06-03 06:17:58 +00:00
Dries Buytaert 3f7364b914 - Patch #148652 by JohnAlbin: fixes 'undefined index' notices in installer. 2007-06-02 11:06:39 +00:00
Gábor Hojtsy 9f45292d77 #114938 by mistknight, but simplified: wrap ndoe admin query in db_rewrite_sql() 2007-06-01 11:17:44 +00:00
Steven Wittens a6c3b716d3 #119441: JavaScript aggregator/compressor by m3avrck and others. (tweak) 2007-06-01 09:49:11 +00:00
Dries Buytaert e6cf1995bf - Patch #148491 by chx: made John the XML-RPC maintainer. 2007-06-01 09:42:44 +00:00
Dries Buytaert 7744bd90c5 - Patch #147873 by hswong3i: made an SQL query Oracle-friendly. 2007-06-01 09:40:40 +00:00
Dries Buytaert 7b053cc92c - Patch #103079 by yched: check_plain('') returned </p> 2007-06-01 09:39:10 +00:00
Dries Buytaert 02b9c0e0cd - Patch #148167 by bjaspan: clear schema cache when modules are enabled/disabled. 2007-06-01 09:37:16 +00:00
Steven Wittens 7f8b191781 #119441: JavaScript aggregator/compressor by m3avrck and others. 2007-06-01 09:05:45 +00:00
Dries Buytaert 21e3e4b490 - Patch #136067 by ChrisKennedy: fixed required-attribute of password fields. 2007-05-31 12:36:18 +00:00
Dries Buytaert 41542ef053 - Patch #101268 by webernet et al: improve the usability of feed icons. 2007-05-31 12:14:04 +00:00
Dries Buytaert 24038816f3 - Patch #141957 by add1sun: improved consistency of messags. 2007-05-31 12:03:18 +00:00
Dries Buytaert 95a84de389 - Patch #147761 by ChrisKennedy: SQL bugfix. 2007-05-31 11:56:12 +00:00
Dries Buytaert 97a09cb998 - Patch #147873 by hswong3i: menu SQL fix. 2007-05-31 11:54:39 +00:00
Dries Buytaert e5738122cb - Patch #148089 by ChrisKennedy: fixed clean URL test on Safari. 2007-05-30 20:18:14 +00:00
Gábor Hojtsy fd9dc74c9d Some RTL CSS files had wrong CVS Id comments, fix that 2007-05-30 18:28:14 +00:00
Dries Buytaert e9c11ad72f - Patch #147873 rollback. 2007-05-30 15:26:33 +00:00
Dries Buytaert 86e09fa401 - Patch #147692 by hswong3i: gives SQL backends more control over db_query(). 2007-05-30 09:11:21 +00:00
Dries Buytaert 682c4cc2e7 - Patch #147873 by hswong3i: made menu.inc Oracle-friendly. 2007-05-30 08:35:56 +00:00
Dries Buytaert 9c79a1f8a0 - Patch #147761 by hswong3i: made dblog Oracle-friendly. 2007-05-30 08:34:12 +00:00
Dries Buytaert 4fd54aabc5 - Patch #115267 by drewish, dopry et al: simplified file uploads code, improved file API, centralized file validation, implemented quotas and fixed file previews. 2007-05-30 08:08:59 +00:00
Dries Buytaert 3568709803 - Patch #144295 by Gurpartap Singh: forum module fixes. 2007-05-30 08:04:38 +00:00
Dries Buytaert d675c01f97 - Patch #147880 by hswong3i: improved copmatibility of SQL query. 2007-05-30 06:24:06 +00:00
Dries Buytaert 8a4451e3ca - Patch #146470 by ax: fixed typo in Form API3 conversion. 2007-05-29 16:06:07 +00:00
Gábor Hojtsy 4d8f12f9c0 #147265 by z.stolar: RTL styles for Bluemarine (part 2) 2007-05-29 14:58:25 +00:00
Gábor Hojtsy 8f0870f31e #147265 by z.stolar: RTL styles for Bluemarine 2007-05-29 14:57:50 +00:00
Gábor Hojtsy 36e87e190c #147640 by Jose A Reyero with further cleanup by myself: add language code to localization functions
This makes it possible to call these functions with a given language code when sending emails to multiple users with different languages in a request for example.
2007-05-29 14:37:49 +00:00
Dries Buytaert af34a17925 - Patch #147285 by drewish: add db_rename_table(). 2007-05-29 11:36:33 +00:00
Dries Buytaert 556ef56c52 - Patch #147417 by robertDouglas: only save cookie for anonymous users. 2007-05-29 06:27:37 +00:00
Dries Buytaert d80ec0f421 - Patch #147501 by yched: fixed reordering of parameters in batch engine. 2007-05-29 06:24:06 +00:00
Dries Buytaert a55c0d676b - Patch #145135 by bjaspan and stefan: xhtml compliance. 2007-05-28 18:53:29 +00:00
Dries Buytaert 3b32bb6fc2 - Patch #146470 by Eaton: install.php was hard-calling the user module's internal FAPI functions, and that line had been missed. 2007-05-28 18:50:49 +00:00
Dries Buytaert ee2afa19d0 - Patch #145058 by pwolanin: update parents when a child is deleted. 2007-05-28 06:24:41 +00:00
Dries Buytaert 7131fd5313 - Patch #146536 by nedjo: typo programed -> programmed 2007-05-28 06:20:28 +00:00
Dries Buytaert 5d35dbd3d4 - Patch #147034 by webchick: removed redundant dependency checking. 2007-05-28 06:19:05 +00:00
Dries Buytaert 96926ca047 - Patch #146470 by Eaton et al: standardize form API3 hook parameter order. 2007-05-28 06:08:47 +00:00