Misc EOL w/s and spaces-instead-of-tabs fixes. One day I'll get around to nagging...
[lhc/web/wiklou.git] / includes / HTMLForm.php
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...
2010-05-03 Andrew GarrettHTMLForm: Throw exceptions in some circumstances
2010-04-18 Alexandre EmsenhuberPer report on translatewiki: "namespaces to search...
2010-04-14 Happy-melonFrom r64866, more consistent behaviour of hidden field...
2010-04-10 Happy-melonFollow-up to r64866 - add message, and apply the same...
2010-04-10 Happy-melonImprovements and fixes to HTMLForm:
2010-03-15 Roan Kattouw(bug 19627) Fix regression from r57867 where HTMLForm...
2010-03-13 Happy-melonHTMLSubmitField is more useful as an inline button...
2009-12-30 Raimond SpekkingTweak 'HMTL 5' -> 'HTML5' per suggestion on translatewi...
2009-11-26 Tim StarlingRemoved JS2 work (has been moved to the js2-work branch...
2009-11-19 Aryeh GregorAvoid pointless $wgHtml5 checks
2009-11-16 Andrew GarrettFix incompatibility with PHP<5.2
2009-11-14 Siebrand MazelandUpdate break notation to self enclosed and properly...
2009-10-19 Bryan Tong MinhParse the edittools message so that it actually works...
2009-10-18 Bryan Tong MinhUpdate HTMLForm for upcoming Special:Upload rewrite.
2009-10-09 Bryan Tong Minh* Add file and textarea support to HTMLForm.
2009-09-30 Happy-melonRecommit r56947, partially overwritten in r57024.
2009-09-28 Happy-melonRecommit some of the 'backend' stuff from the Login...
2009-09-26 Happy-melonFix bug in HTMLForm where password fields only got...
2009-09-26 Brion VibberRevert broken rewrite of login system; totally broken.
2009-09-24 Happy-melonImprove HTMLForm's support for adding content in and...
2009-09-22 Happy-melonAllow extra buttons and hidden fields to be included...
2009-09-20 Happy-melonDocument and tidy HTMLForm.php. :P
2009-09-11 Alexandre Emsenhuber* (bug 20556) Stub threshold's "other" <input> in Speci...
2009-09-07 Aryeh GregorFix silly <table class=''>
2009-09-07 Aryeh GregorDon't output for= that doesn't point anywhere
2009-09-07 Aryeh GregorConvert HTMLForm to use more Html::*
2009-09-06 Aryeh GregorRemove unneeded class left by r55879
2009-09-06 Aryeh GregorReimplement r55876 properly
2009-09-06 Happy-melonAllow password fields to be served by HTMLForm.
2009-08-23 Aryeh GregorEmit CDATA more intelligently
2009-08-09 Niklas LaxströmSupport script loader
2009-08-07 Aryeh GregorStart using some HTML 5 form features
2009-07-29 Andrew GarrettFix regression in r53316, some more intelligent handling.
2009-07-24 Aryeh GregorAdd opt-in RSS feed for watchlist
2009-07-19 Brion Vibber* (bug 19784) date option "ISO 8601" produced illegal id
2009-07-17 Aryeh GregorAllow non-integral days for watchlists and RC
2009-07-15 Andrew GarrettForce select-or-other type fields to string values...
2009-07-03 Andrew GarrettFix bug in HTMLForm system where "Other" option for...
2009-06-21 Jack Phoenixcoding style tweaks
2009-06-17 Andrew GarrettFix for string/int inconsistency in value and option...
2009-05-27 Andrew GarrettReimplement Special:MoveThread with the new HTMLForm...
2009-04-28 Andrew Garrett* Fix silly PHP annoyance where eauth message was shown...
2009-04-27 Andrew GarrettFix regression in r49790, weird spacing for Gadgets...
2009-04-27 Niklas Laxström* Wrapping inside <p>' creates too much space in search...
2009-04-27 Andrew GarrettFix display of inverted check fields in HTML forms...
2009-04-24 Andrew GarrettFix ids for multi-select types
2009-04-24 Andrew GarrettFix selectorother automatic addition of "other" field...
2009-04-24 Andrew GarrettUpdate HTMLSelectOrOtherField to correctly work, since...
2009-04-24 Andrew GarrettBranch merge of preferences work branch. Includes fixes...
2008-01-03 Aryeh GregorVarious Userrights-related fixes:
2007-08-07 Rotem LissRemoving the function HTMLSelectGroups: no longer used...
next