Don't look for pipes in the root node.
[lhc/web/wiklou.git] / includes / HTMLForm.php
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...
2007-06-29 Aryeh GregorRemove ?>'s from files. They're pointless, and just...
2007-05-10 Antoine MussoSome fixes to avoid Xml::element call with null content...
2007-04-27 Brion VibberBeautify the Special:Userrights form a bit
2007-01-20 Antoine MussoUse Doxygen @addtogroup instead of phpdoc @package...
2006-11-23 Nick JenkinsCode housekeeping stuff (and barring any stuff-ups...
2006-09-01 Brion Vibber* (bug 7188) Fix minor borkage in HTMLForm
2006-07-23 Rotem LissRemoving an unused function (was used in SpecialGroups...
2006-06-24 Rotem LissRemoving the obsolete user group management files.
2006-05-01 Antoine Mussounused variables as per #3692
2006-04-19 Antoine MussoSwitching from phpdoc to doxygen (use less than 32MB...
2006-01-07 Ævar Arnfjörð Bjar... * s~\t+$~~
2006-01-07 Ævar Arnfjörð Bjar... * s~ +$~~
2005-06-09 Brion VibberRework the user_groups system, again, into something...
2005-05-14 Tim Starlingfixed Special:Userrights log, and a few other Special...
2005-05-01 Tim StarlingMajor changes to user groups:
2005-05-01 Tim StarlingMoving Special:Userlevels and Special:Grouplevels to...
2005-03-04 Antoine Mussophpdoc fixes
2005-01-27 Antoine Mussofix phpdoc comment
2005-01-17 Antoine MussoImplement #858 : split user assignment and group rights.
2004-10-24 Antoine MussoXHTML fixes
2004-10-01 Antoine MussoNew userlevel feature. Sysop only, for testing. NO...
2004-10-01 Jens FrankDocumentation: Assign files to packages
2004-10-01 Antoine Mussocomments
2004-10-01 Antoine Musso* arraybox() : revert "$value" parameter
2004-10-01 Antoine Mussoallow 'value' parameter for array box
2004-09-30 Antoine Mussotypo
next