- Jun 13, 2013
-
-
Rene Saarsoo authored
Intending to use the same logic in RKellyParser.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
- Jun 10, 2013
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
In an attempt to replace Esprima with RKelly, I created an adapter to convert the RKelly AST into Esprima AST.
-
- May 31, 2013
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
The backwards-compatibility fix for code like: Here's the code example:<pre><code> alert("Blah"); </code></pre> was a bit too lose. So tightened it up to only apply in case where the <pre> or <pre><code> is at the end of line. Fixes: #380
-
- May 30, 2013
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
There was a conflict with one method looping over array while other deleting items from it at the same time. Fixes: #378
-
Rene Saarsoo authored
-
Rene Saarsoo authored
The existing code for skipping constructors had become outdated.
-
- May 28, 2013
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
- May 27, 2013
-
-
Rene Saarsoo authored
Instead the MemberTag class now has two helper methods: - member_link - for rendering member name as a link. - member_params - for rendering the params list. Most of the complexity was really related to rendering the method signature - all this logic is now in Tag::Method class.
-
Rene Saarsoo authored
Some leftover from old times - not needed at all.
-
Rene Saarsoo authored
Without this 1px shift some of the icons will be missing pixels from the bottom.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Member icons are now defined in member tag classes. There the :icon field defines the icon file which is included to the docs app resources and an appropriate CSS gets generated.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
- May 26, 2013
-
-
Rene Saarsoo authored
In Ruby 1.8 it happens that MemberTag is loaded twice and the constants in it get redefined, and trigger a warning.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
A bunch of these were used in the old Touch welcome page, which no more exists. Some were leftovers from various style changes throughout the Docs app history.
-
- May 24, 2013
-
-
Rene Saarsoo authored
Fixes: #376
-
Rene Saarsoo authored
Previously these old-style links were rendered disfunctional.
- May 22, 2013
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Instead use the already defined :tagname field.
-
Rene Saarsoo authored
Was forgotten in at previous refactor.
-
Rene Saarsoo authored
Plus a typo.
-
Rene Saarsoo authored
With this we completely get rid of the @merge_context variable, and all the merging happens in Tag::Class or MemberTag subclasses.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
A bit of a duplicated code in Cfg and Property, but we get rid of the explicit check for :cfg/:property/:css_var in Type class.
-
Rene Saarsoo authored
-
- May 21, 2013
-
-
Rene Saarsoo authored
This contains a fix for the changed newline handling in IE10. Fixes: #373
- May 17, 2013
-
-
Rene Saarsoo authored
Only use the :method category in @merge_context. So no more does one need to choose between two types when creating his own member type. The only problem at the moment is that I needed to add explicit check for :cfg/:property/:css_var to Tag::Type#merge.
-