0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 13, 2023 — May 13, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
we now access Apotomo.js_generator, that was in RequestProcessor before. More... over 13 years ago
Removed the automatic wrapping of rendered states. You now have to * wrap your view yourself, pass the div an id like id=#{@name} * use #replace instead of render if you want to replace the content * same applies to #update More... over 13 years ago
all tests pass. More... over 13 years ago
added the routes.rb engine file for our apotomo_event route. More... over 13 years ago
now using a named route apotomo_event for generating urls. thanks to Doug Livesey for teaching me rails' routing and to [Orion98MC] for inspiration. More... over 13 years ago
added Widget.has_widgets to define stateless nested trees. More... over 13 years ago
Controller.has_widgets is now aliased to uses_widgets and should get the official method. More... over 13 years ago
JSG#escape is now a class method. More... almost 14 years ago
fixed a nasty serialization bug which caused stale widgets hanging around in the session if the render-cycle encountered an error and did not finish. More... almost 14 years ago
fixed a bug in flush_widgets. More... almost 14 years ago
Apotomo gemified. More... almost 14 years ago
fixed a thawing problem. More... almost 14 years ago
added thaw_for/freeze_for. More... almost 14 years ago
added StatefulWidget.flush_widgets and .stateful_branches_for. More... almost 14 years ago
added #uses_widgets to define trees in class context. More... almost 14 years ago
added Widget#responds_to_event to define event handlers on class layer. as they are added at compile time these handlers don't need statefulness. More... almost 14 years ago
generator test now running. all tests pass. whoo. More... almost 14 years ago
stateless widgets are no longer frozen. More... almost 14 years ago
moved stateful_widget to lib More... almost 14 years ago
rake test is now decoupled from a Rails app. fixed require calls. More... almost 14 years ago
added support for JQuery. to enable, set Apotomo.js_framework = :jquery and fix your user code. More... about 14 years ago
simplified url_for_event and friends. the authorative method is now at RequestProcessor#address_for and is completely framework-independent. :source and :type must be provided. the rails controller now provides a thin #url_for_event which just adds the action name and rails parameters. More... about 14 years ago
added :suppress_js feature in #render. More... about 14 years ago
added Apotomo.js_framework as a switch for setting the framework. currently accepts :prototype and :right. More... about 14 years ago
iframe uploads are working, again. More... about 14 years ago
renamed #render :replace_html to :update. More... about 14 years ago
fixed render_event_response to set the header correctly. More... about 14 years ago
introduced Apotomo::JavascriptGenerator for rendering the 3 basic JS operations to the application framework (prototype, rightjs, jquery, ...). this makes Apotomo usable with other frameworks than Prototype. moved #render_page_updates to RequestProcessor to decouple from Rails. More... about 14 years ago
#url_for_event now returns a string. More... about 14 years ago
renamed SectionWidget to ContainerWidget. More... about 14 years ago