summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-08-30TJsonRpcProtocol: full support for both version 1.0 and 2.0 of the ↵ctrlaltca
specifications
2012-08-30Prado.Element.setAttribute() : remove the "readonly" attribute when it's set ↵ctrlaltca
to false (the same already applies for "disabled")
2012-08-29removed debug from previous commitctrlaltca
2012-08-29tweaked TJsonRpcService enough to make it conform to the old (version 1) ↵ctrlaltca
standard
2012-08-16forgot to update HISTORY in previous commitctrlaltca
2012-08-16updated tinyMCE to 3.5.6ctrlaltca
2012-08-10fix #421ctrlaltca
2012-08-06patch for #419ctrlaltca
2012-08-06patch for #420ctrlaltca
2012-07-30test patch for #417ctrlaltca
2012-07-28fix #418ctrlaltca
2012-07-24updated plugin for textmate editor (works on "sublime text editor 2", too): ↵ctrlaltca
added activecontrols
2012-07-24updated plugin for textmate editor (works on "sublime text editor 2", too):ctrlaltca
- updated prado syntax to the php's and html's current versions - added missing webcontrols (activecontrols still missing)
2012-07-24removed TClientScriptLoader documentation since it doesn't exists anymore in ↵ctrlaltca
prado 3.2
2012-07-16fix #416ctrlaltca
2012-07-12more removal of ?> from php filesctrlaltca
2012-07-12removed ?> from php filesctrlaltca
2012-07-12standardize the use of unix eol; use svn properties to enforce native eolctrlaltca
2012-07-12happy new yearctrlaltca
2012-07-12more documentation fixesctrlaltca
2012-07-12Doc fix: it's ActiveControl.EnableUpdate, not ActiveControl.EnabledUpdate ↵ctrlaltca
(continue)
2012-07-12Doc fix: it's ActiveControl.EnableUpdate, not ActiveControl.EnabledUpdate ctrlaltca
2012-07-10small fix to previous commitctrlaltca
2012-07-10TSecurityManager: make it able to use any hashing/crypto algorithm supported ↵ctrlaltca
by php; use php built-in functions when available
2012-07-10TSecurityManager: switch from 3DES to AES256; from live tests it's 2.5 times ↵ctrlaltca
faster, even if it adds a bit more overhead
2012-07-09fix #415ctrlaltca
2012-07-07Missed an include in previous commitctrlaltca
2012-07-07fix #414ctrlaltca
2012-07-07fix #413ctrlaltca
2012-07-05fix #412ctrlaltca
2012-06-25added quickstart example for TActiveListBox with multiple selection enabledctrlaltca
2012-06-25Beter example from TSafeHtml's utf7 repacking routinectrlaltca
2012-06-25fixed TInlineFrame democtrlaltca
2012-06-25fixed TConditional examplectrlaltca
2012-06-25small fix to website data generationctrlaltca
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-29updated HISTORYctrlaltca