1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 20, 2023 — May 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Re-implemented system version number and updated versioning documentation. You can also limit API version numbers with API profiles now. More... almost 11 years ago
It is now possible to define a sitemap URL that does not return a View or even HTML. This is useful for API requests that require a specific target URL without GET parameters. It is now also possible to synchronize timestamps when creating an API session. Factory MVC loading now uses a wrapper method that reduces near-duplicate code. Version numbers of API and system version are now consistent with one another. More... almost 11 years ago
Fixed a problem where access-control header settings were not set properly. Removed code that was used for testing purposes and accidentally submitted to live. Added JSONP support for JavaScript wrapper as well as JSONV support (which is like JSONP, except it defines a variable instead of callback). Added a new 'file-extensions' configuration setting that is used when routing a request to File Handler. This allows to use '.' symbol in regular website URL's, since File Handler requests are whitelisted with configuration now. Methods getState(), getCookie() and getSession() now return 'null' values, if they have not been set, instead of false. More... almost 11 years ago
Updated jQuery to 2.0.2 and 1.10.1 versions and changed 'true-request' State variable to 'request-true'. This is done for consistancy reasons.
kristovaher
as Kri...@WORK-LenovoT61P
More... almost 11 years ago
Updated Wave Framework Facebook page URL.
kristovaher
as Kri...@WORK-LenovoT61P
More... almost 11 years ago
Added an errors-reporting setting to Configuration, which allows to turn off Debugger and stop the framework from logging errors. This setting is recommended only for very specific situations.
kristovaher
as Kri...@WORK-LenovoT61P
More... almost 11 years ago
Updated Factory getObject() and loadLibrary() to support more dynamic options.
kristovaher
as Kri...@WORK-LenovoT61P
More... almost 11 years ago
Typo in documentation. More... almost 11 years ago
Improved API documentation generator with better support for versioned Controllers. More... almost 11 years ago
Updated jQuery 1.10.0 and 2.0.1. Added better API versioning support that also takes into account overrides folders. Refactoring of Imager class to reduce duplicate code between Image Handler and Imager. Also fixed the bug introduced in 3.6.2 that generated incorrect image sprite sizes in dynamic image loading. Code review and some minor changes. More... almost 11 years ago
Added better positioning when using Imager, it is now possible to change the sprite size of image that is being generated both with fixed pixels or by percentages.
kristovaher
as Kri...@WORK-LenovoT61P
More... almost 11 years ago
Fixes regarding contributors.
kristovaher
as Kri...@WORK-LenovoT61P
More... about 11 years ago
Fix to ReadMe file, changing Thank You to Contributors.
kristovaher
as Kri...@WORK-LenovoT61P
More... about 11 years ago
Updated Adminer to 3.7.0
kristovaher
as Kri...@WORK-LenovoT61P
More... about 11 years ago
Made session starting configurations possible to be changed at runtime.
kristovaher
as Kri...@WORK-LenovoT61P
More... about 11 years ago
Fixed a bug with JavaScript API Wrapper when making POST requests.
kristovaher
as Kri...@WORK-LenovoT61P
More... about 11 years ago
Fixed a minor bug with State class redefining __ROOT__ incorrectly if it is used independently. Added callback parameters to callback methods in API Wrappers.
kristovaher
as Kri...@WORK-LenovoT61P
More... about 11 years ago
Updated Adminer 3.6.3 developer tool. Fixed JavaScript API wrapper form-assignment through input variable. Added additional 'directory-filesystem' variable to State. System now also logs an error if inproper return type is requested from the API. More... about 11 years ago
More detailed error messages are now returned from API in some cases which leads to streamlined debugging. More... over 11 years ago
Fixed keys path in State that refers to filesystem directory. More... over 11 years ago
Added two new methods for returning data in controllers: resultStream() and resultFile(). The first is used to just return a string from the controller method and the second is to return contents of a file or force the browser download a file. These are both methods for dealing with custom solutions.
kristovaher
as Kri...@WORK-LenovoT61P
More... over 11 years ago
Additional fixes for 3.5.0 final release.
kristovaher
as Kri...@WORK-LenovoT61P
More... over 11 years ago
3.5.0 initial commit, multiple changes across the board
kristovaher
as Kri...@WORK-LenovoT61P
More... over 11 years ago
Added subkeyword parameter to getTranslations() method in case translations are grouped in translations files. Added getContent() method that can be used to load static language-based HTML within Views from /resources/content/ folder and subfolders. Added 'server-name' and 'server-port' State variables.
kristovaher
as Kri...@WORK-LenovoT61P
More... over 11 years ago
Fixed a security loophole when using cookies to overwrite API hash validation. Fixed an issue where a predefined session token was used with API wrappers without using hash validation.
kristovaher
as Kri...@WORK-LenovoT61P
More... over 11 years ago
Added the ability to use JavaScript Factory to dynamically load stylesheets. Multiple minor bugfixes related to URL controller and nested dynamic URL's.
kristovaher
as Kri...@WORK-LenovoT61P
More... over 11 years ago
Improved cache handling when sessions and cookies are used. Bug fix in cache handling for the new API setting 'www-cache-load-timestamp'.
kristovaher
as Kri...@WORK-LenovoT61P
More... over 11 years ago
Fixed version number.
kristovaher
as Kri...@WORK-LenovoT61P
More... over 11 years ago
Added referrer limiter.
kristovaher
as Kri...@WORK-LenovoT61P
More... over 11 years ago
Fixed the missing documentation.
kristovaher
as Kri...@WORK-LenovoT61P
More... over 11 years ago