0
I Use This!
Inactive

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 13 hours ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
License and extra doc about the theory of packages. More... almost 13 years ago
Small doc change More... almost 13 years ago
Correct links to examples and documentation More... about 13 years ago
Added more documentation with explanation of my vision on CommonJS/Packages/2.0 More... about 13 years ago
First implementation of a system Module System for context wide system modules More... about 13 years ago
Moving context creation function to system singleton More... about 13 years ago
Simplified callback generation by using utils.pass in load method... More... about 13 years ago
Refactored system.extend and moved it to the utils singleton and added some more documentation More... about 13 years ago
Fixed global/local var bug in basicContext.js More... about 13 years ago
Changed the way classes are added to the system and how system is given to instantiated classes. More... about 13 years ago
Context StartCMS refinements... More... about 13 years ago
- Created Utils Object for easy use on other classes and updated code documentation in System - Streamlined and properly documented code of bootstrap-ua - Streamlined, documented and prepared Context for Package implementation - Documented Module System - Updated Module, LoaderBase, ScriptLoader More... about 13 years ago
Added splitup bootstrap test and general AppRequire test page More... about 13 years ago
Lots of code comments and documentation added. More... about 13 years ago
Completed Core module layer migration to classes. More... about 13 years ago
In between version of migration to classes use in bootstrap More... about 13 years ago
Added code documentation and implemented normalization of class names in the class store.. More... about 13 years ago
Added system singleton with lots of utility functions and implemented a class system to alleviate the extensibility of the the whole package. The class system will be used to implement a sort of plugin framework that makes it possible to extend the functionality of the AppRequire CommonJS system in an easy way. More... about 13 years ago
Simplified Framework by putting Context in Core Module Layer. Now need to implement plugins/extension API to make extending functionality to the CML layer possible (like packages and possibly other stuff...) More... about 13 years ago
Found bug in script.src using in scriptLoader under IE<9 and removed all loading logging msgs. AppRequire code per this version now tested in FF3.6, FF4.0 and IE8 More... about 13 years ago
Started writing examples how to use AppRequire.. More... about 13 years ago
This README.md should work... ;-) More... about 13 years ago
Again testing Markdown... More... about 13 years ago
Testing markdown in README.md More... about 13 years ago
Missed those files in previous commit.. :-( More... about 13 years ago
Implemented Module Loading and the current implementation passes all Modules/1.0 tests in FF3.6!! More... about 13 years ago
Merge branch 'framework' of github.com:stolsma/apprequire into framework More... about 13 years ago
Revert "First basic working version (console.log still in code) with generic loader working and the implementation of all the Modules 1.0 tests (and they all pass in FF3.6!!!)." More... about 13 years ago
First basic working version (console.log still in code) with generic loader working and the implementation of all the Modules 1.0 tests (and they all pass in FF3.6!!!). More... about 13 years ago
First basic working version with bootstrap, and the important generic system modules. Next step is getting generic loader working and the implementation of all the Modules 1.0 tests. More... about 13 years ago