|
Help
Fora
Nitro
Og
Facets
Ruby
Javascript
Core Developers
Miscellanea
Wiki
Plugins
Documentation
Blog
Announcements
Features
Tricks and Tips
Tools
Community
Real World
Jobs
Praise
Miscellanea
Repository
/
root
/
raw
/
lib
/ raw
/raw/lib/raw/adapter.rb
/raw/lib/raw/dispatcher
/raw/lib/raw/compiler
/raw/lib/raw/adapter
/raw/lib/raw/test
/raw/lib/raw/errors.rb
/raw/lib/raw/builder
/raw/lib/raw/compiler.rb
/raw/lib/raw/dispatcher.rb
/raw/lib/raw/mailer
/raw/lib/raw/util
/raw/lib/raw/cgi.rb
/raw/lib/raw/test.rb
/raw/lib/raw/controller.rb
/raw/lib/raw/mailer.rb
/raw/lib/raw/model
/raw/lib/raw/context
/raw/lib/raw/view
/raw/lib/raw/autoload.rb
/raw/lib/raw/cgi
/raw/lib/raw/builder.rb
/raw/lib/raw/context.rb
/raw/lib/raw/main.rb
/raw/lib/raw/controller
Latest changes
20071027172905
George Moschovitis
Branch version of Nitro (experimental features)
20080125154838
George Moschovitis
Misc fixes.
20080118151210
George Moschovitis
Minor stuff.
20080110223719
transfire@gmail.com
final elimination of glue
20080109155205
George Moschovitis
Small stuff.
20080107100042
George Moschovitis
Keep the action annotation easily accessible. Use the title annotation in auto syndication.
20071218105814
George Moschovitis
Different behaviour of cookie in debug mode to make localhost/0.0.0.0/127.0.0.1 work (arne)
20071217141654
George Moschovitis
Pass fragments included from a skin through the ElementFilter first. Allows for much more powerful skins!!!
20071215115503
transfire@gmail.com
fixed store/sql.rb for instance_attributes
20071214194743
transfire@gmail.com
preperation for 1.9
20071209173455
transfire@gmail.com
latets work on atom feed
20071209182137
George Moschovitis
The compiler accepts '-' in the following element notation: <x:main-page> instead of <MainPage> or <x:main_page> that where accepted till now. For those that like to be more xml compliant.
20071206110608
George Moschovitis
Reintroduced a simple fragment caching system.
20071204132355
George Moschovitis
Added model hash in context, to keep private request scope variables and objects.
20071203071951
George Moschovitis
Minor.
20071130214932
transfire@gmail.com
atom.rb removed html escaping
20071130084411
George Moschovitis
Fixed checkbox helper + some minor stuff.
20071130021229
transfire@gmail.com
atom and rollrc
20071129151943
George Moschovitis
Don't double unescape in request.fill (fixes the stupid '+' double unescape bug).
20071127053140
Arne Brasseur
Make Element ids automatically unique
20071127153317
George Moschovitis
Minor fix in checkbox helper.
20071127082803
George Moschovitis
Mailer uses .html templates (no more .htmlx)
20071126083137
George Moschovitis
Converted hello example to use the latest template extensions.
20071125113605
George Moschovitis
MAJOR change: use .html extension for html templates, (.css for css templates, etc). We now use xxxx.inc.html for includable html templates (ie not accessible at the top level for security reasons). Works infinitely better with default editor highlighting modes.
20071120102132
George Moschovitis
Include encode_uri in template filter so we can precompile uri expansions (ie #[R relation, :delete] instead of the run time interpolatin #{R relation, :delete})
20071120101643
George Moschovitis
Handle <br /> in html filter, escape values in form helper.
20071114171152
transfire@gmail.com
reduced glue and uses opod
20071113132000
transfire@gmail.com
Whole mess of stuff.
20071113082449
George Moschovitis
Fixed SUPER NASTY base64/escape cookie session store bug, thanks bill! [bill kerry]
20071111210316
George Moschovitis
Removed tmail (use the new gem instead).
20071109170510
George Moschovitis
Change in cookie.
20071107155447
George Moschovitis
Many cookie related fixes. Don't send multiple versions of the same cookie. Fixed NASTY cookie session store bug (use context.no_sync! to allow for actual deletion of the session cookies).
20071105104240
George Moschovitis
Removed dangerous Controller::xxx lookup in elements.
20071104110347
George Moschovitis
GET/POST params are again Hash.
20071104103843
George Moschovitis
Misc fixes in admin part.
20071102151522
George Moschovitis
Minor.
20071031013046
transfire@gmail.com
Vexing autoload and a mis-spelled "intialize"
20071029230143
transfire@gmail.com
Further work to 0.50.
20071027172905
George Moschovitis
Branch version of Nitro (experimental features)
All changes