summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - #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
|
* - Patch #40886 by chx: fixed problem with recursive/nested node API calls ↵Dries Buytaert2005-12-14
| | | | manipulating the same array references.
* - Patch #40816 by Morbus: fixed bug with assigning news item the correct ↵Dries Buytaert2005-12-14
| | | | category.
* - Patch #40975 by chx: filter_format no longer supports multiple filtered areas.Dries Buytaert2005-12-14
|
* - Patch #40630 by Morbus: made sure $teaser is always defined.Dries Buytaert2005-12-14
|
* - Patch #41109 by chx: fixed problem with _node_name() returning NULL ↵Dries Buytaert2005-12-14
| | | | instead of array() when there are no node types.
* - Patch #40765 by chx: fixed problem with form types.Dries Buytaert2005-12-14
|
* - Patch #40532 by wtanaka: use longblog for data in the cache. Is reported ↵Dries Buytaert2005-12-13
| | | | to fix utf-8 problems and improves consistency with PostgreSQL.
* - Patch #39462 by Cvgbe:Dries Buytaert2005-12-12
| | | | | | | | | 1. fixed problem with long URLs being truncated (and causing errors) 2. added CREATE UNIQUE INDEX to prefix.sh 3. changed totalcount from int to bigint to prevent overflow 4. unifies index names, syncs with database.mysql Updated changelog.
* - Patch #40393 by Richard: fixed permissions of URL settings on node ↵Dries Buytaert2005-12-12
| | | | submission page.
* - Patch #40795 by Richard: fixed problem with editing menu items.Dries Buytaert2005-12-12
|
* - Patch #40855 by Ber: fixed typo in watchdog message.Dries Buytaert2005-12-12
|
* - Patch #29060 by tostinne/ax: added tabindex to user login page.Dries Buytaert2005-12-11
|