summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - Patch #40631 by Chris Johnson: added missing isset().Dries Buytaert2005-12-27
|
* - Patch #41118 by Goba: various upgrade script fixes.Dries Buytaert2005-12-26
|
* - Patch #42343 by wulff: added 2 missing t() functions.Dries Buytaert2005-12-26
|
* - Patch #28159 by chx: removed some dead code from the search module's form.Dries Buytaert2005-12-26
|
* - Patch #42341 by wulff: added missing t() function.Dries Buytaert2005-12-26
|
* - Patch #42294 by Cvbge: feed title not logged correctly.Dries Buytaert2005-12-26
|
* - Patch #39179 by chx et al: fix checkboxes #default_values.Dries Buytaert2005-12-26
|
* - Patch #41594 by Richard: improved upgrade path of primary and secondary links.Dries Buytaert2005-12-24
|
* - Patch #42153 by Junyor: slight clean-up of node_revision_delete().Dries Buytaert2005-12-24
|
* - #41744: global urlencode() for menu pathsSteven Wittens2005-12-22
|
* - Patch #41914 by Robert: modules page producing duplicate entry database ↵Dries Buytaert2005-12-22
| | | | errors.
* - Patch #30098 by killes: node revisions should only be viewable by admins.Dries Buytaert2005-12-22
|
* - #41973: Ensure -\>changed and -\>created are equal on node creationSteven Wittens2005-12-22
|
* - JS Updater: stop monitoring progress when 100% is reached (can lead to ↵Steven Wittens2005-12-21
| | | | infinite refresh loops in Safari)
* - Patch #41461 by spiderman: reset the default theme to bluemarine after reset.Dries Buytaert2005-12-21
|
* Fix JS in:Steven Wittens2005-12-21
| | | | | - #31968: IE - #41743: Safari
* - Oopsie, faulty rcsmergeSteven Wittens2005-12-21
|
* - Clarifying Opera bug to Opera 8Steven Wittens2005-12-21
|
* - #34826: Search results don't include last part of longer pagesSteven Wittens2005-12-21
|
* Search.module:Steven Wittens2005-12-21
| | | | | | | | | - #41897: Dead variable (remove_short) - #39117: Fix chinese search problem - Fix bug with and OR queries - Add smarter highlighting for CJK strings - Add message about minimum word length to user - Improve code comments
* - Patch #41751 by Neil: don't fiddle with button margins.Dries Buytaert2005-12-20
|
* - Patch #41474 by spiderman: no confirmation when deleting a path alias.Dries Buytaert2005-12-19
|
* - Patch #41023 by wtanaka: custom form elements can't cleanly set a value ↵Dries Buytaert2005-12-19
| | | | for themselves.
* - Patch #39179 by chx: improved validation of forms.Dries Buytaert2005-12-19
|
* - Patch #40677 by Steven: make the updater work again.Dries Buytaert2005-12-19
|
* - Patch #38999 by saerdna: There's no need that users with the "administer ↵Dries Buytaert2005-12-19
| | | | comments" role has to go via admin/comments to delete comments. this patch simply adds the delete link on each comment if you have administer comments role. "access administration pages" not needed; because if they not have it they can still delete from admin/comments.
* - Patch #39043: changing the size of the search box back to 20 ...Dries Buytaert2005-12-19
|
* - Patch #41305 by chx: user edit form submit model rewrite.Dries Buytaert2005-12-19
|
* - Fix minimum_word_size default valuesSteven Wittens2005-12-18
|
* - Patch #41437 by webchick: improved code comments.Dries Buytaert2005-12-17
|
* - Code styleSteven Wittens2005-12-17
|
* - Patch #41124 by amanuel/owe: make the logo upload work.Dries Buytaert2005-12-16
|
* - Patch #41276 by walkah/chx: blog api fixes for new forms api.Dries Buytaert2005-12-16
|
* - Missing array() in updates.inc, caused foreach warning at the end.Steven Wittens2005-12-16
|
* - #41402: First search pass was too greedy with short words.Steven Wittens2005-12-16
| | | | - Minor code simplifications in search_parse_query()
* - Patch #40677 by Thox: make the upgrade path work in Opera.Dries Buytaert2005-12-16
|
* - Patch #41198 by matt/dopry: made the contact module validate the ↵Dries Buytaert2005-12-16
| | | | recipients' e-mail addresses.
* - Patch #41385 by Thox: made the upload.module work again.Dries Buytaert2005-12-16
|
* - Patch #36079 by James: fixed date handling in blogapi.module.Dries Buytaert2005-12-16
|
* - Patch #40813: Taxonomy forms should be in a fieldset.Dries Buytaert2005-12-16
|
* - Patch #40486 by chx/netbjarne: duplicate form id's breaks html validation.Dries Buytaert2005-12-15
|
* - Patch #40847: after menu reset, primary and secondary menus need to be ↵Dries Buytaert2005-12-15
| | | | recreated.
* - Modified patch #41120 by chx: profile category 'account' overwrites ↵Dries Buytaert2005-12-15
| | | | regular user fields.
* - Patch #41081 by billturner: fixed problem with the comment settings form.Dries Buytaert2005-12-15
|
* - Patch #34920 by Morbus/webchick/tangent: fixed order of form fields.Dries Buytaert2005-12-15
|
* - Patch #41133 by DriesK: as of PHP 5.1.0, strtotime() returns FALSE on ↵Dries Buytaert2005-12-15
| | | | | | failure instead of -1. Changed code to be compatible with all versions.
* - Patch #41211 by Neil: de-dupe XML namespaces in RSS automatically.Dries Buytaert2005-12-15
|
* - Patch #40631 by Chris Johnson: is_array() slower than isset() or empty().Dries Buytaert2005-12-14
|
* - Patch #40631 by Chris Johnson: is_array() slower than isset() or empty().Dries Buytaert2005-12-14
|
* - Patch #41165 by Morbus: removed rss doctype.Dries Buytaert2005-12-14
|