Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | let TIP and friends handle a multiline paragraph | Xavier Noria | 2011-07-25 | 1 | -1/+1 |
| | | | | | | Normally I would have done this in master, but there was already a guide with wrapped content, so worked here. I am going to cross-merge now. | ||||
* | Revert "notextile tag has been placed with ascii quotes" | Xavier Noria | 2011-07-23 | 1 | -3/+2 |
| | | | | | | Reason: <notextile> is an internal tag This reverts commit 01040b5dc990e79052627451603feea0f149fe41. | ||||
* | notextile tag has been placed with ascii quotes | JudeArasu | 2011-07-19 | 1 | -2/+3 |
| | |||||
* | [GUIDES] Changed the `LANGUAGE` variable to `GUIDES_LANGUAGE` to minimize ↵ | Karel Minarik | 2011-05-14 | 1 | -4/+5 |
| | | | | conflicts with regular environment variables (eg. in Ubuntu) | ||||
* | [FIX] Renamed ENV['LANG'] for generating translated guides to ↵ | Karel Minarik | 2011-01-02 | 1 | -3/+3 |
| | | | | ENV['LANGUAGE'] so there's no mixup with OS env vars | ||||
* | Added support for generating translated guides (stored in `source/<LANG>`) ↵ | Karel Minarik | 2011-01-01 | 1 | -2/+7 |
| | | | | via setting the LANG environment variable | ||||
* | fixed comment - same as 592f600 | Vijay Dev | 2010-12-25 | 1 | -1/+1 |
| | |||||
* | ensures that no browser shows a vertical scrollbar in the code blocks of ↵ | Xavier Noria | 2010-10-24 | 1 | -1/+1 |
| | | | | guides, thanks to Marcelino Llano for a hint to fix this | ||||
* | removes the toolbar from guides code blocks | Xavier Noria | 2010-10-24 | 1 | -1/+1 |
| | |||||
* | switches guides code syntax highlighting to the better SyntaxHighlighter, I ↵ | Xavier Noria | 2010-10-24 | 1 | -3/+21 |
| | | | | did my best with the theme, I swear | ||||
* | solves everything in guides raised by WARNINGS=1 (except for one which is ↵ | Xavier Noria | 2010-08-27 | 1 | -1/+2 |
| | | | | abandoned atm) | ||||
* | Deletes trailing whitespaces (over text files only find * -type f -exec sed ↵ | Santiago Pastorino | 2010-08-14 | 1 | -7/+7 |
| | | | | 's/[ \t]*$//' -i {} \;) | ||||
* | guides: adds support in the indexer for custom header IDs, and some refactors | Xavier Noria | 2010-04-06 | 1 | -11/+15 |
| | |||||
* | guides: adds page title to home and credits, and revises it in the rest | Xavier Noria | 2010-04-06 | 1 | -1/+1 |
| | |||||
* | fixes duplicate element IDs in some guides | Xavier Noria | 2010-04-04 | 1 | -1/+1 |
| | |||||
* | guides assets are now centralized in the assets directory, with standard subdirs | Xavier Noria | 2010-04-04 | 1 | -2/+1 |
| | |||||
* | sanity check arguments in guides generation collapsed into a single WARNINGS ↵ | Xavier Noria | 2010-04-04 | 1 | -24/+23 |
| | | | | flag, EDGE_GUIDES renamed to EDGE to be coherent with the rest, preamble revised | ||||
* | adds a preamble to the guides generator, documents what it does and the ↵ | Xavier Noria | 2010-04-03 | 1 | -0/+47 |
| | | | | environment variables it supports | ||||
* | guides: badge insertion was a quick hack, rewrites that | Xavier Noria | 2010-04-02 | 1 | -13/+12 |
| | |||||
* | insert the badge in a valid way | Xavier Noria | 2010-04-01 | 1 | -1/+1 |
| | |||||
* | Fixed chapter list generation on index section, an empty pair of <ul></ul> ↵ | Jaime Iniesta | 2010-04-01 | 1 | -1/+1 |
| | | | | was being created when the chapters had no children. | ||||
* | guides: rewrites index and credit pages as pure HTML to avoid textilizing ↵ | Xavier Noria | 2010-03-31 | 1 | -17/+8 |
| | | | | the rendered view, in particular we can now put a DOCTYPE in the layout | ||||
* | <%=izes and adds doctype to guides | Xavier Noria | 2010-03-30 | 1 | -0/+11 |
| | |||||
* | guides generator skips untouched guides by default, override with ALL=1 | Xavier Noria | 2010-03-17 | 1 | -7/+15 |
| | |||||
* | guides generation: undoes output buffer workaround, more refactors | Xavier Noria | 2010-03-15 | 1 | -1/+8 |
| | |||||
* | refactors some bits of the guides generator, ONLY selection accepts ↵ | Xavier Noria | 2010-03-15 | 1 | -39/+51 |
| | | | | prefixes, guides generation fixed for 1.9, revised string safety in a few spots | ||||
* | the guides generator needs fileutils | Xavier Noria | 2010-03-04 | 1 | -0/+1 |
| | |||||
* | adds support for an edge badge in guides | Xavier Noria | 2010-02-17 | 1 | -2/+9 |
| | |||||
* | Use mkdir_p so that the output directory is always created. | Ryan Bigg | 2010-02-08 | 1 | -1/+1 |
| | |||||
* | update html_safe calls in guides generation | Xavier Noria | 2010-02-02 | 1 | -10/+4 |
| | |||||
* | Merge remote branch 'mainstream/master' | Pratik Naik | 2010-01-17 | 1 | -1/+1 |
|\ | | | | | | | | | Conflicts: actionpack/lib/action_controller/metal/flash.rb | ||||
| * | Make guides generation work for Ruby 1.9.x | Ryan Bigg | 2010-01-16 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Pratik Naik <pratiknaik@gmail.com> | ||||
| * | Mark title and headers as html_safe! for guides [#3702 state:resolved] | Ryan Bigg | 2010-01-16 | 1 | -3/+3 |
| | | | | | | | | Signed-off-by: Pratik Naik <pratiknaik@gmail.com> | ||||
| * | Merge docrails | lifo | 2009-04-17 | 1 | -1/+1 |
| | | |||||
| * | Merge docrails | Pratik Naik | 2009-03-24 | 1 | -0/+34 |
| | | |||||
* | | trust generated HTML, and define html_safe! for gem >= 2.3 just in case by now | Xavier Noria | 2009-10-10 | 1 | -4/+10 |
| | | |||||
* | | removes a no longer needed workaround in the guides generator | Xavier Noria | 2009-10-10 | 1 | -1/+1 |
| | | |||||
* | | fixes generation of index and credits page | Xavier Noria | 2009-09-02 | 1 | -3/+3 |
| | | |||||
* | | fixes undefined method keys for nil:NilClass error while generating guides | Xavier Noria | 2009-09-02 | 1 | -1/+1 |
| | | |||||
* | | Supply fullfile name to the generator | Pratik Naik | 2009-04-05 | 1 | -1/+1 |
| | | |||||
* | | Merge commit 'mainstream/master' | Pratik Naik | 2009-03-24 | 1 | -2/+2 |
|\| | | | | | | | | | | | Conflicts: railties/guides/images/fxn.jpg railties/guides/rails_guides/generator.rb | ||||
| * | Try to use actionpack gem to generate guide when Rails is not vendored | Pratik Naik | 2009-03-17 | 1 | -34/+0 |
| | | |||||
| * | Merge docrails | Pratik Naik | 2009-03-16 | 1 | -9/+27 |
| | | |||||
| * | Merge docrails and update the release notes | Pratik Naik | 2009-02-28 | 1 | -3/+43 |
| | | |||||
| * | Merge with docrails | Pratik Naik | 2009-02-24 | 1 | -29/+31 |
| | | |||||
| * | Merge docrails along with the new guides and guides generation code | Pratik Naik | 2009-02-06 | 1 | -0/+112 |
| | |||||
* | ensure authors get warnings about broken links, and ensure end users don't | Xavier Noria | 2009-03-22 | 1 | -1/+1 |
| | |||||
* | in guides generator, warn about duplicate header IDs only if ↵ | Xavier Noria | 2009-03-22 | 1 | -1/+1 |
| | | | | WARN_DUPLICATE_HEADERS | ||||
* | guides generator warns about duplicate header IDs | Xavier Noria | 2009-03-15 | 1 | -3/+18 |
| | |||||
* | in guides generator, broken link warning now suggests the existing anchor ↵ | Xavier Noria | 2009-03-15 | 1 | -1/+4 |
| | | | | with min Levenshtein distance |