summaryrefslogtreecommitdiff
path: root/includes
Commit message (Collapse)AuthorAge
* - Patch #76637 by timcn: fixed incorrect variable name.Dries Buytaert2006-08-23
|
* #76525 by asimmonds. Fixing another call to an undefined function.Neil Drumm2006-08-23
|
* #79733 by Darren Oh. Fix a call to an undefined function.Neil Drumm2006-08-23
|
* - Patch #66569 by m3avrck: Consolidate the drupal_add_link() calls.Dries Buytaert2006-08-23
|
* #66569 by m3avrck. Put all the feed icons in the same place.Neil Drumm2006-08-23
|
* #79577 by chx. Cleanup- remove $posted and only set $edit if needed.Neil Drumm2006-08-23
|
* #77479 by RayZ. drupal_is_front_page() now works if the front page path is ↵Neil Drumm2006-08-23
| | | | an alias.
* - Patch 79614 by justin: make redirection work.Dries Buytaert2006-08-22
|
* - Patch #76444 by chx, moshe, eaton, angie et al: make it possible to ↵Dries Buytaert2006-08-22
| | | | control access to form elements.
* - Patch #76637 by timnc: streamline JavaScript addition and add settings ↵Dries Buytaert2006-08-22
| | | | storage.
* #50025 by doq. Use aliased urls for the destination parameter.Neil Drumm2006-08-21
|
* #79511 by timcn. Clean up some notices.Neil Drumm2006-08-21
|
* - Patch #79428 by Chris Johnson: remove int display width declarations from ↵Dries Buytaert2006-08-20
| | | | MySQL create table statements.
* #79601: module_exist() -> module_exists()Steven Wittens2006-08-20
|
* - Patch #79166 by hunmonk: fixed session breakage.Dries Buytaert2006-08-18
|
* - Patch #77919 by chx, eaton, moshe, et al: enable programmaticaly submitted ↵Dries Buytaert2006-08-18
| | | | forms via the pull model.
* - Fixing t() patch mess upSteven Wittens2006-08-18
|
* #76802: Introduce placeholder magic into t()Steven Wittens2006-08-18
| | | | See: http://drupal.org/node/64279#t-placeholders
* - Patch #39382 by smsimms / sammys et al: make PostgreSQL password optional.Dries Buytaert2006-08-18
|
* #2039 by Boris Mann ("My first diff to the list"), moshe weitzman, and David ↵Neil Drumm2006-08-17
| | | | Lesieur, nested lists.
* - Patch #78364 by chx: remove pager cruft.Dries Buytaert2006-08-16
|
* - Patch #node/76931 by Robert: improved performance of Drupal's session ↵Dries Buytaert2006-08-16
| | | | handling.
* #77183 (again) by m3avrck, add standard CSS to the maintenance pages.Neil Drumm2006-08-15
|
* #77183 by m3avrck and timcn, split up drupal.css by module.Neil Drumm2006-08-14
|
* #67244 by Steve Dondley and Morbus Iff, write out a more compatible ↵Neil Drumm2006-08-14
| | | | files/.htaccess.
* - Patch #78328 by Bart: fixed incorrect EtagDries Buytaert2006-08-12
|
* - Patch #66361 by asimmonds: fixed the ISO 639 language code for Welsh. ↵Dries Buytaert2006-08-11
| | | | Interesting stuff.
* - Patch #74326 by Eaton, Royboy, chx, et al: building $node->body with ↵Dries Buytaert2006-08-10
| | | | | | arrays like FAPI for viewing. Once again, we're paving the path for CCK in core ... :)
* - Patch #76958 by forngren, dww et al: make it a tad easier to run cron ↵Dries Buytaert2006-08-09
| | | | manually.
* - Patch #77549 by adrian: install profiles should be in their own directory.Dries Buytaert2006-08-08
|
* - Patch #77422 by timcn: corrected various paths in the documentation.Dries Buytaert2006-08-07
|
* #72545 by pwolanin, validation for upload module administration.Neil Drumm2006-08-06
|
* Fixing the CSS for theme maintainence and install pages.Neil Drumm2006-08-05
|
* #73884 by RobRoy, various code cleanup.Neil Drumm2006-08-05
|
* - Patch #76681 by sammys: PostgreSQL support for install system. Woot! :)Dries Buytaert2006-08-04
|
* #76741: Allow <th> tags for theme_table cellsSteven Wittens2006-08-03
|
* - Forgot this with last commit.Dries Buytaert2006-08-03
|
* - Patch #70521 by Grugnog2 et al: fixed 'double logins', caching, and ↵Dries Buytaert2006-08-03
| | | | logging in and out.
* - Patch #73961 by m3avrck, timcn, et al: simplify adding CSS in Drupal.Dries Buytaert2006-08-03
|
* #76209: (Eaton et al)Steven Wittens2006-08-03
| | | | | - Make installer code integrate better with module.inc / system.module - Fix schema version bug when installing core
* #75264: Redirect uninstalled default Drupal site to install.phpSteven Wittens2006-07-31
|
* #68926: Fix MySQLi installation (was not committed properly)Steven Wittens2006-07-31
|
* - Patch #72079 by Earl et al: give Drupal an overall administration page ... :-)Dries Buytaert2006-07-31
|
* - Patch #61893 by timnc: remove message_na().Dries Buytaert2006-07-29
|
* #74997 by dww, add db_table_exists()Neil Drumm2006-07-26
|
* - Patch #74660 by Eaton: make drupal_get_form() more granular and improved ↵Dries Buytaert2006-07-22
| | | | the code comments.
* - Patch #74744 by jhenry: 304 handling should send an ETag to meet the ↵Dries Buytaert2006-07-22
| | | | HTTP/1.1 spec.
* #73615 by chx, Eaton, and Steven, Provide the full range of Drupal functions ↵Neil Drumm2006-07-19
| | | | to .install files
* #73609 by jvandyk, add a comment explaining token unsetting.Neil Drumm2006-07-19
|
* #74070: urlencode to drupal_urlencode()Steven Wittens2006-07-18
|