root

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @109 [109] 6 months bryanstearns Add support for framesets, ticket #59
(edit) @108 [108] 9 months littleears littleears - just testing
(edit) @107 [107] 12 months enternet DTD definition update.
(edit) @106 [106] 12 months enternet DTD definition bug fix - path to w3.org must exists. For example, сorrect …
(edit) @105 [105] 19 months tec * CHANGELOG: changes so far
(edit) @104 [104] 19 months tec * lib/markaby/rails.rb: give helpers access to assigns (ticket:51); new …
(edit) @103 [103] 19 months tec * lib/markaby/builder.rb: allow root attributes to be changed (ticket:53) …
(edit) @102 [102] 19 months tec * lib/markaby/builder.rb: moved Auto-Form-Tag-Naming outside of CssProxy?
(edit) @101 [101] 19 months tec * lib/markaby/builder.rb: removing an uncessary slash from error string
(edit) @100 [100] 20 months tec * lib/markaby/builder.rb: adding ivar copying/access back in * …
(edit) @99 [99] 20 months tec * tools/rakehelp.rb: reverting previous change
(edit) @98 [98] 20 months tec * tools/rakehelp.rb: add autorequire to the gem spec
(edit) @97 [97] 21 months tec * test/rails/markaby/broken.mab: should have been included in previous …
(edit) @96 [96] 21 months tec * lib/markaby/template.rb: rework Template so errors can include line …
(edit) @95 [95] 21 months tec * lib/markaby/rails.rb: make flash work * test/rails_test.rb: test that …
(edit) @94 [94] 21 months tec * lib/markaby/tags.rb: remove NO_PROXY; hr and br can have class/id …
(edit) @93 [93] 21 months tec * lib/markaby/rails.rb: better emulation of ERB * …
(edit) @92 [92] 21 months tec * test/rails/test_preamble.rb: avoid picking up Markaby preferences in …
(edit) @91 [91] 22 months tec * lib/markaby/builder.rb: subclass ::Builder::XmlMarkup? for a cleaner …
(edit) @90 [90] 22 months tec * test/rails_test.rb: adding tests for MarkabyOnRails? * test/rails/: …
(edit) @89 [89] 22 months tec * lib/markaby/rails.rb: allow :locals option in #render_markaby
(edit) @88 [88] 22 months tec * lib/markaby/builder.rb: load default options before creating ::Builder …
(edit) @87 [87] 22 months tec * lib/markaby/builder.rb: stopped adding instance variables from …
(edit) @86 [86] 22 months tec * lib/markaby/kernel_method.rb: add Kernel#mab here to keep DRY * …
(edit) @85 [85] 22 months tec * lib/markaby/builder.rb: oops!
(edit) @84 [84] 22 months tec * lib/markaby/builder.rb: remove _erbout method - it's in rails.rb
(edit) @83 [83] 22 months tec * lib/markaby/builder.rb: get rid of warnings and clean up formatting * …
(edit) @82 [82] 23 months tec * CHANGELOG: correct string escaping usage * README: fix typos
(edit) @81 [81] 23 months why Releasing 0.5.
(edit) @80 [80] 23 months why * README: updated all rdoc and package docs to 0.5 and its conventions.
(edit) @79 [79] 2 years tec * lib/markaby/tags.rb: add additional self closing tags
(edit) @78 [78] 2 years tec * lib/markaby/rails.rb: make render_markaby helper work * …
(edit) @77 [77] 2 years why * tools/rakehelp.rb: the :install task.
(edit) @76 [76] 2 years tec lib/markaby: keep content_for Rails-only
(edit) @75 [75] 2 years tec * lib/markaby/builder.rb: @@default[:image_tag_options] not needed now
(edit) @74 [74] 2 years why * lib/markaby/builder.rb: merged in all remaining changes from …
(edit) @73 [73] 2 years why * lib/markaby/builder.rb: content_for now adds to ActionView::Base.assigns …
(edit) @72 [72] 2 years why * lib/markaby/builder.rb: the img method is gone, all it did was set …
(edit) @71 [71] 2 years why * lib/markaby/builder.rb: simplifying the image code with CssProxy#pass?, …
(edit) @70 [70] 2 years why * lib/markaby/builder.rb: okay, well, the img method had some problems …
(edit) @69 [69] 2 years why * lib/markaby/builder.rb: no longer auto-DOCTYPE and auto-meta on the …
(edit) @68 [68] 2 years why * lib/markaby/builder.rb: the img wrapper now returns a CssProxy? for …
(edit) @67 [67] 2 years why * lib/markaby/builder.rb: raise an InvalidXhtmlError? for duplicate IDs, …
(edit) @66 [66] 2 years why * lib/markaby/tags.rb: at last, adding the missing attributes from tickets …
(edit) @65 [65] 2 years why * Rakefile: add revision to the gems, if checked out from SVN. * …
(edit) @64 [64] 2 years why * lib/markaby/builder.rb: let's pass all instance_eval calls through …
(edit) @63 [63] 2 years why * test/test_markaby.rb: removed whitespace from the tests. * …
(edit) @62 [62] 2 years tec seperating out all rails specific code
(edit) @61 [61] 2 years tec * lib/markaby/builder.rb: allow certain helpers to be ignored (in favour …
(edit) @60 [60] 2 years tec merging in the xhtml-careful branch
(edit) @59 [59] 2 years why * lib/markaby/tags.rb: tracking NO_PROXY tags (hr and br) * …
(edit) @58 [58] 2 years why * lib/markaby/builder.rb: xml:lang is okay in xhtml 1.0. let's just stop …
(edit) @57 [57] 2 years why * lib/markaby/builder.rb: attributes are downcased before validation. and …
(edit) @56 [56] 2 years tec * lib/markaby/tags.rb: save some typing
(edit) @55 [55] 2 years why * lib/markaby/builder.rb: validate correct attributes on xhtml elements. …
(edit) @54 [54] 2 years why * Rakefile: require builder >= 2.0.0 * lib/markaby/builder.rb: form tags …
(edit) @53 [53] 2 years why * lib/markaby/tags.rb: full sets of tags and attributes for Strict and …
(edit) @52 [52] 2 years why * lib/markaby/builder.rb: removing a bit of the complexity from the …
(edit) @51 [51] 2 years why * lib/markaby/builder.rb: accept string inside empty block with embedded …
(edit) @50 [50] 2 years tec * lib/markaby/builder.rb: remove some unecessary bits
(edit) @49 [49] 2 years tec * test/test_markaby.rb: test Builder instead of Template
(edit) @48 [48] 2 years tec * lib/markaby/builder.rb: undo [47]. give preference to helper methods * …
(edit) @47 [47] 2 years tec * lib/markaby/builder.rb: allow calls to private helper methods …
(edit) @46 [46] 2 years tec * lib/markaby/builder.rb: check for builder methods properly * …
(edit) @45 [45] 2 years tec * lib/markaby/builder.rb: xml instruction is no longer output by default, …
(edit) @44 [44] 2 years tec * lib/markaby/builder.rb: allow use of Builder methods (instruct!, …
(edit) @43 [43] 2 years tec * lib/markaby/builder.rb: undefine sub
(edit) @42 [42] 2 years why * lib/markaby/builder.rb: Fragment is now basically a delegate for the …
(edit) @41 [41] 2 years why * lib/markaby/builder.rb: return output helpers as fragments (thanks, …
(edit) @40 [40] 2 years why * lib/markaby/builder.rb: bug was causing block containing a string to be …
(edit) @39 [39] 2 years why * lib/markaby/builder.rb: deleting the fragment shifts all the stream …
(edit) @38 [38] 2 years why * lib/markaby/builder.rb: fragments support to_str as well, for string …
(edit) @37 [37] 2 years why * lib/markaby/builder.rb: first stab at smarter helper output by hooking …
(edit) @36 [36] 2 years why Starting the `careful' branch, could end up as 0.6.
(edit) @35 [35] 2 years tec * lib/markaby/builder.rb: fixed xhtml strict doctype
(edit) @34 [34] 2 years why Releasing 0.4.
(edit) @33 [33] 2 years why * lib/markaby/builder.rb: emulate ERB to satisfy form_for and helpers like …
(edit) @32 [32] 2 years why * init.rb: quote extension to register_template_handler to support Rails …
(edit) @31 [31] 2 years tec * test/example.rb: removed * test/test_markaby.rb: simplified the …
(edit) @30 [30] 2 years tec * lib/markaby.rb: keep version number in sync
(edit) @29 [29] 2 years why * lib/markaby/builder.rb: no more nested Builder objects, capture
(edit) @28 [28] 3 years tec * lib/markaby.rb: typo fix\n* lib/markaby/builder.rb: check helpers before …
(edit) @27 [27] 3 years why * lib/markaby/tags.rb: add a list of form tags, for the :id and :name sync …
(edit) @26 [26] 3 years why * markaby.gemspec: moved to Rakefile.
(edit) @25 [25] 3 years why * lib/markaby/builder.rb: oops, should be @margin not @level.
(edit) @24 [24] 3 years why * lib/markaby/builder.rb: later initialization of the Builder::XmlMarkup?
(edit) @23 [23] 3 years why Version 0.3.
(edit) @22 [22] 3 years why Rakefile: forgot to add dependencies. tools/rakehelp.rb: …
(edit) @21 [21] 3 years why * Rakefile: catch all lib files.
(edit) @20 [20]