summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* - Patch #41548 by Neil: critical bugfix: theme didn't load when styles are used.Dries Buytaert2006-01-04
|
* - Modified patch #39697 by nedjo: enable sites to post information on their ↵Dries Buytaert2006-01-04
| | | | modules, themes.
* - Patch #35770 by DriesK: make node preview settings work.Dries Buytaert2006-01-04
|
* - Patch #42971 by markus_petrux: input format not correctly shown when ↵Dries Buytaert2006-01-03
| | | | editing a comment.
* - Patch #43032 by Steve Dondley: critical fix: can't update nodes by ↵Dries Buytaert2006-01-03
| | | | anonymous users.
* - Partial patch #43014 by wulff: added missing t() function to filter.module.Dries Buytaert2006-01-02
|
* - Patch #42057 by hunmonk and chx: made saving user accounts work again.Dries Buytaert2006-01-02
|
* - Patch 42498 by m3avrck: unified cron-trackers and added a section that ↵Dries Buytaert2005-12-31
| | | | lets you figure out whether cron is running (usability improvement).
* - Patch 42210 by Neil: Save whole node instead of saving taxonomy.Dries Buytaert2005-12-31
|
* - Patch 42591 by Simon/me: fixed problem with deleting forum and book revisions.Dries Buytaert2005-12-31
|
* - Patch 42115 by Cvbge/ m3avrck: improved performance of session loading.Dries Buytaert2005-12-31
|
* - Patch #42705 by Cvbge: added missing format_plural().Dries Buytaert2005-12-31
|
* - Patch 41169 by Chris: got rid of expensvie object 2 array casts.Dries Buytaert2005-12-31
|
* - #42828: Auto-p destroys alphanumeric named entities like ½Steven Wittens2005-12-31
|
* - #42234: Use standardized feed icon for RSSSteven Wittens2005-12-29
|
* - #42520: Improve translatability of menu admin helpSteven Wittens2005-12-29
|
* - #27230: Fix XHTML slash in XSS filterSteven Wittens2005-12-28
|
* - Patch #42520 by Cvbge: change text for easier translation.Dries Buytaert2005-12-28
|
* - Patch #41755 by Cvbge:Dries Buytaert2005-12-28
| | | | | | | 1. "int(10)" -> "int", fixed typo in index name [pgsql change only] 2. added defaults for uid and hostname (needed for both) 3. postgres supports "DROP column" syntax 4. added missing DELETEs for new table in poll_delete() and poll_update()
* - 'Contact us' -> 'Contact'Dries Buytaert2005-12-27
|
* - Patch #41755 by Neil: normalize poll.polled database column.Dries Buytaert2005-12-27
|
* - Bug #42107: redirect to the main page instead of to 'node'.Dries Buytaert2005-12-27
|
* - Patch #36465 by chx / Richard: made it possible to link to the front page.Dries Buytaert2005-12-27
|
* - 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 #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
|
* - Patch #41461 by spiderman: reset the default theme to bluemarine after reset.Dries Buytaert2005-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 #41474 by spiderman: no confirmation when deleting a path alias.Dries Buytaert2005-12-19
|
* - Patch #39179 by chx: improved validation of forms.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
|
* - 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
|
* - #41402: First search pass was too greedy with short words.Steven Wittens2005-12-16
| | | | - Minor code simplifications in search_parse_query()
* - Patch #41198 by matt/dopry: made the contact module validate the ↵Dries Buytaert2005-12-16
| | | | recipients' e-mail addresses.
* - 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 #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.