summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* #54151, Remove crufty code from contact module, patch by ZenGerhard Killesreiter2006-03-18
|
* #14591, User.module links for blocked/non-existant accounts + menu 403/404 ↵Gerhard Killesreiter2006-03-17
| | | | issue, patch by Steven and merlinofchaos
* #53628, Profile module: fapi conversion + minor fixes, patch by ZenGerhard Killesreiter2006-03-17
|
* #54508, remove extra </div>, patch by introfiniGerhard Killesreiter2006-03-17
|
* #52911, locale : fapi conversion + fixes, patch by Zen.Gerhard Killesreiter2006-03-17
|
* #54186, Uploads still listed on upload form after validation errors, patch ↵Gerhard Killesreiter2006-03-16
| | | | by timcn
* #50987: book next link breaks with php 5.1Steven Wittens2006-03-14
|
* #53956: Don't allow moving away top-level book pages if you cannot move them ↵Steven Wittens2006-03-14
| | | | back.
* - theme_placeholder to theme('placeholder')Steven Wittens2006-03-14
|
* #11206, Editing a top level book page inadvertently changes parent, patch by ↵Gerhard Killesreiter2006-03-14
| | | | chx.
* #53666, Invalid argument supplied for foreach() in upload_save, patch by ↵Gerhard Killesreiter2006-03-13
| | | | Markus Petrux
* - sa-2006-003: Session fixation issueSteven Wittens2006-03-13
|
* - RollbackSteven Wittens2006-03-13
|
* - sa-2006-001: Custom menu items are accessible to anyoneSteven Wittens2006-03-13
|
* #53654, remove module reset button, patch by Zen.Gerhard Killesreiter2006-03-12
|
* #53628, reformatting of profile.module. Patch by Zen.Gerhard Killesreiter2006-03-12
|
* - #47841: Sort help items alphabetically (and prettify output)Steven Wittens2006-03-12
|
* - Patch #53351 by Zen, tim et al: problem with unchecked taxonomy lists.Dries Buytaert2006-03-11
|
* - Patch #42358 by dopry et al: fixed problem with attaching files.Dries Buytaert2006-03-10
|
* - Patch #52092 by wtanaka, dopry and moshe: fixed regression with ↵Dries Buytaert2006-03-10
| | | | hook_file_download.
* - Reverting accidental commitSteven Wittens2006-03-10
|
* - Code cleanupSteven Wittens2006-03-10
|
* -bug #51522 by m3avrck, node teasers are emptyNeil Drumm2006-03-09
|
* #43032, Can't move forum topics created by anonymous (Authored by not set), ↵Gerhard Killesreiter2006-03-09
| | | | patch by Cvbge.
* #52586, node preview broken with php5, patch by gregglesGerhard Killesreiter2006-03-09
|
* #51635, Moving forum post leaving shadow copy results in warning, patch by ↵Gerhard Killesreiter2006-03-08
| | | | Zen/webchick
* #53012, make "Create new revision" respect node type settings, patch by ZenGerhard Killesreiter2006-03-08
|
* - Patch #52157 by Zen: can't edit path aliases.Dries Buytaert2006-03-08
|
* - Patch #51850 by chx, webchick et al: fixed various problems with ↵Dries Buytaert2006-03-08
| | | | db_rewrite_sql, made db_rewrite_sql slightly more robust.
* - Patch #52932 by Zen: fapi conversion + fixesDries Buytaert2006-03-08
| | | | | | | * fapi conversion. * Adds status messages, comments and language fixes. * Adds watchdog messages for category and feed additions and deletions. * Edit forms: checks for duplicates - title for category, title + url for feeds.
* - Patch #51522 by paddy: break at beginning doesn't workDries Buytaert2006-03-07
|
* - Patch #52850 by Zen: fapi conversion + minor fixesDries Buytaert2006-03-07
| | | | | | | * converts forum_admin to fapi. * handles invalid terms in hook_menu * adds comments, fixes typos etc. * reorganises functions a little bit - moves hook_menu to the top.. groups hooks together and forms together
* - Patch #52418 by Zen: fapi conversion + bug fixes.Dries Buytaert2006-03-07
|
* - Patch #52508 by TDobes: fixed theme system regressions.Dries Buytaert2006-03-07
|
* - Patch #51142 by markus: hook_comment not called for all update operations.Dries Buytaert2006-03-06
|
* - Patch #52324 by chx: fixed warnings when inserting locale strings.Dries Buytaert2006-03-06
|
* - Patch #51543 by wtanaka: clicking on 'add new comment' takes you to the ↵Dries Buytaert2006-03-06
| | | | wrong place.
* #52484 by chx: filter_form needs validationNeil Drumm2006-03-05
|
* - Patch #52265 by Zen: converted filter.module to file API:Dries Buytaert2006-03-04
| | | | | | | | | | * Converts filter.module to the fapi model (besides filter_admin_overview which has already been done.) * On the format edit screen, updates to the roles fieldset were being mangled with the previous code. The previous code relied on only checked checkboxes being returned. Fapi for some reason decides to insert non-checked items as well with values 0. * Makes the name field a UNIQUE field. DB and update patches included. Having a duplicate format name completely b0rks things. * Adds check_plain to the format name in admin_overview. * Removes unnecessary #type => 'markup'. * Moves hook_menu to below hook_help. * drupal_goto -> return.
* - Patch #50835 by markus: print message when replying to non-existing comment.Dries Buytaert2006-03-04
|
* - Patch #52433 by Zen: removed redundant db_escape_string().Dries Buytaert2006-03-04
|
* - Patch #52381 by Zen:Dries Buytaert2006-03-04
| | | | | | | * Converts the block administration page to the fapi model. * Removes some 'type=markup' elements. * Adds a form_render($form['form_id']); in the theme function. Adding a form_render($form) just outputs an unthemed form. I suspect this is because of the heavy nesting of form elements and the rather dodgy array declaration, but I'm unsure. * Documentation/language fixes.
* - Patch #52341 by m3avrck: corrected phpdoc.Dries Buytaert2006-03-04
|
* - Patch #52431 by Zen: simplified some code.Dries Buytaert2006-03-04
|
* - Patch #46746 by Matt: fixed inconsistent encoding of path aliases. Fixes ↵Dries Buytaert2006-03-03
| | | | broken URLs on profile pages.
* - Removing whitespaceDries Buytaert2006-03-03
|
* - Patch #47267 by joshk: made aggregator categorization work.Dries Buytaert2006-03-02
|
* - Patch #50821 by Zen/merlinofchaos: convert book.module to form API so the ↵Dries Buytaert2006-03-02
| | | | forms can be altered/themed.
* - Patch #51871 by merlinofchaos/zen: convert taxonomy.module to new form API ↵Dries Buytaert2006-03-02
| | | | so forms can be themed/altered properly.
* - #47844: Book module doesn't delete table entry for nodes added to outline.Steven Wittens2006-03-01
|