summaryrefslogtreecommitdiff
path: root/framework
AgeCommit message (Collapse)Author
2012-07-07Missed an include in previous commitctrlaltca
2012-07-07fix #414ctrlaltca
2012-07-07fix #413ctrlaltca
2012-07-05fix #412ctrlaltca
2012-06-25version bump3.2.0ctrlaltca
2012-06-25committed patch for #410ctrlaltca
2012-06-19committer patch for #408ctrlaltca
2012-06-16prado-cli: added generateAll command. Kudos to Daniel Sampedro Belloctrlaltca
2012-06-12TBaseActiveControl: permit the use of prefixes (Page, Parent, ..) when ↵ctrlaltca
setting the CallbackOptions property (refs #374)
2012-06-12TBaseActiveControl: fix documentation and exception messagectrlaltca
2012-06-04Related to r3159: Script rendering in ajax callbacks doesn't need to happen ↵ctrlaltca
inside form rendering; avoid using assert(), throw an exception instead
2012-06-04After r3159 TTabPanel was not keeping the active TabView upon post back: fixedctrlaltca
2012-06-01removed a spurious ?>ctrlaltca
2012-06-01committed additional patch for #235ctrlaltca
2012-06-01TActiveClientScript: remove scripts from the page after the browser ↵ctrlaltca
evaluated them
2012-06-01fix a regression in THtmlArea introduced in r3148ctrlaltca
2012-05-29small fix to previous commit: use full version numbers 3.2.0-rc3ctrlaltca
2012-05-29version bump 3.2-rc3ctrlaltca
2012-05-29committed patch for #407ctrlaltca
2012-05-29fix #406; additionally removed some safe_mode related code since it's deprecatedctrlaltca
2012-05-29Removed ajax rendering from TClientScript since it was a not-backward ↵ctrlaltca
compatible change. Added a TActiveClientScript control instead
2012-05-28Patch for #404ctrlaltca
2012-05-25TActiveFileUpload: enforce method and enctype to avoid some browsers being ↵ctrlaltca
picky on controls created on ajax response
2012-05-19fix #402ctrlaltca
2012-05-19added a warning to TClientScript; refs #401ctrlaltca
2012-05-18fix #401ctrlaltca
2012-05-18Partial patch for #401ctrlaltca
2012-05-15TActiveDatePicker's default value for the AutoPostBack property should be ↵ctrlaltca
true (both for backward compatibility and coherence with other active controls)
2012-05-11Issue #210 Improvement: Auto-switch for TTabPanelctrlaltca
2012-05-11fix for a small regression related to #181ctrlaltca
2012-05-10fix for #400ctrlaltca
2012-05-10fix for #399, addresses ratings.js and inlineeditor.jsctrlaltca
2012-04-14fix #394ctrlaltca@gmail.com
2012-04-14fix #396ctrlaltca@gmail.com
2012-04-14more tests fixingctrlaltca@gmail.com
2012-04-14When rendering the <span> used as a placeholder for an invisible ↵ctrlaltca@gmail.com
activecontrol, set its style to display:none to ensure it's considered not-visible by clientside javascript
2012-04-13Minor regression fix in TAutoComplete's js;ctrlaltca@gmail.com
Fixed ActiveDropDownListtestCase, added a dummy selenium.css to avoid a 404 error while debugging test cases
2012-04-13fixed regression in ActiveDatePicker and TEventTriggeredCallback introduced ↵ctrlaltca@gmail.com
in r3117
2012-04-10Fixed a bug in TValueTriggeredCallback introduced in r3117Christophe.Boulain@gmail.com
2012-04-01TActiveListBox missed to include TActiveListControlAdapterctrlaltca@gmail.com
2012-03-29Fixed T[Active]DatePicker jsctrlaltca@gmail.com
2012-03-26added some documentation for the changes introduced to fix #391ctrlaltca@gmail.com
2012-03-25Reworked the patch for #391; now a TComponent-based controls can contain ↵ctrlaltca@gmail.com
methods prefixed by "js" to indicate that those methods can receive raw javascript. Such methods can be called both in a xss-safe, javascript-encoded way: $xxx->Property="yyy" and in a raw-javascript way: $xxx->jsProperty="zzz". Patch by gabor, documentation is on the way
2012-03-25added $assoc and $depth parameters to TJavascript::jsonDecode()ctrlaltca@gmail.com
2012-03-24patch for #393 + updated docsctrlaltca@gmail.com
2012-03-24Committer 2nd part of patch for #391ctrlaltca@gmail.com
2012-03-24committed alternative patch for #181ctrlaltca@gmail.com
2012-03-23Fixed #390 and #391ctrlaltca@gmail.com
2012-03-19Droppped php 5.2 support, require 5.3.3 (rc1 was breaking php 5.2 support ↵ctrlaltca@gmail.com
because of a broken change in TJavaScript::jsonEncode(), but nobody noticed in a month; previous php 5.3 version are broken) Droppped TJSON, not needed anymore Name this 3.2-rc2 (to distinguish problems from users caused by this change)
2012-02-28Fix naming misconception in THttpSession:regenerateGODZilla0480@gmail.com