Fixing some of the "@return true" or "@return false", need to be "@return bool" and...
[lhc/web/wiklou.git] / includes / HTMLForm.php
2012-02-09 Sam ReedFixing some of the "@return true" or "@return false...
2012-02-09 Sam ReedFixing some of the "@return true" or "@return false...
2012-01-30 Aaron Schulz(bug 33992) - "Allow anon a formless purge with POST...
2012-01-30 Antoine Mussocomment mAction / whitespaces
2012-01-29 Jeroen De Dauwallow people to actually specify post targets with...
2012-01-28 Aaron SchulzReverted r109957 per slush (see CR comments)
2012-01-24 John Du HartAdd HTMLFormFields for namespaces and restriction level...
2012-01-19 Sam ReedDocumentation
2012-01-13 mrblueskyFixing comments
2012-01-13 Sam ReedA couple more for r108785
2011-12-31 Krinkle[Core JS] More fixing of global config variable usage
2011-12-23 John Du HartMoving the flatlist option to HTMLFormField to prevent...
2011-12-21 Jeroen De Dauwactually use the flipping cssclass arg, so its possible...
2011-12-13 Jeroen De Dauwadd missing deprecation notices and added deprecation...
2011-12-06 Brion VibberRevert r104353, r104354, r104356, r104358, r104383...
2011-11-28 John Du HartFollowup r104353, updating Special:ProtectedTitles
2011-11-27 John Du HartThis is the rework I was talking about in r104318 for...
2011-11-16 John Du HartFollowing r100264, update usages in core
2011-11-13 Alexandre EmsenhuberRemoved usage of $wgUser in block and unblock processing:
2011-11-01 Antoine Mussocheckbox could not be checked through URL parameter
2011-10-31 Roan KattouwOn the preferences form, make preferences and other...
2011-10-26 Roan KattouwMake indentation consistent in HTMLForm doc comment
2011-10-23 John Du HartAdding functions to HTMLForm for explicitly setting...
2011-10-23 John Du HartHTMLForm is now a context source.
2011-10-23 John Du HartAdding flatlists to HTMLRadioField, sort of like HTMLMu...
2011-10-23 John Du HartFollow up r100512, adding @since tags and using wfMessage
2011-10-22 John Du HartRemoving extra stuff that was committed in r100512
2011-10-22 John Du HartAdding functions to HTMLForm for setting the submitText...
2011-10-17 Happy-melon(bug 31405) block reason preload. Patch by Brad Jorsch.
2011-10-17 Happy-melonType hinting
2011-10-09 Alexandre Emsenhuber* Use the context when building the preferences form...
2011-10-08 John Du HartAdd a method to HTML for getting just the HTML (As...
2011-09-22 Brion Vibber* (bug 31089) Fix regression in Special:Block reasons...
2011-09-15 Daniel FriesenUse IContextSource instead of RequestContext inside...
2011-08-25 Roan KattouwFollowup r92155, move preferences-specific code introdu...
2011-08-24 Sam ReedRevert r95408, breaks preferences
2011-08-24 Sam ReedRevert changes to HTMLForm from r92155
2011-08-23 John Du Hart(bug 30335) Fix for HTMLForms using GET breaking when...
2011-08-02 Chad Horohoew/s fix for r92882
2011-07-22 Aaron SchulzDocument parameter in loadInputFromParameters
2011-07-18 Sam ReedUpdate code comments that point to 1.18 to point to...
2011-07-14 Leo KoppelkammRestructure tab code of mediawiki.special.preferences...
2011-07-11 Leo Koppelkammuse tab name, not tab index for anchors on Special...
2011-07-09 Robin PepermansBug 29792: notice undefined index 'other' due to my...
2011-07-09 Robin PepermansAllow the 'other' parameter for HTMLForm selectorother...
2011-07-08 Leo KoppelkammHTMLForm: Add option to output a title for a fieldset...
2011-07-04 Alexandre EmsenhuberChanged calls to Linker::tooltipAndAccesskeyAttribs...
2011-06-30 Bryan Tong MinhFollow-up r80988: fix function documentation
2011-06-27 Happy-melon(bug 29511) block dropdown reasons should be in wiki...
2011-06-17 Sam ReedFix more __get() calls on RequestContext
2011-05-28 Sam ReedAnd some more....
2011-05-25 Mark A. HershbergerMisc EOL w/s and spaces-instead-of-tabs fixes. One...
2011-05-24 Alexandre EmsenhuberSimplify message existence checks by using wfMessage...
2011-05-17 Siebrand MazelandUse consistent notation for "@todo FIXME". Should updat...
2011-05-04 Sam ReedDocumentation
2011-04-25 Siebrand MazelandRevert r86872: Breaks LiquidThreads page moves with...
2011-04-25 Happy-melonImplement an interface and abstract class to hold the...
2011-04-23 Happy-melonSome type-hinting and documentation in HTMLForm.php
2011-04-13 Happy-melonLook mum, no globals! Implement a RequestContext for...
2011-04-01 Happy-melonFollow-up r85025: fix the you're-trying-to-block-yourse...
2011-03-27 Happy-melonFollow-up r83907: abstract the flatlist mode into a...
2011-03-26 Happy-melonTopple the last bastion of global-function-based specia...
2011-03-24 Happy-melonRefactor the get-legend-for-section-fieldset logic...
2011-03-14 Happy-melonSome tweaks to HTMLMultiSelect form to make it play...
2011-03-13 Niklas LaxströmFollow-up r83809 r83810: improved documentation
2011-03-13 Niklas LaxströmHTMLForm:
2011-03-12 Happy-melonFollow-up r83755: @deprecated @since is wrong, doesn...
2011-03-12 Happy-melonFollow-up r83298: keep the two elements of the message...
2011-03-07 Antoine MussoRemove second parameters from wfEmptyMsg() calls
2011-03-05 Happy-melonFollow-up r83280; looks like I accidentally deprecated...
2011-03-05 Happy-melonHTMLFormField class to build a select-dropdown-with...
2011-03-05 Happy-melonFollow-up r83183, r83202:
2011-02-16 Happy-melonrevert r82283, loads of unrelated changes
2011-02-16 Happy-melonCreate a user.groups module in ResourceLoader, which...
2011-02-02 Bryan Tong MinhFollow-up r77640: Check whether there are errors before...
2011-01-27 Bryan Tong Minh(bug 26929) Introduced the edittools-upload message...
2011-01-25 Bryan Tong MinhHTMLForm: All section headers and footers. Added an...
2011-01-14 Antoine Mussobug 10158 : do not mention allowing others to contact...
2011-01-04 Tim StarlingFix for bug 26561: clickjacking attacks. See the bug...
2010-12-18 Happy-melonNicer way of doing r78566, and also one which won't...
2010-12-18 Happy-melonr52070 breaks the use of optgroups etc: array(...)...
2010-12-15 Happy-melonFollow-up r78445: don't spam a useless edit token into...
2010-12-15 Happy-melonClean up the running mess that is r64866, r65040, and...
2010-12-15 Happy-melonFollow-up r78445: validation errors would never be...
2010-12-15 Happy-melonAllow HTMLForms to be submitted by GET requests.
2010-12-15 Happy-melonBetter regexes for r78246.
2010-12-15 Neil Kandalgaonkarrefactored HTMLForm show() into three methods, in case...
2010-12-12 Happy-melonFollow-up to r64866: follow the HTML5 spec when validat...
2010-12-03 Alexandre EmsenhuberAllow the submit callback function to return a Status...
2010-11-11 Bryan Tong MinhFix fail from r57867: tooltip param was never used...
2010-10-14 Sam ReedBig attack on unused variables...
2010-09-04 PlatonidesFollow-up r72349.
2010-09-04 Roan KattouwMerging resourceloader branch into trunk. Full document...
2010-08-13 Sam ReedRemove some more unused variables
2010-07-02 Andrew GarrettRemove double-wrapping in trs
2010-07-02 Andrew GarrettAdd vertical-label option to HTMLForm, for CommunityHiring
2010-05-30 Aryeh GregorRemove most named character references from output
2010-05-30 Siebrand MazelandRan stylize.php, removed trailing whitespace, updated...
2010-05-24 Alexandre Emsenhuberremoved unused variable
2010-05-05 Andrew GarrettSome weird people are using HTMLForm without a submissi...
next