ChangeLog 53 KB

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