ChangeLog 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884
  1. 2003-07-30 Andreas Nahr <[email protected]>
  2. * PersistenceModeAttribute.cs: Fixed wrong AttributeUsage
  3. 2003-07-30 Andreas Nahr <[email protected]>
  4. * UserControl.cs: Added attribute
  5. * BasePartialCachingControl.cs: New class and paritally implemented
  6. * DesignerDataBoundLiteralControl.cs: New class and implemented
  7. * DesignTimeTemplateParser.cs:
  8. * PartialCachingControl.cs:
  9. * StaticPartialCachingControl.cs: New class and paritally implemented
  10. 2003-07-27 Andreas Nahr <[email protected]>
  11. * ApplicationFileParser.cs: Fixed signature
  12. * DesignTimeParseData.cs: Added missing properties, implemented
  13. * Page.cs: Added attributes
  14. * PageParser.cs:
  15. * TemplateControlParser.cs:
  16. * TemplateParser.cs:
  17. * UserControlParser.cs: Fixed signature
  18. 2003-07-17 Andreas Nahr <[email protected]>
  19. * HtmlControlPersistableAttribute.cs: Added
  20. * IgnoreUnknownContentAttribute.cs: Added
  21. 2003-07-17 Andreas Nahr <[email protected]>
  22. * IUserControlDesignerAccessor.cs: Added and implemented
  23. * Control.cs: Missing member added, added all attributes
  24. * Page.cs: Added attributes, fixed signature
  25. * TemplateControl.cs: Fixed signature, added all attributes
  26. * UserControl.cs: Added all attributes, added and implemented missing interface
  27. 2003-07-17 Gonzalo Paniagua Javier <[email protected]>
  28. * ControlCollection.cs: fixed bug #46472.
  29. 2003-07-03 Gonzalo Paniagua Javier <[email protected]>
  30. * SimpleWebHandlerParser.cs: implemented GetTypeFromBin.
  31. 2003-07-03 Gonzalo Paniagua Javier <[email protected]>
  32. * SimpleWebHandlerParser.cs: updated to new compilation interface.
  33. * TemplateParser.cs: use the new parameter when compiling.
  34. 2003-07-01 Gonzalo Paniagua Javier <[email protected]>
  35. * Page.cs: also keep the value for the second try on handling postback
  36. events.
  37. 2003-05-14 Gonzalo Paniagua Javier <[email protected]>
  38. * BaseParser.cs: fixed MapPath for non-rooted files.
  39. * PageParser.cs: don't pass a non-virtual file around.
  40. * TemplateControlParser.cs: InputFile uses MapPath now. Take care of
  41. the exception teh may be throw by MapPath on an invalid path.
  42. * TemplateParser.cs: removed unused method.
  43. * UserControlParser.cs: modified inputfile. The result is the same, but
  44. this one is better.
  45. 2003-05-06 Gonzalo Paniagua Javier <[email protected]>
  46. * RootBuilder.cs: throw exception when the tagprefix is not valid or
  47. not found.
  48. 2003-05-05 Gonzalo Paniagua Javier <[email protected]>
  49. * TemplateControlParser.cs: return after processing @Register.
  50. 2003-05-04 Gonzalo Paniagua Javier <[email protected]>
  51. * TemplateParser.cs: Added support for server side includes.
  52. 2003-05-03 Gonzalo Paniagua Javier <[email protected]>
  53. * TemplateControl.cs: fixed the flags used to find the methods that
  54. are automatically hooked up on events.
  55. * TemplateParser.cs: don't compile a source file directly. Use the
  56. cache instead.
  57. 2003-05-01 Gonzalo Paniagua Javier <[email protected]>
  58. * BaseParser.cs: Location property is now here. Added a couple of
  59. convenience methods to throw a ParseException.
  60. * TemplateParser.cs:
  61. * TemplateControlParser.cs:
  62. * PageParser.cs: throw ParseException where appropiate.
  63. 2003-05-01 Gonzalo Paniagua Javier <[email protected]>
  64. * ApplicationFileParser.cs: use the generator to actually parse the
  65. file.
  66. * ControlBuilder.cs: small fix in NamingContainerType because
  67. TemplateBuilders have a null ControlType. When a control is appended
  68. to a parent, assign the child's parent.
  69. * UserControlParser.cs: fixed the value of InputFile.
  70. 2003-04-30 Gonzalo Paniagua Javier <[email protected]>
  71. * ApplicationFileParser.cs: store the Context and override
  72. BaseVirtualDir so that it's the application path.
  73. * BaseParser.cs: removed CurrentVirtualPath property.
  74. * TemplateControlParser.cs: use BaseVirtualDir.
  75. * UserControlParser.cs: removed CurrentVirtualPath.
  76. 2003-04-30 Gonzalo Paniagua Javier <[email protected]>
  77. * TemplateParser.cs: always reference all the assemblies in bin
  78. directory.
  79. 2003-04-30 Gonzalo Paniagua Javier <[email protected]>
  80. * ApplicationFileParser.cs: it works now. Prior to these changes, we
  81. were using the compiler directly.
  82. * BaseParser.cs: added some useful properties and methods.
  83. * CodeBuilder.cs: use ILocation.
  84. * CodeRenderBuilder.cs: use ILocation.
  85. * CollectionBuilder.cs: use the RootBuilder to map tag names into Types.
  86. * ControlBuilder.cs: made it useful.
  87. * DataBindingBuilder.cs: the control type for data bound text is
  88. DataBoundLiteralControl now.
  89. * ObjectTagBuilder.cs: store some object tag attributes.
  90. * PageParser.cs: handle page-only directives.
  91. * RootBuilder.cs: bah.
  92. * SimpleWebHandlerParser.cs: made it dummy.
  93. * TemplateControl.cs: Modified file.
  94. * TemplateControlParser.cs: handle directives that are common to pages
  95. and user controls.
  96. * TemplateParser.cs: utility methods and handling of directives that
  97. are common to app, page and user controls.
  98. * UserControl.cs: added ControlBuilderAttribute.
  99. * UserControlControlBuilder.cs: builder for user controls.
  100. * UserControlParser.cs: use the new interfaces.
  101. 2003-04-20 Gonzalo Paniagua Javier <[email protected]>
  102. * ControlBuilder.cs: line and fileName are protected now.
  103. * CodeBuilder.cs: base class for the next 2 files.
  104. * CodeRenderBuilder.cs: builder for code render.
  105. * DataBindingBuilder.cs: builder for data binding.
  106. 2003-04-20 Gonzalo Paniagua Javier <[email protected]>
  107. * ITagNameToTypeMapper.cs: made it internal.
  108. * ObjectTagBuilder.cs: builder for <object runat="server"> tag.
  109. * ObjectTag.cs:
  110. * RootBuilder.cs: initial builder.
  111. 2003-04-15 Gonzalo Paniagua Javier <[email protected]>
  112. * CollectionBuilder.cs:
  113. * TemplateBuilder.cs: new classes derived from ControlBuilder that
  114. represent a property or a ITemplate.
  115. * ControlBuilder.cs: implemented all the missing bits.
  116. * TemplateParser.cs: added mapping from tag name to Type feature.
  117. 2003-02-15 Gonzalo Paniagua Javier <[email protected]>
  118. * Control.cs: have i definitely fixed naming container stuff this time?
  119. * LosFormatter.cs: activated binary serialization code.
  120. 2003-02-14 Gonzalo Paniagua Javier <[email protected]>
  121. * Control.cs:
  122. (AddedControl): fixed default id assignation when the sequence of
  123. AddedControl until it's included in the page or one of its controls
  124. does not pass through a naming container.
  125. 2003-02-09 Gonzalo Paniagua Javier <[email protected]>
  126. * Control.cs: give different default names depending on the place where
  127. it is assigned. Implemented ResolveURl (no more ~ rendered in
  128. attributes!).
  129. 2003-02-08 Gonzalo Paniagua Javier <[email protected]>
  130. * Control.cs: when adding a control, assign default names to th
  131. children that don't have one.
  132. 2003-02-03 Gonzalo Paniagua Javier <[email protected]>
  133. * SimpleWebHandlerParser.cs: modified to use the new parser interface.
  134. 2003-01-17 Gonzalo Paniagua Javier <[email protected]>
  135. * Control.cs: some more tweaks to naming containers stuff.
  136. * DataBinder.cs: don't throw exception if the container is null.
  137. * Page.cs: now we can render client scripts, startup scripts and hidden
  138. fields. Only render __VIEWSTATE if there is someone that will take care
  139. of it.
  140. (RaisePostBackEvents): first try the last one that required raise event,
  141. then try __EVENTTARGET.
  142. 2003-01-16 Gonzalo Paniagua Javier <[email protected]>
  143. * Control.cs: fixes in UniqueID, FindControl, AddedControl,
  144. UnloadRecursive, InitRecursive. Reduced the size of __VIEWSTATE. Made
  145. FindControl work with NamingContainers.
  146. * ControlCollection.cs: notify the parent when clearing the collection.
  147. * LosFormatter.cs: Added debugging output and generate a valid
  148. viewstate even for unknown types.
  149. * Page.cs: GetPostBackEventReference now uses UniqueID. Reduced
  150. viewstate.
  151. 2003-01-10 Gonzalo Paniagua Javier <[email protected]>
  152. * Page.cs: make it fire the LoadData related events also for controls
  153. such as ImageButton, whose variable(s) in the query string are of the
  154. form ctrl_name.x and only fire them once per control.
  155. 2003-01-08 Gonzalo Paniagua Javier <[email protected]>
  156. * DataBinder.cs:
  157. (GetPropertyValue): don't try to get the property as indexed
  158. 2003-01-08 Gonzalo Paniagua Javier <[email protected]>
  159. * DataBinder.cs: use TypeDescriptor to get the properties and their
  160. values.
  161. 2003-01-04 Gonzalo Paniagua Javier <[email protected]>
  162. * Control.cs:
  163. (AddedControl): take the children to the same state of the parent.
  164. (InitRecursive): set the page of the children.
  165. * Page.cs: removed one line (it's done a few lines above).
  166. * UserControl.cs:
  167. (OnInit): always call InitializeAsUserControl
  168. (InitializeAsUserControl): sets the page for the control.
  169. 2003-01-03 Gonzalo Paniagua Javier <[email protected]>
  170. * Control.cs: fixed bug #36037.
  171. 2002-12-20 Gonzalo Paniagua Javier <[email protected]>
  172. * BaseParser.cs: a couple of path fixes to make it work
  173. when the page is not in the root directory.
  174. 2002-12-20 Gonzalo Paniagua Javier <[email protected]>
  175. * Control.cs: fixed PreRenderRecursiveInternal. Thanks to kojoadams for
  176. reporting the bug.
  177. 2002-12-18 Gonzalo Paniagua Javier <[email protected]>
  178. * BaseParser.cs: use MapPath and context to locate files.
  179. * Control.cs: implemented MapPathSecure.
  180. * TemplateControl.cs: use UrlUtils to generate the path.
  181. * TemplateControlParser.cs: use the context and MapPath.
  182. * UserControl.cs: implemented MapPath.
  183. * UserControlParser.cs: added context parameter to constructor.
  184. 2002-12-17 Gonzalo Paniagua Javier <[email protected]>
  185. * Control.cs: implemented MapPathSecure.
  186. * Page.cs: fixed Server property.
  187. 2002-12-15 Gonzalo Paniagua Javier <[email protected]>
  188. * DataBinder.cs: try the indexer if the property is not found in
  189. GetPropertyValue ().
  190. 2002-12-13 Gonzalo Paniagua Javier <[email protected]>
  191. * Control.cs: added AutoEventWireup internal property.
  192. * Page.cs: removed page events wire up from here.
  193. * TemplateControl.cs: new method WireupAutomaticEvents to hook up page
  194. and user controls events.
  195. * TemplateControlParser.cs: process the options that are applicable
  196. once we have the instance of the control.
  197. * TemplateParser.cs: also stores the options.
  198. * UserControl.cs: hook up events before initializing the control.
  199. 2002-12-12 Gonzalo Paniagua Javier <[email protected]>
  200. * Control.cs: new method to set bindingContainer value.
  201. * TemplateControl.cs: added controls are not binding containers.
  202. 2002-12-12 Gonzalo Paniagua Javier <[email protected]>
  203. * Control.cs: implemented TemplateSourceDirectory.
  204. * TemplateControl.cs: implemented LoadControl and LoadTemplate.
  205. 2002-11-27 Gonzalo Paniagua Javier <[email protected]>
  206. * UserControl.cs: fixed SetAttribute.
  207. * UserControlParser.cs: set the correct base type.
  208. 2002-11-26 Gonzalo Paniagua Javier <[email protected]>
  209. * TemplateParser.cs: fixed BaseType.
  210. * UserControlParser.cs: helper class to compile user controls.
  211. 2002-11-20 Gonzalo Paniagua Javier <[email protected]>
  212. * LosFormatter.cs: added DateTime to special types.
  213. 2002-11-12 Gonzalo Paniagua Javier <[email protected]>
  214. * LosFormatter.cs: added array serialization support. Disabled binary
  215. serialization and add some debugging code.
  216. * StateBag.cs: the length of the list of value can be less than the
  217. length if the list of keys when remaining values are null.
  218. 2002-11-07 Gonzalo Paniagua Javier <[email protected]>
  219. * Page.cs: return something useful in GetPostBackClientEvent.
  220. 2002-11-02 Gonzalo Paniagua Javier <[email protected]>
  221. * Page.cs: implemented FileDependecies and made it protected.
  222. 2002-10-31 Gonzalo Paniagua Javier <[email protected]>
  223. * Control.cs: save control names instead of the controls
  224. themselves to the ViewState.
  225. * LosFormatter.cs: added support for serializing unknown
  226. types. BinaryFormatter does not work so you better don't store anything
  227. of unknown Type in ViewState.
  228. * Page.cs: GetViewStateString works now using LosFormatter.
  229. Complete "Control execution lifecycle" by unloading all the child
  230. controls. Check for null in RaisePostBackEvents.
  231. LoadPageViewStateFromPersistenceMedium uses LosFormatter too.
  232. 2002-10-29 Gonzalo Paniagua Javier <[email protected]>
  233. * DataBinder.cs: implemented Eval and GetIndexedPropertyValue methods.
  234. 2002-10-27 Gonzalo Paniagua Javier <[email protected]>
  235. * LosFormatter.cs: Use WebEncoding.Encoding.
  236. * Control.cs:
  237. * Page.cs: fixed namespace.
  238. 2002-10-24 Gonzalo Paniagua Javier <[email protected]>
  239. * Page.cs: set the context in ProcessRequest. Added a few trace calls.
  240. * Control.cs: added some trace information.
  241. 2002-10-08 Gonzalo Paniagua Javier <[email protected]>
  242. * SimpleHandlerFactory.cs: new handler for .ashx files.
  243. 2002-09-28 Gonzalo Paniagua Javier <[email protected]>
  244. * System.Web.UI/PageHandlerFactory.cs: new file.
  245. * System.Web.UI/PageParser.cs:
  246. * System.Web.UI/TemplateControlParser.cs: we are now able to compile
  247. pages and use HttpApplication, HttpRuntime and SimpleWorkerRequest.
  248. 2002-09-25 Gonzalo Paniagua Javier <[email protected]>
  249. * Control.cs: implemented ObBubbleEvent.
  250. * Page.cs: temporary workaround to make POST work with xsp server.
  251. 2002-09-22 Gonzalo Paniagua Javier <[email protected]>
  252. * Page.cs: fixed InvokeEventMethod now that Type.GetMethod does not
  253. return pvt methods.
  254. 2002-09-11 Gonzalo Paniagua Javier <[email protected]>
  255. * SimpleWebHandlerParser.cs: New file.
  256. * WebServiceParser.cs: New file.
  257. 2002-08-22 Gonzalo Paniagua Javier <[email protected]>
  258. * LosFormatter.cs: almost fully implemented.
  259. 2002-08-18 Gonzalo Paniagua Javier <[email protected]>
  260. * CompiledTemplateBuilder.cs: InstantiateIn is virtual.
  261. * EmptyControlCollection.cs: throw correct exception.
  262. * LosFormatter.cs: stubbed out.
  263. * OutputCacheLocation.cs: little fix.
  264. 2002-08-16 Gonzalo Paniagua Javier <[email protected]>
  265. * System.Web.UI/ApplicationFileParser.cs:
  266. * System.Web.UI/BaseParser.cs:
  267. * System.Web.UI/PageParser.cs:
  268. * System.Web.UI/TemplateControl.cs:
  269. * System.Web.UI/TemplateControlParser.cs:
  270. * System.Web.UI/TemplateParser.cs: first steps to move xsp into
  271. System.Web.
  272. 2002-07-30 Gonzalo Paniagua Javier <[email protected]>
  273. * Page.cs: request to render postback script can be after form started
  274. rendering.
  275. 2002-07-22 Gonzalo Paniagua Javier <[email protected]>
  276. * Page.cs: added more page events to invoke automagically if some
  277. methods are defined.
  278. 2002-07-22 Gonzalo Paniagua Javier <[email protected]>
  279. * Control.cs:
  280. (SaveViewState): save state even when control is not visible.
  281. (SaveViewStateRecursive):
  282. (LoadViewStateRecursive): made internal.
  283. 2002-07-21 Gonzalo Paniagua Javier <[email protected]>
  284. * Page.cs: improved event raising to allow client postback for a wider
  285. variety of actions (clicking an hyperlink, ...).
  286. 2002-07-20 Gonzalo Paniagua Javier <[email protected]>
  287. * UserControl.cs: implemented Load/SaveViewState.
  288. 2002-07-20 Gonzalo Paniagua Javier <[email protected]>
  289. * AttributeCollection.cs:
  290. (Add): handle 'style' through styleCollection.
  291. * CssStyleCollection.cs:
  292. (fillStyle): renamed to FillStyle and made it internal.
  293. * Page.cs:
  294. (GetViewStateString): fixed, broken after other recent changes.
  295. (ProcessPostData): allow a second try for postback data after OnLoad.
  296. (ProcessRequest): clear controls collection, removed call to
  297. UnloadRecursive.
  298. 2002-07-19 Gonzalo Paniagua Javier <[email protected]>
  299. * Control.cs: uncommented Dispose.
  300. * Page.cs:
  301. (DeterminePostBackMode): more checkings.
  302. (GetPostBackClientHyperLink): implemented.
  303. (GetPostBackEventReference): added some comments with the HTML that MS
  304. generates for that.
  305. (ProcessRequest): fixed processing order. The page is unloaded after
  306. a request and regenerated from view state on subsequents posts.
  307. 2002-07-17 Gonzalo Paniagua Javier <[email protected]>
  308. * Control.cs: fixed related to ViewState. Added RemovedControl.
  309. * ControlCollection.cs: notify owner of control removal.
  310. * CssStyleCollection.cs: almost rewritten to make it render the style
  311. attribute after changes to it.
  312. * Page.cs: follow the guidelines in 'Control execution lifecycle'.
  313. Removed Xml code.
  314. * StateBag.cs: don't use IDictionary.GetEnumerator on the
  315. HybridDictionary: it makes the program give an InvalidCastException at
  316. runtime. Why?
  317. 2002-07-16 Gonzalo Paniagua Javier <[email protected]>
  318. * Page.cs: fire Init and Load events for all children.
  319. 2002-07-14 Gonzalo Paniagua Javier <[email protected]>
  320. * UserControl.cs: New file.
  321. 2002-07-13 Gonzalo Paniagua Javier <[email protected]>
  322. * ControlBuilderAttribute.cs: finished implementation.
  323. 2002-07-12 Gonzalo Paniagua Javier <[email protected]>
  324. * ConstructorNeedsTagAttribute.cs: the default constructor sets the
  325. property to false.
  326. 2002-07-12 Gonzalo Paniagua Javier <[email protected]>
  327. * System.Web.UI/AttributeCollection.cs: added CssStyleCollection.
  328. * System.Web.UI/CssStyleCollection.cs: use a StateBag instead of a
  329. Hashtable. Added internal .ctor.
  330. * System.Web.UI/DataBinding.cs: propertyType is a Type. Implemented
  331. Equals and GetHashCode.
  332. * System.Web.UI/DataBoundLiteralControl.cs:
  333. (LoadViewState):
  334. (SaveViewState): implemented.
  335. * System.Web.UI/Page.cs: FileDependencies is not public.
  336. * System.Web.UI/ParseChildrenAttribute.cs: give a value to Default.
  337. (GetHashCode):
  338. (Equals):
  339. (IsDefaultAttribute): implemented.
  340. 2002-07-08 Gonzalo Paniagua Javier <[email protected]>
  341. * Control.cs: fixed Visible property.
  342. * Page.cs: fixed GetViewStateString.
  343. 2002-07-05 Gonzalo Paniagua Javier <[email protected]>
  344. * System.Web.UI/Page.cs:
  345. (GetViewStateString): new function to give the server access to the
  346. generated view state string.
  347. (Validate): d'oh!
  348. 2002-07-05 Gonzalo Paniagua Javier <[email protected]>
  349. * Control.cs:
  350. (SaveViewstateRecursive): implemented.
  351. (SaveViewState): fixed.
  352. (IParserAccessor.AddParsedSubObject): don't use 'this'.
  353. * Page.cs: added code to save view state to an xml file. It's not
  354. being used right now.
  355. 2002-06-30 Gonzalo Paniagua Javier <[email protected]>
  356. * System.Web.UI/LiteralControl.cs:
  357. Fixes based on class status page:
  358. - Add attributes (DefaultEvent, ParseChildren).
  359. - Fix declarations.
  360. - Explicitly implement some interfaces (IPostBackDataHandler
  361. and IPostBackEventHandler).
  362. - Implemented some missing methods.
  363. 2002-06-29 Gonzalo Paniagua Javier <[email protected]>
  364. * Control.cs: reimplemented FindControls.
  365. * Page.cs:
  366. (.ctor): set the page for this control.
  367. (IsPostBack): return valid value.
  368. (DeterminePostBackMode): finished.
  369. (OnFormRender): render __VIEWSTATE (uses GetTypeHashCode()).
  370. (ProcessPostData): implemented. Raises change and postback events.
  371. (ProcessRequest): changed to support reuse of the instance.
  372. (RegisterRequiresPostBack): implemented.
  373. * ValidatorCollection.cs: implemented all methods.
  374. 2002-06-25 Gonzalo Paniagua Javier <[email protected]>
  375. * Control.cs:
  376. * Page.cs: first attemp to save view state.
  377. * HtmlForm.cs: don't render Action.
  378. 2002-06-24 Gonzalo Paniagua Javier <[email protected]>
  379. * Page.cs: implemented more properties using information we already
  380. have in Context.
  381. (OnFormRender):
  382. (OnFormPostRender):
  383. (VerifyRenderingInServerForm): implemented.
  384. 2002-06-22 Gonzalo Paniagua Javier <[email protected]>
  385. * Page.cs: changed InvokeEventMethod to use a GetMethod that works with
  386. out runtime. Renamed Page_Init and Page_Load.
  387. After this, we can load a dll and render HTML in linux.
  388. 2002-06-20 Gonzalo Paniagua Javier <[email protected]>
  389. * Control.cs:
  390. (AddedControl): new function that is called whenever a control is
  391. added to a collection of controls in a container. It sets the defaults
  392. except for Page.
  393. * ControlCollection.cs: call AddedControl in Add/AddAt.
  394. * DataBoundLiteralControl.cs: implemented constructor, Text, Render,
  395. SetStaticString and SetDataBoundString.
  396. * Page.cs: removed SetDefaults.
  397. 2002-06-19 Gonzalo Paniagua Javier <[email protected]>
  398. * CompiledTemplateBuilder.cs: new file. Used in the code generated
  399. by xsp.
  400. * Control.cs:
  401. (BindingContainer): implemented.
  402. (EnsureChildControls): avoid stack overflow.
  403. * DataBinder.cs: implemented Eval and PropertyValue.
  404. 2002-06-18 Gonzalo Paniagua Javier <[email protected]>
  405. * HtmlTextWriter.cs: fixed style attributes rendering (almost the same
  406. bug as in regular attributes).
  407. 2002-06-17 Gonzalo Paniagua Javier <[email protected]>
  408. * Control.cs: implemented PreventAutoID.
  409. * Page.cs:
  410. (SetDefaults): don't set ID automatically if Control.PreventAutoID has
  411. been called.
  412. 2002-06-12 Gonzalo Paniagua Javier <[email protected]>
  413. * Page.cs:
  414. (Validators): if the collection is null, create one.
  415. (GetPostBackEventReference 2): don't throw exception.
  416. (GetPostBackClientEvent): return a string with containing the method
  417. name, the control name and the argument.
  418. 2002-06-12 Gonzalo Paniagua Javier <[email protected]>
  419. * Page.cs: SetPage is now called SetDefaults and also sets a default
  420. ID for controls that don't have one yet.
  421. 2002-06-12 Gonzalo Paniagua Javier <[email protected]>
  422. * Page.cs:
  423. (GetPostBackClient):
  424. (RegisterRequiresPostBack): don't throw NotImplementedException to
  425. keep going.
  426. (ProcessRequest): set the current page as the Page property for *all*
  427. the controls, not just the direct children of the page.
  428. 2002-06-11 Gonzalo Paniagua Javier <[email protected]>
  429. * Control.cs:
  430. (MapPathSecure): until security is implemented, return the same path
  431. received as argument.
  432. (RenderControl): call OnPreRender before rendering the control. So
  433. AdRotator can read its configuration file.Is there any other place
  434. where this should be done?
  435. * HtmlTextWriter.cs:
  436. (AddAttribute): fixed. Now it really stores attributes.
  437. (RenderBeginTag): fixed a couple of bugs (little ones but hard to find).
  438. 2002-06-09 Gonzalo Paniagua Javier <[email protected]>
  439. * ControlCollection.cs:
  440. (AddAt): if index is -1 behave as a plain Add.
  441. 2002-06-06 Gonzalo Paniagua Javier <[email protected]>
  442. * Page.cs: for each child control to render, assign Control.Page.
  443. Probably also needed in HtmlContainerControl derived classes.
  444. 2002-06-05 Gonzalo Paniagua Javier <[email protected]>
  445. * AttributeCollection.cs: don't need a Hastable. StateBag now works
  446. fine and takes care of the details.
  447. * Control.cs: added HasChildren property.
  448. * StateBag.cs: fixed a couple of nasty bugs.
  449. 2002-06-05 Gonzalo Paniagua Javier <[email protected]>
  450. * Page.cs: run OnInit, OnLoad y PreRender before rendering the page.
  451. Invoke Page_Init and/or Page_Load if the user supplied them (though
  452. this should depend on AutoEventWireUp attribute of Page directive).
  453. 2002-06-04 Gonzalo Paniagua Javier <[email protected]>
  454. * Control.cs: don't throw exception in ControlID. By now, it returns ID.
  455. * Page.cs:
  456. (ProcessRequest): implemented.
  457. 2002-06-04 Gonzalo Paniagua Javier <[email protected]>
  458. * System.Web.UI/Page.cs: finished stubbing out. Implemented some
  459. methods.
  460. 2002-06-03 Gonzalo Paniagua Javier <[email protected]>
  461. * Page.cs:
  462. (FileDependencies): now is public public.
  463. (EnableViewStateMAC): uncommented and made protected.
  464. (GetTypeHashCode): added method.
  465. 2002-05-24 Duncan Mak <[email protected]>
  466. * TemplateControl.cs (SetStringResourcePointer): Fixed typo.
  467. * StateBag.cs (Item): Changed the visibility level of the this
  468. [object] indexer.
  469. Misc. formatting edits, fixing some bugs introduced by the indentation.
  470. * DataBinder.cs (Eval)
  471. (GetIndexedPropertyValue)
  472. (GetPropertyValue): Fixed return types.
  473. 2002-05-21 Miguel de Icaza <[email protected]>
  474. * HtmlTextWriter.cs: Use this to change the member instances.
  475. 2002-05-17 Duncan Mak <[email protected]>
  476. * AttributeCollection.cs:
  477. * ControlCollection.cs:
  478. * CssStyleCollection.cs:
  479. * DataBindingCollection.cs:
  480. * EmptyControlCollection.cs: Added missing Collection classes.
  481. 2002-05-17 Duncan Mak <[email protected]>
  482. * BaseParser.cs:
  483. * TemplateParser.cs: Implemented. BaseParser is weird because
  484. there is no documentation on what it does.
  485. * ControlBuilder.cs:
  486. * DataBinder.cs:
  487. * DataBinding.cs: Added.
  488. * DataBoundLiteralControl.cs:
  489. * Triplet.cs: Added.
  490. * RenderMethod.cs: Added this delegate for Control.cs
  491. 2002-05-15 Gonzalo Paniagua Javier <[email protected]>
  492. * ValidationPropertyAttribute.cs: a couple of fixes to make it compile.
  493. 2002-05-14 Duncan Mak <[email protected]>
  494. * ValidationPropertyAttribute.cs: Added to CVS.
  495. 2002-05-10 Duncan Mak <[email protected]>
  496. * ConstructorNeedsTagAttribute.cs:
  497. * ControlBuilderAttribute.cs:
  498. * ImageClickEventArgs.cs:
  499. * ParseChildrenAttribute.cs:
  500. * PartialCachingAttribute.cs:
  501. * PersistChildrenAttribute.cs:
  502. * PersistenceModeAttribute.cs:
  503. * TemplateContainerAttribute.cs: Added to CVS.
  504. * PersistanceMode.cs: Removed, fixed typo.
  505. * PersistenceMode.cs: Replacing above.
  506. * StateBag.cs (this): Fixed indexer, it takes a string as the
  507. index, not an object.
  508. * ValidatorCollection.cs: Fixed typo, ValidatedCollection to ValidatorCollection.
  509. * Page.cs (Validators): return type should be ValidatorCollection,
  510. not ValidatedCollection.
  511. * TagPrefixAttribute.cs: Added to CVS.
  512. 2002-05-07 Duncan Mak <[email protected]>
  513. * Utils.cs (GetClientValidatedEvent): Uncommented the 'Page' argument.
  514. 2002-03-26 Gaurav Vaish <[email protected]>
  515. * DataBindingHandlerAttribute.cs
  516. - Completed
  517. * ToolboxDataAttribute.cs - Completed
  518. 2002-01-03 Nick Drochak <[email protected]>
  519. * DesignTimeParseData.cs: initialze static member to avoid compile
  520. error
  521. * PropertyConverter.cs: remove uneeded exception variables from
  522. catch blocks.
  523. 2002-01-02 Nick Drochak <[email protected]>
  524. * DesignTimeParseData.cs: fix header to show correct class name
  525. 2001-12-21 Gaurav Vaish <[email protected]>
  526. * StateBag.cs - Completed
  527. 2001-12-19 Gaurav Vaish <[email protected]>
  528. * Pair.cs - Small undocumented class. Completed.
  529. 2001-12-18 Gaurav Vaish <[email protected]>
  530. * DesignTimeParseData.cs - Initial implementation
  531. * StateBag.cs - Initial implementation
  532. 2001-12-17 Gaurav Vaish <[email protected]>
  533. * PropertyConverter.cs - Undocumented class. Completed.
  534. * Utils.cs - Undocumented, private class.
  535. Initial implementation
  536. 2001-08-28 Bob Smith <[email protected]>
  537. * Control.cs: Figured out some undocumented API.
  538. * Added TODO.
  539. * BuildMethod.cs: Initial implementation.
  540. * BuildTemplateMethod.cs: Initial implementation.
  541. * HtmlTextWriterAttribute.cs: Initial implementation.
  542. * HtmlTextWriterStyle.cs: Initial implementation.
  543. * HtmlTextWriterTag.cs: Initial implementation.
  544. * IAttributeAccessor.cs: Initial implementation.
  545. * IDataBindingsAccessor.cs: Initial implementation.
  546. * ImageClickEventHandler.cs: Initial implementation.
  547. * INamingContainer.cs: Initial implementation.
  548. * IParserAccessor.cs: Initial implementation.
  549. * IPostBackDataHandler.cs: Initial implementation.
  550. * IPostBackEventHandler.cs: Initial implementation.
  551. * IStateManager.cs: Initial implementation.
  552. * ITagNameToTypeMapper.cs: Initial implementation.
  553. * ITemplate.cs: Initial implementation.
  554. * IValidator.cs: Initial implementation.
  555. * OutputCacheLocation.cs: Initial implementation.
  556. * PersistanceMode.cs: Initial implementation.
  557. * StateItem.cs: Initial implementation.
  558. 2001-08-27 Bob Smith <[email protected]>
  559. * Control.cs: Bug fixes and implementations.
  560. 2001-08-24 Bob Smith <[email protected]>
  561. * Control.cs: Bug fixes.
  562. 2001-08-23 Bob Smith <[email protected]>
  563. * Control.cs: More implementation. Events reworked for performance.
  564. 2001-08-22 Bob Smith <[email protected]>
  565. * LiteralControl.cs: Implemented.
  566. * Control.cs: Even more implementation (Events). What a beast.
  567. 2001-08-20 Bob Smith <[email protected]>
  568. * Control.cs: More implementation. Not done yet. Shutter.
  569. 2001-08-17 Bob Smith <[email protected]>
  570. * Control.cs: Partial implementation.