summaryrefslogtreecommitdiff
path: root/framework/Web/Javascripts
AgeCommit message (Collapse)Author
2014-08-22Fixed slider.js syntax errorDavid
2014-08-22Convert encoding of all values inside an array before json_serialize (Fixes ↵David
#524) (cherry picked from commit 8e07d0781150206fae722d9b9dcbdafd727665f6)
2014-08-22IE7+IE8 compatibility (fixes #520)David
(cherry picked from commit 5cd010cb008b6e28988de5a5b7e9e769eea80907) Conflicts: framework/Web/Javascripts/source/prado/activecontrols/ajax3.js
2014-08-22Fixed #516 , added test caseFabio Bas
(cherry picked from commit c66097eac2c2691bf0047829275962ec0bf2b41f)
2014-08-21Fix #502Fabio Bas
(cherry picked from commit e2fb2ab1e2b5925f16d4dd5c3ac514a0e54ee026) Conflicts: framework/Web/Javascripts/source/prado/controls/slider.js
2014-08-21Removed all @version $Id comments: they were managed by svn and are useless ↵Fabio Bas
with git (cherry picked from commit 3e9969766153839abfb7de59e0c778a604bfbf55) Conflicts: framework/Web/UI/ActiveControls/TCallbackClientScript.php framework/Web/UI/JuiControls/TJuiAutoComplete.php framework/Web/UI/JuiControls/TJuiControlAdapter.php framework/Web/UI/JuiControls/TJuiDraggable.php framework/Web/UI/JuiControls/TJuiDroppable.php framework/Web/UI/JuiControls/TJuiResizable.php framework/Web/UI/JuiControls/TJuiSelectable.php framework/Web/UI/JuiControls/TJuiSortable.php
2014-08-21Happy 2014!Fabio Bas
(cherry picked from commit 7915cde127eba2a5143fd45c6b32e81ad91bdfae) Conflicts: framework/Data/Common/Mssql/TMssqlMetaData.php framework/Data/Common/Mysql/TMysqlMetaData.php framework/Data/Common/Oracle/TOracleMetaData.php framework/Data/Common/Pgsql/TPgsqlMetaData.php framework/Data/Common/Sqlite/TSqliteMetaData.php framework/Data/Common/TDbMetaData.php framework/Web/UI/ActiveControls/TCallbackClientScript.php framework/Web/UI/JuiControls/TJuiAutoComplete.php framework/Web/UI/JuiControls/TJuiControlAdapter.php framework/Web/UI/JuiControls/TJuiDraggable.php framework/Web/UI/JuiControls/TJuiDroppable.php framework/Web/UI/JuiControls/TJuiResizable.php framework/Web/UI/JuiControls/TJuiSelectable.php framework/Web/UI/JuiControls/TJuiSortable.php framework/Wsat/TWsatARGenerator.php framework/Wsat/TWsatService.php framework/Wsat/pages/TWsatGenerateAR.php framework/Wsat/pages/TWsatHome.php framework/Wsat/pages/TWsatLogin.php framework/Wsat/pages/TWsatScaffolding.php
2013-11-25Updated version to 3.2.3Fabio Bas
2013-10-03During callback, separate loading of stylesheet files and code snippets; ↵Fabio Bas
fixes #480
2013-09-17Avoid triggering the default button of the form when pressing enter over a ↵3.2.2.03Fabio Bas
valid <a href='..'>; fixes #480
2013-09-11Merge up to r3319Ciro Mattia Gonano
2013-07-24Upgrade to newly released 3.2.23.2.2Ciro Mattia Gonano
2013-04-24Update to 3.2.1Ciro Mattia Gonano
2013-01-21ported r3259 to trunk/ctrlaltca
2013-01-19bumped year to 2013, integrated recent changes from branch/3.2ctrlaltca
2013-01-06backpotder r3238, r3239 to trunk/ctrlaltca
2012-08-30Prado.Element.setAttribute() : remove the "readonly" attribute when it's set ↵ctrlaltca
to false (the same already applies for "disabled")
2012-08-16updated tinyMCE to 3.5.6ctrlaltca
2012-07-30test patch for #417ctrlaltca
2012-07-12standardize the use of unix eol; use svn properties to enforce native eolctrlaltca
2012-07-12happy new yearctrlaltca
2012-06-19committer patch for #408ctrlaltca
2012-06-01committed additional patch for #235ctrlaltca
2012-06-01TActiveClientScript: remove scripts from the page after the browser ↵ctrlaltca
evaluated them
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-18fix #401ctrlaltca
2012-05-11Issue #210 Improvement: Auto-switch for TTabPanelctrlaltca
2012-05-10fix for #399, addresses ratings.js and inlineeditor.jsctrlaltca
2012-04-14more tests fixingctrlaltca@gmail.com
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-03-29Fixed T[Active]DatePicker jsctrlaltca@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-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-12patch for #387ctrlaltca@gmail.com
2012-02-11additional patch for #382ctrlaltca@gmail.com
2012-02-09patch for #382ctrlaltca@gmail.com
2012-02-02Added some dirty js code to get dropcontainer-relative offset for onDrop ↵ctrlaltca@gmail.com
events of draggable controls
2012-01-25patched #379ctrlaltca@gmail.com
2012-01-25controls.js sems to depend on effects.js, updated packages.phpctrlaltca@gmail.com
2012-01-12avoid a js warning in iectrlaltca@gmail.com
2011-12-21fix for #91; fixed TActiveCustomvalidator's behaviour and demo (more ↵ctrlaltca@gmail.com
discussion in the ticket)
2011-12-21fixed #66ctrlaltca@gmail.com
2011-12-19committed patch from #378ctrlaltca@gmail.com