summaryrefslogtreecommitdiff
path: root/includes/common.inc
Commit message (Collapse)AuthorAge
* #97941 by webchick. Consistent defaults for 'site_name' variable.Neil Drumm2006-11-25
|
* - Patch #98293 by Steven: remove restrictions on path aliases.Dries Buytaert2006-11-21
|
* - Patch #98688 by greggles: string cleanup. Follow RFC2606 and use ↵Dries Buytaert2006-11-21
| | | | example.com for domain name examples. Core uses that consistently so make sure your contributed modules do too.
* #93882 by skeen. sites/all/* was being scanned instead of sites/all/module/*.Neil Drumm2006-11-16
|
* #91624 by chx and RobRoy. PHP has an inconsistentcy about magic quoting ↵Neil Drumm2006-11-16
| | | | which we have to work around.
* #89059 by jvandervort, andeeeb, and Shakur. Decode destination path.Neil Drumm2006-10-31
|
* #90508 by Heine and the security team. Every form gets a token.Neil Drumm2006-10-31
|
* - Patch #88287 by asimmonds, dww et al: installer doesn't support modules ↵Dries Buytaert2006-10-23
| | | | outside root/modules directory. Critical bugfix.
* #84188 by plumbley, pwolanin, and nickl. Fix some PHP notices.Neil Drumm2006-10-17
|
* - Clarify utf-7 exploit in drupal_set_header()Steven Wittens2006-10-17
|
* - Patch #82741 by Wesley: fixed incorrect comparison in url().Dries Buytaert2006-10-15
|
* - Patch #40209 by pascal and jvandyk: added missing semicolon to URL validation.Dries Buytaert2006-10-09
|
* - Patch #82045 by chx, eaton et al: fixed nodeapi.Dries Buytaert2006-10-05
|
* #70995: Prevent cron re-runsSteven Wittens2006-10-03
|
* #70742 yched and beginner. Fix magic quotes on files.Neil Drumm2006-09-27
|
* #82524 by Heine and AjK. Remove use of array_walk(), which was causing ↵Neil Drumm2006-09-07
| | | | segfaults in this case.
* - Removing stray whitspaces.Dries Buytaert2006-09-07
|
* #54238 by gopherspidey and fago. Don't cache pages with messages.Neil Drumm2006-09-07
|
* Don't include drupal.js if there is no JS on the pageSteven Wittens2006-09-01
|
* Didn't mean to commit that yet.Neil Drumm2006-09-01
|
* That help text was in the 40x messages.Neil Drumm2006-09-01
|
* #69786: jQuery JavaScript Library in Drupal coreSteven Wittens2006-08-31
|
* - Patch #72290 by killes: split up the cache table.Dries Buytaert2006-08-30
|
* - Patch #79622 by Dries: added views to see the most popular search terms,Dries Buytaert2006-08-29
| | | | | the most important 404s and 403s. This makes the watchdog data easier to use. Improved consistency of the 'amdminister > logs' section.
* #80739 by chx. Correct drupal_goto() documentation.Neil Drumm2006-08-26
|
* - Patch #80201: don't show blocks when serving a 404. Saves CPU and bandwidth.Dries Buytaert2006-08-23
|
* - Patch #76637 by timcn: fixed incorrect variable name.Dries Buytaert2006-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
|
* - 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
|
* - 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
* #77183 by m3avrck and timcn, split up drupal.css by module.Neil Drumm2006-08-14
|
* - 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 #77422 by timcn: corrected various paths in the documentation.Dries Buytaert2006-08-07
|
* - Patch #73961 by m3avrck, timcn, et al: simplify adding CSS in Drupal.Dries Buytaert2006-08-03
|
* - Patch #61893 by timnc: remove message_na().Dries Buytaert2006-07-29
|
* #73615 by chx, Eaton, and Steven, Provide the full range of Drupal functions ↵Neil Drumm2006-07-19
| | | | to .install files
* #74070: urlencode to drupal_urlencode()Steven Wittens2006-07-18
|
* #74109: format_rss_channel() does not allow attributes (+ clean up code)Steven Wittens2006-07-17
|
* - Patch #71194 by Goba: introducing hook_mail_alter(), chaning user_mail() ↵Dries Buytaert2006-07-10
| | | | to drupal_mail().
* - Patch #72204 by nedjo: upper-cased all TRUE/FALSE/NULL constants.Dries Buytaert2006-07-05
|
* - Patch #71389 by agentrickard, sime, me et al: removed limitations of ↵Dries Buytaert2006-07-02
| | | | number of access control rules and boxes.
* #68886 by myself and Steven, Handle ampersands in search queries and other ↵Neil Drumm2006-07-02
| | | | URLs when clean URLs are on
* - Patch #65801 by Moshe et al: fixed locale initialization slowness.Dries Buytaert2006-06-08
|
* Arbitrary spacing cleanup I found in my development checkout.Neil Drumm2006-05-22
|