ChangeLog 45 KB

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