ChangeLog 51 KB

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