ChangeLog 47 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509
  1. 2004-06-14 Gonzalo Paniagua Javier <[email protected]>
  2. * Control.cs: properly fixed bug #59794.
  3. 2004-06-10 Gonzalo Paniagua Javier <[email protected]>
  4. * Control.cs:
  5. (ResolveUrl): fixed typo when dealing with relative urls. Closes bug
  6. #59794.
  7. 2004-06-08 Gonzalo Paniagua Javier <[email protected]>
  8. * SimpleWebHandlerParser.cs:
  9. * TemplateParser.cs: pass the language when compiling from a file.
  10. 2004-06-08 Gonzalo Paniagua Javier <[email protected]>
  11. * SimpleWebHandlerParser.cs: if we have a global.asax, move its
  12. reference to the end to help mcs loading the assemblies. Fixes bug
  13. #58768.
  14. * TemplateParser.cs: same as above. Removed some kludges to workaround
  15. loading assemblies from bin path that are now in the runtime. Don't
  16. load the assemblies in bin if not needed, but still reference them
  17. when compiling.
  18. 2004-06-07 Alon Gazit <[email protected]>
  19. * Page.cs: Changed Page.ProcessPostData().
  20. After the change ,the state of controls that aren't visible is saved
  21. during a postback.
  22. 2004-06-07 Gonzalo Paniagua Javier <[email protected]>
  23. * Page.cs: removed obsolete MonoTODO from RegisterOnSubmitStatement.
  24. 2004-06-05 Gonzalo Paniagua Javier <[email protected]>
  25. * Page.cs: IsPostBack also returns true when method is GET and we have
  26. viewstate information in the query string. Fixes bug #58151.
  27. 2004-06-05 Gonzalo Paniagua Javier <[email protected]>
  28. * Page.cs: removed obsolete TODO. Only check if Trace is enabled, not
  29. HttpRutime.TraceManager.
  30. * PageParser.cs: for 'trace' we have 2 variables now. Added support
  31. for 'buffer' attribute.
  32. 2004-06-04 Gonzalo Paniagua Javier <[email protected]>
  33. * Page.cs: implemented ClientTarget.
  34. * PageParser.cs: support for clientTarget and check for validity.
  35. 2004-06-03 Gonzalo Paniagua Javier <[email protected]>
  36. * Control.cs:
  37. * Html32TextWriter.cs:
  38. * HtmlTextWriter.cs:
  39. * SimpleWebHandlerParser.cs:
  40. * TemplateControl.cs: Added protected missing members and attributes.
  41. 2004-06-03 Gonzalo Paniagua Javier <[email protected]>
  42. * ObjectStateFormatter.cs: use ObjectFormatter methods instead of
  43. calling a protected method of another object.
  44. 2004-06-03 Atsushi Enomoto <[email protected]>
  45. * ObjectStateFormatter.cs : csc build fix. Protected Read()/Write()
  46. (of other objects) are called in TypeConverterFormatter.
  47. 2004-06-03 Gonzalo Paniagua Javier <[email protected]>
  48. * ObjectStateFormatter.cs: before choosing the binary formatter, check
  49. if the object type has a TypeConverter that can convert to/from string.
  50. Fixes bug #59495.
  51. * Page.cs: call GetViewStateString from outside the WriteLine. This
  52. allows writing to the Response when getting the string without breaking
  53. the HTML generated.
  54. 2004-06-02 Gonzalo Paniagua Javier <[email protected]>
  55. * HtmlTextWriter.cs: render end tag for unknown tags.
  56. Patch frmo Markus Kräutner. Fixes bug #59466.
  57. 2004-05-24 Gonzalo Paniagua Javier <[email protected]>
  58. * Page.cs: call DeterminePostBackMode only once per request. Patch by
  59. Evain Jb.
  60. 2004-05-12 Gonzalo Paniagua Javier <[email protected]>
  61. * Html32TextWriter.cs: stub contributed by Matthijs ter Woord
  62. [meddochat].
  63. * ObjectTagBuilder.cs: remove the HasBody override as MS does not have
  64. that.
  65. 2004-05-04 Gonzalo Paniagua Javier <[email protected]>
  66. * SimpleWebHandlerParser.cs:
  67. * TemplateParser.cs: for the assembly names given in the 'assembly'
  68. attribute, use LoadWithPartialName instead of Load.
  69. 2004-03-19 Gonzalo Paniagua Javier <[email protected]>
  70. * Page.cs: return HttpContext.Current if _context has not yet been
  71. assigned to. Fixes bug #55245.
  72. 2004-03-15 Gonzalo Paniagua Javier <[email protected]>
  73. * TemplateParser.cs: don't add import statement or assemblies from
  74. global.asax to every file. Fixes bug #55496.
  75. 2004-03-09 Juraj Skripsky <[email protected]>
  76. * DataBinder.cs: allow unquoted string expressions (e.g. "[test]") and
  77. handle single quotes and a few corner cases correctly (see test cases).
  78. 2004-03-04 Gonzalo Paniagua Javier <[email protected]>
  79. * TemplateControl.cs: fixed typos and added new method names to the set
  80. of page events.
  81. 2004-02-23 Gonzalo Paniagua Javier <[email protected]>
  82. * ControlBuilder.cs: added SetTagName().
  83. * ObjectTagBuilder.cs: use SetTagName so that we can properly close
  84. <object> builders if the closing tag is provided.
  85. 2004-02-16 Jackson Harper <[email protected]>
  86. * Page.cs: Set cacheability for Location.DownStream.
  87. 2004-02-10 Jackson Harper <[email protected]>
  88. * TemplateParser.cs: Use full path if the assembly is in the
  89. private bin directory. Patch by Gonzalo Paniagua Javier.
  90. 2004-02-09 Jackson Harper <[email protected]>
  91. * Page.cs: Set cacheability for server side caching.
  92. 2004-01-30 Jackson Harper <[email protected]>
  93. * Control.cs: Ensure that dynamically loaded controls are
  94. initialized.
  95. 2004-01-28 Gonzalo Paniagua Javier <[email protected]>
  96. * ApplicationFileParser.cs: check for error in directives. Use
  97. GlobalAsaxCompiler.CompileApplicationType for compiling.
  98. * ObjectTagBuilder.cs: load the Type and check for errors.
  99. * TemplateParser.cs: add assemblies and imports from global.asax.
  100. Now we properly create accessors for session and application objects in
  101. the application itself, pages and controls. First step for fixing
  102. bug #53387.
  103. 2004-01-28 Gonzalo Paniagua Javier <[email protected]>
  104. * TemplateControl.cs: small speedup for WireUpautomaticEvents. Thanks
  105. to Eric Lindvall for pointing this out.
  106. 2004-01-15 Jackson Harper <[email protected]>
  107. * TemplateParser.cs: Detect if we are parsing a control or page
  108. properly.
  109. * Page.cs: vary by params and vary by headers can be null now.
  110. 2004-01-15 Martin Willemoes Hansen <[email protected]>
  111. * HtmlTextWriter.cs: Fixed OutputTab routine to generate correct
  112. indention.
  113. 2004-01-14 Jackson Harper <[email protected]>
  114. * Page.cs: If we have a postback that wasn't sent through a
  115. postback script (ie user hit submit on a input type=submit) call
  116. Validate so page validation occurs. This fixes bug #52770.
  117. 2004-01-14 Jackson Harper <[email protected]>
  118. * Page.cs: Don't tell the response to cache anymore. This is done
  119. when the cacheability is modified by a callback. Set the cache's
  120. duration.
  121. 2004-01-14 Jackson Harper <[email protected]>
  122. * TemplateParser.cs: If varybyparam is set to "none" make it null
  123. so we dont get a param named null in the outputcache key.
  124. 2004-01-14 Jackson Harper <[email protected]>
  125. * BasePartialCachingControl.cs: Use varyby attributes in key
  126. generation.
  127. 2004-01-14 Jackson Harper <[email protected]>
  128. * TemplateParser.cs: Add all the outputcache attribute error
  129. messages.
  130. 2004-01-13 Jackson Harper <[email protected]>
  131. * TemplateParser.cs: Add VaryByControls and Shared output cache
  132. properties. These are not assigned yet.
  133. * TemplateControlParser.cs: Do not ignore the OutputCache
  134. attribute.
  135. * BasePartialCachingControl.cs: Initial implementation. Keys are
  136. still not created properly.
  137. * StaticPartialCachingControl.cs: Assign properties in base class,
  138. implement CreateControl.
  139. 2004-01-12 Gonzalo Paniagua Javier <[email protected]>
  140. * ApplicationFileParser.cs: adde DefaultBaseTypeName property.
  141. * PageParser.cs: support validateRequest.
  142. * TemplateControlParser.cs: get default values from system.web/pages
  143. section.
  144. * TemplateParser.cs: added separate method for changing base type
  145. (Inherits or system.web/pages).
  146. * UserControlParser.cs: support system.web/pages defined base type.
  147. 2004-01-11 Andreas Nahr <[email protected]>
  148. * UserControl.cs: Added missing attribute, implemented method
  149. * Page.cs: Added missing attribute, implemented method
  150. 2004-01-10 Jackson Harper <[email protected]>
  151. * Page.cs: Handle trace being enabled in the config file.
  152. 2004-01-10 Jackson Harper <[email protected]>
  153. * Page.cs: Save trace data before rendering it.
  154. * System.Web.dll.sources: Add TraceData.cs
  155. 2004-01-03 Gonzalo Paniagua Javier <[email protected]>
  156. * Page.cs: removed a couple of MonoTODO on methods we're not gonna
  157. implement. Applied patch from Jan Jaros ([email protected]) to
  158. ensure that Unload event is raised. Fixes bug #52555.
  159. 2004-01-02 Zoltan Varga <[email protected]>
  160. * KeyedList.cs: 'private' is not allowed on explicit interface
  161. implementations. Fixes 1.2 build.
  162. 2003-12-31 Jackson Harper <[email protected]>
  163. * TemplateControlParser.cs: When registering tag prefixs make sure
  164. the file exists and throw the correct error if it does not.
  165. 2003-12-25 Jackson Harper <[email protected]>
  166. * Page.cs: Throw error if the session is accessed when sessions
  167. are disabled.
  168. 2003-12-18 Jackson Harper <[email protected]>
  169. * Page.cs: Write Trace info.
  170. 2003-12-18 Gonzalo Paniagua Javier <[email protected]>
  171. * LosFormatter.cs: new ctor for 1.1. The default ctor is public.
  172. * Page.cs: added ViewStateUserKey and made RegisterclientScriptFile
  173. internal.
  174. * PageParser.cs: the ctor is public.
  175. * PartialCachingAttribute.cs: added new ctor and Shared property.
  176. 2003-12-17 Gonzalo Paniagua Javier <[email protected]>
  177. * Page.cs: assign the ErrorPage to the context if we get an exception
  178. when processing the page which only calls Unload.
  179. * PageParser.cs: handle ErrorPage.
  180. 2003-12-16 Gonzalo Paniagua Javier <[email protected]>
  181. * ObjectStateFormatter.cs: added formatters for Unit and FontUnit, which
  182. are not [Serializable]. Fixes bug #52244.
  183. 2003-12-16 Jackson Harper <[email protected]>
  184. * Page.cs: Render trace data when tracing is enabled.
  185. 2003-12-15 Jackson Harper <[email protected]>
  186. * PageParser.cs: Add Trace and Trace mode attributes.
  187. 2003-12-15 Jackson Harper <[email protected]>
  188. * Page.cs: Use the context trace object.
  189. 2003-12-14 Alon Gazit <[email protected]>
  190. * AttributeCollection.cs: Changed AttributeCollection.Render().
  191. After the change attributes ,that their value is null, aren't
  192. rendered.
  193. 2003-12-12 Gonzalo Paniagua Javier <[email protected]>
  194. * Control.cs: remove a few dangling ^M, don't set values for fields
  195. that has the default value. If Visible is modified and we're tracking
  196. viewstate, save and restore it. Fixes bug #48689.
  197. 2003-12-11 Jackson Harper <[email protected]>
  198. * Control.cs: Give null for the ID if it hasn't been explicitly
  199. set. This fixes bug #51520.
  200. 2003-12-08 Jackson Harper <[email protected]>
  201. * PageParser.cs: Ignore the SmartNavigation attribute for now.
  202. 2003-12-05 Jackson Harper <[email protected]>
  203. * DataBinder.cs (GetIndexedPropertyValue): Check if container is
  204. an IList and use a cast instead of reflection to retrieve the item
  205. if it is. Fixes bug #51759.
  206. 2003-12-04 Alon Gazit <[email protected]>
  207. * Page.cs: Changed Page.ID so it will call Control.ID.
  208. Fixed Bug 51682.
  209. 2003-12-02 Jackson Harper <[email protected]>
  210. * Page.cs: Implemented registered array declarations. Patch by
  211. Benjamin Jemlich <[email protected]>
  212. 2003-12-02 Gonzalo Paniagua Javier <[email protected]>
  213. * TemplateParser.cs: basic check for 'classname' attribute and added
  214. patch by [email protected] for bug #51568, which fixes automatic class
  215. names for pages starting with a number.
  216. 2003-11-30 Ben Maurer <[email protected]>
  217. * LosFormatter.cs: Use ObjectStateFormatter. Pretty big size
  218. reduction.
  219. * ObjectStateFormatter.cs: Comment out tracing.
  220. 2003-11-30 Gonzalo Paniagua Javier <[email protected]>
  221. * Page.cs: fixed UICulture, LCID and Culture. Set the thread
  222. [UI]Culture before processing the request.
  223. * PageParser.cs: read Culture, UICulture and LCID attributes. Added
  224. properties for these. Partially contributed by Mohammad Damt.
  225. Fixes bug #51511.
  226. 2003-11-27 Jackson Harper <[email protected]>
  227. * TemplateParser.cs: Ignore aspCompat attribute. This fixes bug
  228. 51434.
  229. 2003-11-22 Ben Maurer <[email protected]>
  230. * ObjectStateFormatter.cs: Fix bug when reading small ints.
  231. Add some tracing so we can see what is going on.
  232. 2003-11-21 Jackson Harper <[email protected]>
  233. * Page.cs: Set vary by params when cache location is Server.
  234. 2003-11-21 Ben Maurer <[email protected]>
  235. * ObjectStateFormatter.cs: v2 file. In v1.x this will be
  236. internal as LosFormatter will eventually use it to save
  237. the view state.
  238. 2003-11-21 Gonzalo Paniagua Javier <[email protected]>
  239. * PersistChildrenAttribute.cs:
  240. * PersistenceModeAttribute.cs: implemented.
  241. * TODO: Removed file.
  242. * OutputCacheLocation.cs:
  243. * TemplateControlParser.cs:
  244. * HtmlInputFile.cs: class status based fixes.
  245. 2003-11-19 Jackson Harper <[email protected]>
  246. * Page.cs: Always set the cache expire time. Tell the response to
  247. cache itself for server side cached pages.
  248. 2003-11-19 Jackson Harper <[email protected]>
  249. * Control.cs: Remove ResolveBaseUrl. ResolveUrl does the same
  250. thing, some corner cases still need work though. Was this the
  251. shortest lived method in the history of mono?
  252. 2003-11-19 Jackson Harper <[email protected]>
  253. * Control.cs: New method for resolving urls that use ~/ to denote
  254. the applications base directory.
  255. 2003-11-19 Jackson Harper <[email protected]>
  256. * TemplateParser.cs: Fix typo in error message.
  257. 2003-11-19 Gonzalo Paniagua Javier <[email protected]>
  258. * TemplateControlParser.cs: support @Reference. Fixes bug #49572. Thanks
  259. to Sanjay Gupta.
  260. 2003-11-19 Todd Berman <[email protected]>
  261. * KeyedList.cs:
  262. * KeyedListEnumerator.cs: New v2 implementations.
  263. 2003-11-17 Ben Maurer <[email protected]>
  264. * StateManagedCollection.cs: Implement.
  265. 2003-11-13 Jackson Harper <[email protected]>
  266. * Page.cs: Initial implementation of InitOutputCache.
  267. * TemplateParser.cs: Page OutputCache options
  268. 2003-11-09 Ben Maurer <[email protected]>
  269. * HierarchicalDataSourceControl.cs: Implement.
  270. 2003-11-09 Ben Maurer <[email protected]>
  271. * XPathBinder.cs: Implemented.
  272. 2003-11-08 Ben Maurer <[email protected]>
  273. * DataSourceView.cs:
  274. * IDataSource.cs:
  275. * ListSourceHelper.cs:
  276. * DataSourceControl.cs:
  277. * HierarchicalDataSourceView.cs:
  278. * IHierarchicalDataSource.cs: Move v2 stuff.
  279. 2003-11-07 Jackson Harper <[email protected]>
  280. * Control.cs (ResolveUrl): Special case for urls that consist of
  281. only a page anchor. ie <a href="#top">. This fixes bug #50165.
  282. 2003-11-07 Ben Maurer <[email protected]>
  283. * IHierarchicalEnumerable.cs:
  284. * IHierarchyData.cs:
  285. * INavigateUIData.cs: New v2 interfaces.
  286. 2003-11-06 Gonzalo Paniagua Javier <[email protected]>
  287. * Page.cs: patch by Alon Gazit <[email protected]> to remove extra
  288. space in generated javascript.
  289. 2003-11-05 Gonzalo Paniagua Javier <[email protected]>
  290. * LosFormatter.cs: encoding updates.
  291. * Page.cs: implemented CodePage and ContentType.
  292. * PageParser.cs: handle CodePage, ContentEncoding and ResponseEncoding
  293. attributes.
  294. 2003-11-04 Ben Maurer <[email protected]>
  295. * Control.cs (GetWebResourceUrl): new v2 function
  296. * Page.cs (GetWebResourceUrl): ditto.
  297. make the JS we generate work with moz if the form is not a child
  298. of document.
  299. * WebResourceAttribute.cs: Added, new v2 attribute.
  300. 2003-10-22 Gonzalo Paniagua Javier <[email protected]>
  301. * DesignTimeTemplateParser.cs: added FIXME related to PageParser.
  302. * PageParser.cs: initialize the parser in the constructor, not just
  303. before compiling and reference the application assembly.
  304. * SimpleWebHandlerParser.cs: reference the assembly that contains the
  305. application Type.
  306. * TemplateControl.cs:
  307. * TemplateControlParser.cs: fix BenM #1 bug. Now we pass correct virtual
  308. path and physical path when compiling a user control.
  309. * TemplateParser.cs: new AddApplicationAssembly ().
  310. * UserControlParser.cs: now we get valid values in the ctor.
  311. Referencing the application assembly fixes bug #49652.
  312. 2003-10-18 Gonzalo Paniagua Javier <[email protected]>
  313. * TemplateControl.cs: moved NoParamsInvoker class to its own file.
  314. 2003-10-14 Gonzalo Paniagua Javier <[email protected]>
  315. * BaseParser.cs: added CompilationConfig property.
  316. * TemplateParser.cs:
  317. * SimpleWebHandlerParser.cs: added CompilationConfig property.
  318. Don't hardcode assembly names any more, assemblies in bin are added
  319. depending on the configuration. The default language is also taken
  320. from the configuration.
  321. 2003-10-13 Gonzalo Paniagua Javier <[email protected]>
  322. * LosFormatter.cs: fixed bug #49604. Patch by [email protected].
  323. 2003-10-13 Gonzalo Paniagua Javier <[email protected]>
  324. * Control.cs: removed some debug lines.
  325. * Page.cs: implemented RegisterOnSubmitStatement
  326. * TemplateControl.cs: fixed wire up for methods with no parameters.
  327. 2003-10-13 Gonzalo Paniagua Javier <[email protected]>
  328. * PageParser.cs: ignore ValidateRequest by now.
  329. 2003-10-11 Gonzalo Paniagua Javier <[email protected]>
  330. * System.Web.UI/TemplateControl.cs: support for wiring up events without
  331. parameters.
  332. 2003-10-08 Pedro Martínez Juliá <[email protected]>
  333. * PageParser.cs: drop some useless code.
  334. 2002-10-29 Gaurav Vaish <gvaish_mono AT lycos.com>
  335. * Utils.cs : GetScriptLocation(HttpContext) - Partial Implementation.
  336. 2003-10-03 Gonzalo Paniagua Javier <[email protected]>
  337. * System.Web.UI/PageParser.cs:
  338. * System.Web.UI/TemplateControlParser.cs: honour the input file given
  339. as argument.
  340. 2003-09-29 Gonzalo Paniagua Javier <[email protected]>
  341. * Control.cs:
  342. (ClearChildViewState): doh! Don't clear control viewstate but the
  343. viewstate of possible children.
  344. (LoadViewStateRecursive): load viewstate even when control is not
  345. visible.
  346. Fixes bug #49024.
  347. The rest are just dangling ^M removed.
  348. * DataBoundLiteralControl.cs:
  349. (LoadViewState): we get an object [], not a string [].
  350. 2003-09-28 Gonzalo Paniagua Javier <[email protected]>
  351. * Control.cs: implemented ClearChildViewState ().
  352. 2003-09-22 Gonzalo Paniagua Javier <[email protected]>
  353. * Page.cs: store unique IDs for controls requiring postback. Fixes bug
  354. #47985.
  355. 2003-09-21 Gonzalo Paniagua Javier <[email protected]>
  356. * SimpleWebHandlerParser.cs: add the ashx/asmx file itself to the
  357. dependencies so that it's recompiled when changed.
  358. 2003-09-18 Gonzalo Paniagua Javier <[email protected]>
  359. * LosFormatter.cs: fixed Deserialize for empty viewstate.
  360. 2003-08-26 Gonzalo Paniagua Javier <[email protected]>
  361. * Page.cs: check if controls that require postback have
  362. been changed by an event and register them to be notified of data
  363. changed event.
  364. 2003-08-26 Gonzalo Paniagua Javier <[email protected]>
  365. * Control.cs: patch by [email protected] (Yaron Shkop) that fixes
  366. bug #47866.
  367. 2003-08-21 Gonzalo Paniagua Javier <[email protected]>
  368. * LosFormatter.cs: handle Unit and FonrUnit as special cases as they
  369. are not serializable. Fixes bug #47784.
  370. 2003-08-20 Gonzalo Paniagua Javier <[email protected]>
  371. * Control.cs: index the viewstates saved by the control position, not
  372. the control name. Fixes bug #47697.
  373. 2003-08-20 Gonzalo Paniagua Javier <[email protected]>
  374. * ControlCollection.cs:
  375. * EmptyControlCollection.cs: create a minimum ArrayList for this.
  376. * BaseParser.cs: added setter for BaseVirtualDir.
  377. * Page.cs: fixed message when restoring view state fails.
  378. * UserControlParser.cs: set the BaseVirtualDirectory to handle the case
  379. when a relative path to the control is given. Fixes bug #47685.
  380. 2003-08-18 Gonzalo Paniagua Javier <[email protected]>
  381. * Control.cs: when we load the viewstate for a control that has children
  382. viewstates and the child is not found, keep its viewstate around and
  383. wait until the child is added to load the viewstate. Fixes bug #47697.
  384. 2003-08-11 Gonzalo Paniagua Javier <[email protected]>
  385. * TemplateControl.cs: more Delegate.CreateDelegate fixes.
  386. 2003-08-01 Andreas Nahr <[email protected]>
  387. * PartialCachingControl.cs: is not abstract
  388. 2003-08-01 Gonzalo Paniagua Javier <[email protected]>
  389. * SimpleHandlerFactory.cs: implemented GetHandler.
  390. * WebHandlerParser.cs: new file that parses .ashx files.
  391. 2003-07-30 Andreas Nahr <[email protected]>
  392. * PersistenceModeAttribute.cs: Fixed wrong AttributeUsage
  393. 2003-07-30 Andreas Nahr <[email protected]>
  394. * UserControl.cs: Added attribute
  395. * BasePartialCachingControl.cs: New class and paritally implemented
  396. * DesignerDataBoundLiteralControl.cs: New class and implemented
  397. * DesignTimeTemplateParser.cs:
  398. * PartialCachingControl.cs:
  399. * StaticPartialCachingControl.cs: New class and paritally implemented
  400. 2003-07-27 Andreas Nahr <[email protected]>
  401. * ApplicationFileParser.cs: Fixed signature
  402. * DesignTimeParseData.cs: Added missing properties, implemented
  403. * Page.cs: Added attributes
  404. * PageParser.cs:
  405. * TemplateControlParser.cs:
  406. * TemplateParser.cs:
  407. * UserControlParser.cs: Fixed signature
  408. 2003-07-17 Andreas Nahr <[email protected]>
  409. * HtmlControlPersistableAttribute.cs: Added
  410. * IgnoreUnknownContentAttribute.cs: Added
  411. 2003-07-17 Andreas Nahr <[email protected]>
  412. * IUserControlDesignerAccessor.cs: Added and implemented
  413. * Control.cs: Missing member added, added all attributes
  414. * Page.cs: Added attributes, fixed signature
  415. * TemplateControl.cs: Fixed signature, added all attributes
  416. * UserControl.cs: Added all attributes, added and implemented missing interface
  417. 2003-07-17 Gonzalo Paniagua Javier <[email protected]>
  418. * ControlCollection.cs: fixed bug #46472.
  419. 2003-07-03 Gonzalo Paniagua Javier <[email protected]>
  420. * SimpleWebHandlerParser.cs: implemented GetTypeFromBin.
  421. 2003-07-03 Gonzalo Paniagua Javier <[email protected]>
  422. * SimpleWebHandlerParser.cs: updated to new compilation interface.
  423. * TemplateParser.cs: use the new parameter when compiling.
  424. 2003-07-01 Gonzalo Paniagua Javier <[email protected]>
  425. * Page.cs: also keep the value for the second try on handling postback
  426. events.
  427. 2003-05-14 Gonzalo Paniagua Javier <[email protected]>
  428. * BaseParser.cs: fixed MapPath for non-rooted files.
  429. * PageParser.cs: don't pass a non-virtual file around.
  430. * TemplateControlParser.cs: InputFile uses MapPath now. Take care of
  431. the exception teh may be throw by MapPath on an invalid path.
  432. * TemplateParser.cs: removed unused method.
  433. * UserControlParser.cs: modified inputfile. The result is the same, but
  434. this one is better.
  435. 2003-05-06 Gonzalo Paniagua Javier <[email protected]>
  436. * RootBuilder.cs: throw exception when the tagprefix is not valid or
  437. not found.
  438. 2003-05-05 Gonzalo Paniagua Javier <[email protected]>
  439. * TemplateControlParser.cs: return after processing @Register.
  440. 2003-05-04 Gonzalo Paniagua Javier <[email protected]>
  441. * TemplateParser.cs: Added support for server side includes.
  442. 2003-05-03 Gonzalo Paniagua Javier <[email protected]>
  443. * TemplateControl.cs: fixed the flags used to find the methods that
  444. are automatically hooked up on events.
  445. * TemplateParser.cs: don't compile a source file directly. Use the
  446. cache instead.
  447. 2003-05-01 Gonzalo Paniagua Javier <[email protected]>
  448. * BaseParser.cs: Location property is now here. Added a couple of
  449. convenience methods to throw a ParseException.
  450. * TemplateParser.cs:
  451. * TemplateControlParser.cs:
  452. * PageParser.cs: throw ParseException where appropiate.
  453. 2003-05-01 Gonzalo Paniagua Javier <[email protected]>
  454. * ApplicationFileParser.cs: use the generator to actually parse the
  455. file.
  456. * ControlBuilder.cs: small fix in NamingContainerType because
  457. TemplateBuilders have a null ControlType. When a control is appended
  458. to a parent, assign the child's parent.
  459. * UserControlParser.cs: fixed the value of InputFile.
  460. 2003-04-30 Gonzalo Paniagua Javier <[email protected]>
  461. * ApplicationFileParser.cs: store the Context and override
  462. BaseVirtualDir so that it's the application path.
  463. * BaseParser.cs: removed CurrentVirtualPath property.
  464. * TemplateControlParser.cs: use BaseVirtualDir.
  465. * UserControlParser.cs: removed CurrentVirtualPath.
  466. 2003-04-30 Gonzalo Paniagua Javier <[email protected]>
  467. * TemplateParser.cs: always reference all the assemblies in bin
  468. directory.
  469. 2003-04-30 Gonzalo Paniagua Javier <[email protected]>
  470. * ApplicationFileParser.cs: it works now. Prior to these changes, we
  471. were using the compiler directly.
  472. * BaseParser.cs: added some useful properties and methods.
  473. * CodeBuilder.cs: use ILocation.
  474. * CodeRenderBuilder.cs: use ILocation.
  475. * CollectionBuilder.cs: use the RootBuilder to map tag names into Types.
  476. * ControlBuilder.cs: made it useful.
  477. * DataBindingBuilder.cs: the control type for data bound text is
  478. DataBoundLiteralControl now.
  479. * ObjectTagBuilder.cs: store some object tag attributes.
  480. * PageParser.cs: handle page-only directives.
  481. * RootBuilder.cs: bah.
  482. * SimpleWebHandlerParser.cs: made it dummy.
  483. * TemplateControl.cs: Modified file.
  484. * TemplateControlParser.cs: handle directives that are common to pages
  485. and user controls.
  486. * TemplateParser.cs: utility methods and handling of directives that
  487. are common to app, page and user controls.
  488. * UserControl.cs: added ControlBuilderAttribute.
  489. * UserControlControlBuilder.cs: builder for user controls.
  490. * UserControlParser.cs: use the new interfaces.
  491. 2003-04-20 Gonzalo Paniagua Javier <[email protected]>
  492. * ControlBuilder.cs: line and fileName are protected now.
  493. * CodeBuilder.cs: base class for the next 2 files.
  494. * CodeRenderBuilder.cs: builder for code render.
  495. * DataBindingBuilder.cs: builder for data binding.
  496. 2003-04-20 Gonzalo Paniagua Javier <[email protected]>
  497. * ITagNameToTypeMapper.cs: made it internal.
  498. * ObjectTagBuilder.cs: builder for <object runat="server"> tag.
  499. * ObjectTag.cs:
  500. * RootBuilder.cs: initial builder.
  501. 2003-04-15 Gonzalo Paniagua Javier <[email protected]>
  502. * CollectionBuilder.cs:
  503. * TemplateBuilder.cs: new classes derived from ControlBuilder that
  504. represent a property or a ITemplate.
  505. * ControlBuilder.cs: implemented all the missing bits.
  506. * TemplateParser.cs: added mapping from tag name to Type feature.
  507. 2003-02-15 Gonzalo Paniagua Javier <[email protected]>
  508. * Control.cs: have i definitely fixed naming container stuff this time?
  509. * LosFormatter.cs: activated binary serialization code.
  510. 2003-02-14 Gonzalo Paniagua Javier <[email protected]>
  511. * Control.cs:
  512. (AddedControl): fixed default id assignation when the sequence of
  513. AddedControl until it's included in the page or one of its controls
  514. does not pass through a naming container.
  515. 2003-02-09 Gonzalo Paniagua Javier <[email protected]>
  516. * Control.cs: give different default names depending on the place where
  517. it is assigned. Implemented ResolveURl (no more ~ rendered in
  518. attributes!).
  519. 2003-02-08 Gonzalo Paniagua Javier <[email protected]>
  520. * Control.cs: when adding a control, assign default names to th
  521. children that don't have one.
  522. 2003-02-03 Gonzalo Paniagua Javier <[email protected]>
  523. * SimpleWebHandlerParser.cs: modified to use the new parser interface.
  524. 2003-01-17 Gonzalo Paniagua Javier <[email protected]>
  525. * Control.cs: some more tweaks to naming containers stuff.
  526. * DataBinder.cs: don't throw exception if the container is null.
  527. * Page.cs: now we can render client scripts, startup scripts and hidden
  528. fields. Only render __VIEWSTATE if there is someone that will take care
  529. of it.
  530. (RaisePostBackEvents): first try the last one that required raise event,
  531. then try __EVENTTARGET.
  532. 2003-01-16 Gonzalo Paniagua Javier <[email protected]>
  533. * Control.cs: fixes in UniqueID, FindControl, AddedControl,
  534. UnloadRecursive, InitRecursive. Reduced the size of __VIEWSTATE. Made
  535. FindControl work with NamingContainers.
  536. * ControlCollection.cs: notify the parent when clearing the collection.
  537. * LosFormatter.cs: Added debugging output and generate a valid
  538. viewstate even for unknown types.
  539. * Page.cs: GetPostBackEventReference now uses UniqueID. Reduced
  540. viewstate.
  541. 2003-01-10 Gonzalo Paniagua Javier <[email protected]>
  542. * Page.cs: make it fire the LoadData related events also for controls
  543. such as ImageButton, whose variable(s) in the query string are of the
  544. form ctrl_name.x and only fire them once per control.
  545. 2003-01-08 Gonzalo Paniagua Javier <[email protected]>
  546. * DataBinder.cs:
  547. (GetPropertyValue): don't try to get the property as indexed
  548. 2003-01-08 Gonzalo Paniagua Javier <[email protected]>
  549. * DataBinder.cs: use TypeDescriptor to get the properties and their
  550. values.
  551. 2003-01-04 Gonzalo Paniagua Javier <[email protected]>
  552. * Control.cs:
  553. (AddedControl): take the children to the same state of the parent.
  554. (InitRecursive): set the page of the children.
  555. * Page.cs: removed one line (it's done a few lines above).
  556. * UserControl.cs:
  557. (OnInit): always call InitializeAsUserControl
  558. (InitializeAsUserControl): sets the page for the control.
  559. 2003-01-03 Gonzalo Paniagua Javier <[email protected]>
  560. * Control.cs: fixed bug #36037.
  561. 2002-12-20 Gonzalo Paniagua Javier <[email protected]>
  562. * BaseParser.cs: a couple of path fixes to make it work
  563. when the page is not in the root directory.
  564. 2002-12-20 Gonzalo Paniagua Javier <[email protected]>
  565. * Control.cs: fixed PreRenderRecursiveInternal. Thanks to kojoadams for
  566. reporting the bug.
  567. 2002-12-18 Gonzalo Paniagua Javier <[email protected]>
  568. * BaseParser.cs: use MapPath and context to locate files.
  569. * Control.cs: implemented MapPathSecure.
  570. * TemplateControl.cs: use UrlUtils to generate the path.
  571. * TemplateControlParser.cs: use the context and MapPath.
  572. * UserControl.cs: implemented MapPath.
  573. * UserControlParser.cs: added context parameter to constructor.
  574. 2002-12-17 Gonzalo Paniagua Javier <[email protected]>
  575. * Control.cs: implemented MapPathSecure.
  576. * Page.cs: fixed Server property.
  577. 2002-12-15 Gonzalo Paniagua Javier <[email protected]>
  578. * DataBinder.cs: try the indexer if the property is not found in
  579. GetPropertyValue ().
  580. 2002-12-13 Gonzalo Paniagua Javier <[email protected]>
  581. * Control.cs: added AutoEventWireup internal property.
  582. * Page.cs: removed page events wire up from here.
  583. * TemplateControl.cs: new method WireupAutomaticEvents to hook up page
  584. and user controls events.
  585. * TemplateControlParser.cs: process the options that are applicable
  586. once we have the instance of the control.
  587. * TemplateParser.cs: also stores the options.
  588. * UserControl.cs: hook up events before initializing the control.
  589. 2002-12-12 Gonzalo Paniagua Javier <[email protected]>
  590. * Control.cs: new method to set bindingContainer value.
  591. * TemplateControl.cs: added controls are not binding containers.
  592. 2002-12-12 Gonzalo Paniagua Javier <[email protected]>
  593. * Control.cs: implemented TemplateSourceDirectory.
  594. * TemplateControl.cs: implemented LoadControl and LoadTemplate.
  595. 2002-11-27 Gonzalo Paniagua Javier <[email protected]>
  596. * UserControl.cs: fixed SetAttribute.
  597. * UserControlParser.cs: set the correct base type.
  598. 2002-11-26 Gonzalo Paniagua Javier <[email protected]>
  599. * TemplateParser.cs: fixed BaseType.
  600. * UserControlParser.cs: helper class to compile user controls.
  601. 2002-11-20 Gonzalo Paniagua Javier <[email protected]>
  602. * LosFormatter.cs: added DateTime to special types.
  603. 2002-11-12 Gonzalo Paniagua Javier <[email protected]>
  604. * LosFormatter.cs: added array serialization support. Disabled binary
  605. serialization and add some debugging code.
  606. * StateBag.cs: the length of the list of value can be less than the
  607. length if the list of keys when remaining values are null.
  608. 2002-11-07 Gonzalo Paniagua Javier <[email protected]>
  609. * Page.cs: return something useful in GetPostBackClientEvent.
  610. 2002-11-02 Gonzalo Paniagua Javier <[email protected]>
  611. * Page.cs: implemented FileDependecies and made it protected.
  612. 2002-10-31 Gonzalo Paniagua Javier <[email protected]>
  613. * Control.cs: save control names instead of the controls
  614. themselves to the ViewState.
  615. * LosFormatter.cs: added support for serializing unknown
  616. types. BinaryFormatter does not work so you better don't store anything
  617. of unknown Type in ViewState.
  618. * Page.cs: GetViewStateString works now using LosFormatter.
  619. Complete "Control execution lifecycle" by unloading all the child
  620. controls. Check for null in RaisePostBackEvents.
  621. LoadPageViewStateFromPersistenceMedium uses LosFormatter too.
  622. 2002-10-29 Gonzalo Paniagua Javier <[email protected]>
  623. * DataBinder.cs: implemented Eval and GetIndexedPropertyValue methods.
  624. 2002-10-27 Gonzalo Paniagua Javier <[email protected]>
  625. * LosFormatter.cs: Use WebEncoding.Encoding.
  626. * Control.cs:
  627. * Page.cs: fixed namespace.
  628. 2002-10-24 Gonzalo Paniagua Javier <[email protected]>
  629. * Page.cs: set the context in ProcessRequest. Added a few trace calls.
  630. * Control.cs: added some trace information.
  631. 2002-10-08 Gonzalo Paniagua Javier <[email protected]>
  632. * SimpleHandlerFactory.cs: new handler for .ashx files.
  633. 2002-09-28 Gonzalo Paniagua Javier <[email protected]>
  634. * System.Web.UI/PageHandlerFactory.cs: new file.
  635. * System.Web.UI/PageParser.cs:
  636. * System.Web.UI/TemplateControlParser.cs: we are now able to compile
  637. pages and use HttpApplication, HttpRuntime and SimpleWorkerRequest.
  638. 2002-09-25 Gonzalo Paniagua Javier <[email protected]>
  639. * Control.cs: implemented ObBubbleEvent.
  640. * Page.cs: temporary workaround to make POST work with xsp server.
  641. 2002-09-22 Gonzalo Paniagua Javier <[email protected]>
  642. * Page.cs: fixed InvokeEventMethod now that Type.GetMethod does not
  643. return pvt methods.
  644. 2002-09-11 Gonzalo Paniagua Javier <[email protected]>
  645. * SimpleWebHandlerParser.cs: New file.
  646. * WebServiceParser.cs: New file.
  647. 2002-08-22 Gonzalo Paniagua Javier <[email protected]>
  648. * LosFormatter.cs: almost fully implemented.
  649. 2002-08-18 Gonzalo Paniagua Javier <[email protected]>
  650. * CompiledTemplateBuilder.cs: InstantiateIn is virtual.
  651. * EmptyControlCollection.cs: throw correct exception.
  652. * LosFormatter.cs: stubbed out.
  653. * OutputCacheLocation.cs: little fix.
  654. 2002-08-16 Gonzalo Paniagua Javier <[email protected]>
  655. * System.Web.UI/ApplicationFileParser.cs:
  656. * System.Web.UI/BaseParser.cs:
  657. * System.Web.UI/PageParser.cs:
  658. * System.Web.UI/TemplateControl.cs:
  659. * System.Web.UI/TemplateControlParser.cs:
  660. * System.Web.UI/TemplateParser.cs: first steps to move xsp into
  661. System.Web.
  662. 2002-07-30 Gonzalo Paniagua Javier <[email protected]>
  663. * Page.cs: request to render postback script can be after form started
  664. rendering.
  665. 2002-07-22 Gonzalo Paniagua Javier <[email protected]>
  666. * Page.cs: added more page events to invoke automagically if some
  667. methods are defined.
  668. 2002-07-22 Gonzalo Paniagua Javier <[email protected]>
  669. * Control.cs:
  670. (SaveViewState): save state even when control is not visible.
  671. (SaveViewStateRecursive):
  672. (LoadViewStateRecursive): made internal.
  673. 2002-07-21 Gonzalo Paniagua Javier <[email protected]>
  674. * Page.cs: improved event raising to allow client postback for a wider
  675. variety of actions (clicking an hyperlink, ...).
  676. 2002-07-20 Gonzalo Paniagua Javier <[email protected]>
  677. * UserControl.cs: implemented Load/SaveViewState.
  678. 2002-07-20 Gonzalo Paniagua Javier <[email protected]>
  679. * AttributeCollection.cs:
  680. (Add): handle 'style' through styleCollection.
  681. * CssStyleCollection.cs:
  682. (fillStyle): renamed to FillStyle and made it internal.
  683. * Page.cs:
  684. (GetViewStateString): fixed, broken after other recent changes.
  685. (ProcessPostData): allow a second try for postback data after OnLoad.
  686. (ProcessRequest): clear controls collection, removed call to
  687. UnloadRecursive.
  688. 2002-07-19 Gonzalo Paniagua Javier <[email protected]>
  689. * Control.cs: uncommented Dispose.
  690. * Page.cs:
  691. (DeterminePostBackMode): more checkings.
  692. (GetPostBackClientHyperLink): implemented.
  693. (GetPostBackEventReference): added some comments with the HTML that MS
  694. generates for that.
  695. (ProcessRequest): fixed processing order. The page is unloaded after
  696. a request and regenerated from view state on subsequents posts.
  697. 2002-07-17 Gonzalo Paniagua Javier <[email protected]>
  698. * Control.cs: fixed related to ViewState. Added RemovedControl.
  699. * ControlCollection.cs: notify owner of control removal.
  700. * CssStyleCollection.cs: almost rewritten to make it render the style
  701. attribute after changes to it.
  702. * Page.cs: follow the guidelines in 'Control execution lifecycle'.
  703. Removed Xml code.
  704. * StateBag.cs: don't use IDictionary.GetEnumerator on the
  705. HybridDictionary: it makes the program give an InvalidCastException at
  706. runtime. Why?
  707. 2002-07-16 Gonzalo Paniagua Javier <[email protected]>
  708. * Page.cs: fire Init and Load events for all children.
  709. 2002-07-14 Gonzalo Paniagua Javier <[email protected]>
  710. * UserControl.cs: New file.
  711. 2002-07-13 Gonzalo Paniagua Javier <[email protected]>
  712. * ControlBuilderAttribute.cs: finished implementation.
  713. 2002-07-12 Gonzalo Paniagua Javier <[email protected]>
  714. * ConstructorNeedsTagAttribute.cs: the default constructor sets the
  715. property to false.
  716. 2002-07-12 Gonzalo Paniagua Javier <[email protected]>
  717. * System.Web.UI/AttributeCollection.cs: added CssStyleCollection.
  718. * System.Web.UI/CssStyleCollection.cs: use a StateBag instead of a
  719. Hashtable. Added internal .ctor.
  720. * System.Web.UI/DataBinding.cs: propertyType is a Type. Implemented
  721. Equals and GetHashCode.
  722. * System.Web.UI/DataBoundLiteralControl.cs:
  723. (LoadViewState):
  724. (SaveViewState): implemented.
  725. * System.Web.UI/Page.cs: FileDependencies is not public.
  726. * System.Web.UI/ParseChildrenAttribute.cs: give a value to Default.
  727. (GetHashCode):
  728. (Equals):
  729. (IsDefaultAttribute): implemented.
  730. 2002-07-08 Gonzalo Paniagua Javier <[email protected]>
  731. * Control.cs: fixed Visible property.
  732. * Page.cs: fixed GetViewStateString.
  733. 2002-07-05 Gonzalo Paniagua Javier <[email protected]>
  734. * System.Web.UI/Page.cs:
  735. (GetViewStateString): new function to give the server access to the
  736. generated view state string.
  737. (Validate): d'oh!
  738. 2002-07-05 Gonzalo Paniagua Javier <[email protected]>
  739. * Control.cs:
  740. (SaveViewstateRecursive): implemented.
  741. (SaveViewState): fixed.
  742. (IParserAccessor.AddParsedSubObject): don't use 'this'.
  743. * Page.cs: added code to save view state to an xml file. It's not
  744. being used right now.
  745. 2002-06-30 Gonzalo Paniagua Javier <[email protected]>
  746. * System.Web.UI/LiteralControl.cs:
  747. Fixes based on class status page:
  748. - Add attributes (DefaultEvent, ParseChildren).
  749. - Fix declarations.
  750. - Explicitly implement some interfaces (IPostBackDataHandler
  751. and IPostBackEventHandler).
  752. - Implemented some missing methods.
  753. 2002-06-29 Gonzalo Paniagua Javier <[email protected]>
  754. * Control.cs: reimplemented FindControls.
  755. * Page.cs:
  756. (.ctor): set the page for this control.
  757. (IsPostBack): return valid value.
  758. (DeterminePostBackMode): finished.
  759. (OnFormRender): render __VIEWSTATE (uses GetTypeHashCode()).
  760. (ProcessPostData): implemented. Raises change and postback events.
  761. (ProcessRequest): changed to support reuse of the instance.
  762. (RegisterRequiresPostBack): implemented.
  763. * ValidatorCollection.cs: implemented all methods.
  764. 2002-06-25 Gonzalo Paniagua Javier <[email protected]>
  765. * Control.cs:
  766. * Page.cs: first attemp to save view state.
  767. * HtmlForm.cs: don't render Action.
  768. 2002-06-24 Gonzalo Paniagua Javier <[email protected]>
  769. * Page.cs: implemented more properties using information we already
  770. have in Context.
  771. (OnFormRender):
  772. (OnFormPostRender):
  773. (VerifyRenderingInServerForm): implemented.
  774. 2002-06-22 Gonzalo Paniagua Javier <[email protected]>
  775. * Page.cs: changed InvokeEventMethod to use a GetMethod that works with
  776. out runtime. Renamed Page_Init and Page_Load.
  777. After this, we can load a dll and render HTML in linux.
  778. 2002-06-20 Gonzalo Paniagua Javier <[email protected]>
  779. * Control.cs:
  780. (AddedControl): new function that is called whenever a control is
  781. added to a collection of controls in a container. It sets the defaults
  782. except for Page.
  783. * ControlCollection.cs: call AddedControl in Add/AddAt.
  784. * DataBoundLiteralControl.cs: implemented constructor, Text, Render,
  785. SetStaticString and SetDataBoundString.
  786. * Page.cs: removed SetDefaults.
  787. 2002-06-19 Gonzalo Paniagua Javier <[email protected]>
  788. * CompiledTemplateBuilder.cs: new file. Used in the code generated
  789. by xsp.
  790. * Control.cs:
  791. (BindingContainer): implemented.
  792. (EnsureChildControls): avoid stack overflow.
  793. * DataBinder.cs: implemented Eval and PropertyValue.
  794. 2002-06-18 Gonzalo Paniagua Javier <[email protected]>
  795. * HtmlTextWriter.cs: fixed style attributes rendering (almost the same
  796. bug as in regular attributes).
  797. 2002-06-17 Gonzalo Paniagua Javier <[email protected]>
  798. * Control.cs: implemented PreventAutoID.
  799. * Page.cs:
  800. (SetDefaults): don't set ID automatically if Control.PreventAutoID has
  801. been called.
  802. 2002-06-12 Gonzalo Paniagua Javier <[email protected]>
  803. * Page.cs:
  804. (Validators): if the collection is null, create one.
  805. (GetPostBackEventReference 2): don't throw exception.
  806. (GetPostBackClientEvent): return a string with containing the method
  807. name, the control name and the argument.
  808. 2002-06-12 Gonzalo Paniagua Javier <[email protected]>
  809. * Page.cs: SetPage is now called SetDefaults and also sets a default
  810. ID for controls that don't have one yet.
  811. 2002-06-12 Gonzalo Paniagua Javier <[email protected]>
  812. * Page.cs:
  813. (GetPostBackClient):
  814. (RegisterRequiresPostBack): don't throw NotImplementedException to
  815. keep going.
  816. (ProcessRequest): set the current page as the Page property for *all*
  817. the controls, not just the direct children of the page.
  818. 2002-06-11 Gonzalo Paniagua Javier <[email protected]>
  819. * Control.cs:
  820. (MapPathSecure): until security is implemented, return the same path
  821. received as argument.
  822. (RenderControl): call OnPreRender before rendering the control. So
  823. AdRotator can read its configuration file.Is there any other place
  824. where this should be done?
  825. * HtmlTextWriter.cs:
  826. (AddAttribute): fixed. Now it really stores attributes.
  827. (RenderBeginTag): fixed a couple of bugs (little ones but hard to find).
  828. 2002-06-09 Gonzalo Paniagua Javier <[email protected]>
  829. * ControlCollection.cs:
  830. (AddAt): if index is -1 behave as a plain Add.
  831. 2002-06-06 Gonzalo Paniagua Javier <[email protected]>
  832. * Page.cs: for each child control to render, assign Control.Page.
  833. Probably also needed in HtmlContainerControl derived classes.
  834. 2002-06-05 Gonzalo Paniagua Javier <[email protected]>
  835. * AttributeCollection.cs: don't need a Hastable. StateBag now works
  836. fine and takes care of the details.
  837. * Control.cs: added HasChildren property.
  838. * StateBag.cs: fixed a couple of nasty bugs.
  839. 2002-06-05 Gonzalo Paniagua Javier <[email protected]>
  840. * Page.cs: run OnInit, OnLoad y PreRender before rendering the page.
  841. Invoke Page_Init and/or Page_Load if the user supplied them (though
  842. this should depend on AutoEventWireUp attribute of Page directive).
  843. 2002-06-04 Gonzalo Paniagua Javier <[email protected]>
  844. * Control.cs: don't throw exception in ControlID. By now, it returns ID.
  845. * Page.cs:
  846. (ProcessRequest): implemented.
  847. 2002-06-04 Gonzalo Paniagua Javier <[email protected]>
  848. * System.Web.UI/Page.cs: finished stubbing out. Implemented some
  849. methods.
  850. 2002-06-03 Gonzalo Paniagua Javier <[email protected]>
  851. * Page.cs:
  852. (FileDependencies): now is public public.
  853. (EnableViewStateMAC): uncommented and made protected.
  854. (GetTypeHashCode): added method.
  855. 2002-05-24 Duncan Mak <[email protected]>
  856. * TemplateControl.cs (SetStringResourcePointer): Fixed typo.
  857. * StateBag.cs (Item): Changed the visibility level of the this
  858. [object] indexer.
  859. Misc. formatting edits, fixing some bugs introduced by the indentation.
  860. * DataBinder.cs (Eval)
  861. (GetIndexedPropertyValue)
  862. (GetPropertyValue): Fixed return types.
  863. 2002-05-21 Miguel de Icaza <[email protected]>
  864. * HtmlTextWriter.cs: Use this to change the member instances.
  865. 2002-05-17 Duncan Mak <[email protected]>
  866. * AttributeCollection.cs:
  867. * ControlCollection.cs:
  868. * CssStyleCollection.cs:
  869. * DataBindingCollection.cs:
  870. * EmptyControlCollection.cs: Added missing Collection classes.
  871. 2002-05-17 Duncan Mak <[email protected]>
  872. * BaseParser.cs:
  873. * TemplateParser.cs: Implemented. BaseParser is weird because
  874. there is no documentation on what it does.
  875. * ControlBuilder.cs:
  876. * DataBinder.cs:
  877. * DataBinding.cs: Added.
  878. * DataBoundLiteralControl.cs:
  879. * Triplet.cs: Added.
  880. * RenderMethod.cs: Added this delegate for Control.cs
  881. 2002-05-15 Gonzalo Paniagua Javier <[email protected]>
  882. * ValidationPropertyAttribute.cs: a couple of fixes to make it compile.
  883. 2002-05-14 Duncan Mak <[email protected]>
  884. * ValidationPropertyAttribute.cs: Added to CVS.
  885. 2002-05-10 Duncan Mak <[email protected]>
  886. * ConstructorNeedsTagAttribute.cs:
  887. * ControlBuilderAttribute.cs:
  888. * ImageClickEventArgs.cs:
  889. * ParseChildrenAttribute.cs:
  890. * PartialCachingAttribute.cs:
  891. * PersistChildrenAttribute.cs:
  892. * PersistenceModeAttribute.cs:
  893. * TemplateContainerAttribute.cs: Added to CVS.
  894. * PersistanceMode.cs: Removed, fixed typo.
  895. * PersistenceMode.cs: Replacing above.
  896. * StateBag.cs (this): Fixed indexer, it takes a string as the
  897. index, not an object.
  898. * ValidatorCollection.cs: Fixed typo, ValidatedCollection to ValidatorCollection.
  899. * Page.cs (Validators): return type should be ValidatorCollection,
  900. not ValidatedCollection.
  901. * TagPrefixAttribute.cs: Added to CVS.
  902. 2002-05-07 Duncan Mak <[email protected]>
  903. * Utils.cs (GetClientValidatedEvent): Uncommented the 'Page' argument.
  904. 2002-03-26 Gaurav Vaish <[email protected]>
  905. * DataBindingHandlerAttribute.cs
  906. - Completed
  907. * ToolboxDataAttribute.cs - Completed
  908. 2002-01-03 Nick Drochak <[email protected]>
  909. * DesignTimeParseData.cs: initialze static member to avoid compile
  910. error
  911. * PropertyConverter.cs: remove uneeded exception variables from
  912. catch blocks.
  913. 2002-01-02 Nick Drochak <[email protected]>
  914. * DesignTimeParseData.cs: fix header to show correct class name
  915. 2001-12-21 Gaurav Vaish <[email protected]>
  916. * StateBag.cs - Completed
  917. 2001-12-19 Gaurav Vaish <[email protected]>
  918. * Pair.cs - Small undocumented class. Completed.
  919. 2001-12-18 Gaurav Vaish <[email protected]>
  920. * DesignTimeParseData.cs - Initial implementation
  921. * StateBag.cs - Initial implementation
  922. 2001-12-17 Gaurav Vaish <[email protected]>
  923. * PropertyConverter.cs - Undocumented class. Completed.
  924. * Utils.cs - Undocumented, private class.
  925. Initial implementation
  926. 2001-08-28 Bob Smith <[email protected]>
  927. * Control.cs: Figured out some undocumented API.
  928. * Added TODO.
  929. * BuildMethod.cs: Initial implementation.
  930. * BuildTemplateMethod.cs: Initial implementation.
  931. * HtmlTextWriterAttribute.cs: Initial implementation.
  932. * HtmlTextWriterStyle.cs: Initial implementation.
  933. * HtmlTextWriterTag.cs: Initial implementation.
  934. * IAttributeAccessor.cs: Initial implementation.
  935. * IDataBindingsAccessor.cs: Initial implementation.
  936. * ImageClickEventHandler.cs: Initial implementation.
  937. * INamingContainer.cs: Initial implementation.
  938. * IParserAccessor.cs: Initial implementation.
  939. * IPostBackDataHandler.cs: Initial implementation.
  940. * IPostBackEventHandler.cs: Initial implementation.
  941. * IStateManager.cs: Initial implementation.
  942. * ITagNameToTypeMapper.cs: Initial implementation.
  943. * ITemplate.cs: Initial implementation.
  944. * IValidator.cs: Initial implementation.
  945. * OutputCacheLocation.cs: Initial implementation.
  946. * PersistanceMode.cs: Initial implementation.
  947. * StateItem.cs: Initial implementation.
  948. 2001-08-27 Bob Smith <[email protected]>
  949. * Control.cs: Bug fixes and implementations.
  950. 2001-08-24 Bob Smith <[email protected]>
  951. * Control.cs: Bug fixes.
  952. 2001-08-23 Bob Smith <[email protected]>
  953. * Control.cs: More implementation. Events reworked for performance.
  954. 2001-08-22 Bob Smith <[email protected]>
  955. * LiteralControl.cs: Implemented.
  956. * Control.cs: Even more implementation (Events). What a beast.
  957. 2001-08-20 Bob Smith <[email protected]>
  958. * Control.cs: More implementation. Not done yet. Shutter.
  959. 2001-08-17 Bob Smith <[email protected]>
  960. * Control.cs: Partial implementation.