Earlier this year
-
-
-
-
2 new revisions
pushed by sander.dijkhuis
- Revision 0178e48406:Merge the syntax highlighting and CSS changes from the default branch.
Revision f7b947e368:Add an experimental table of contents to each page
It doesn't work everywhere yet, and contains some bad hacks.
Also modified some other parts of docs.js to improve its doc
structure.
Revision 0178e48406:Merge the syntax highlighting and CSS changes from the default branch.
Revision f7b947e368:Add an experimental table of contents to each page
It doesn't work everywhere yet, and contains some bad hacks.
Also modified some other parts of docs.js to improve its doc
structure.
-
-
Revision 3ed92b44bf
(Fix the code block spacing issue 13 for most browsers, excep...)
pushed by sander.dijkhuis
- Fix the code block spacing issue 13 for most browsers, except for IE.
Fix the code block spacing issue 13 for most browsers, except for IE.
-
-
2 new revisions
pushed by sander.dijkhuis
- Revision 029fb05d2a:Add a site title to the top.
Revision f3a64ec916:Merge improvements from Ubiquity's documentation CSS file.
There are new definitions for .documentation pre, .intra-wiki and
a. We still don't have exactly the same versions: the Google Code
repository has some better cross-platform font choices.
Revision 029fb05d2a:Add a site title to the top.
Revision f3a64ec916:Merge improvements from Ubiquity's documentation CSS file.
There are new definitions for .documentation pre, .intra-wiki and
a. We still don't have exactly the same versions: the Google Code
repository has some better cross-platform font choices.
-
-
-
-
Revision ce9f93f657
(Try another method: append a real new line to each code bloc...)
pushed by sander.dijkhuis
- Try another method: append a real new line to each code block.
This fixes the issue for IE8 too, but not yet for IE7.
Try another method: append a real new line to each code block.
This fixes the issue for IE8 too, but not yet for IE7.
-
-
-
Revision 275043ee62
(Remove spacing between code blocks
Remove the margin from a...)
pushed by sander.dijkhuis
- Remove spacing between code blocks
Remove the margin from and add a newline to each code block. This
is needed since the switch from DIV to PRE introduced whitespace
between code blocks (issue 13).
Remove spacing between code blocks
Remove the margin from and add a newline to each code block. This
is needed since the switch from DIV to PRE introduced whitespace
between code blocks (issue 13).
-
-
-
26 new revisions
pushed by sander.dijkhuis
- Revision 5484627851:Initial directory structure.
Revision ad3e440c15:Origination; files taken directly from the 'ubiquity' directory of the HG repository
http://hg.toolness.com/ubiquity-firefox, rev 3829bcefa1de.
Revision fb22acdc9a:Committed Sander Dijkhuis' patch for decoupling MDC and XULPlanet
linking from docs.js. Sander's notes:
Adding the menu items now happens in index.html, by using an
API in the App namespace. This extra code in index.html could also be
placed in a separate file like docs/mozilla_docs.js, so that other
Mozilla projects can benefit from the documentation linking.
Thanks for the patch, Sander!
Revision fba2673a2b:Added Sander to list of contributors.
Revision 5c1e09897c:Changed index.html to reflect Code Illuminated instead of Ubiquity; the TOC now points to CI code
instead of Ubiquity code. Also added a scripts directory w/ jquery and wikicreole JS libraries.
(Perhaps the directory should actually be called 'third-party', though.)
Revision 072fe6bc64:Set HTML mime type for index.html.
Revision 90c4b9495a:Set MIME type for docs.css.
Revision 7f6ddd97e7:Changed font choice for Windows. Thanks to Alejandro Moreno for his comment:
http://www.toolness.com/wp/?p=441#comment-1466 class="ot-revlogs-br-2">
Revision 2b7a11e45b:Added Creole documentation for some functions in docs.js.
Revision 1714d7357f:Changed the name of the #docs/docs.js link on the overview page. (It still
had a name from Ubiquity.)
Revision 50b56dbf2d:Copied some CSS cleanups by Christian Sonne from the Ubiquity repository:
http://hg.toolness.com/ubiquity-firefox/rev/d2a615ca5779 class="ot-revlogs-br-2">
Revision d30e2798c5:Copied the design update by Christian Sonne from the Ubiquity repository, with some small syntax
changes:
http://hg.toolness.com/ubiquity-firefox/rev/d2a615ca5779 class="ot-revlogs-br-2">
Revision 98c67e72e7:Replace \r\n by \n in Windows-newlined source code files. They caused processing bugs.
Revision 5491f159c9:First fix for IE: text.charAt(0) instead of text[0]. Treating the string as an array is not part of
the ECMAScript; it's a JavaScript feature. There are boxing (-moz-box-sizing), fonts and code
justification issues, but something is displayed using IE.
Revision 7ebb0824cd:Fixed issue #1 - Spaces between // and wiki tag.
Trimmed the line sliced by "//".
Revision be770e45ef:Merged changes from the Ubiquity repository: reverted to the first design, automatically determine
column widths and paddings based on the font size.
Revision 6c834f0357:Fixed issue #3 - With IE the code is one line.
I added a "\r" when the text is code and added a ugly workaround in css for pre blocks created by
{{{ ... }}} tags.
Revision 0280680536:Fixed issue 5 - With IE "{{{" and "}}}" multiline block problem. IE requires CR-LF line endings to
render preformatted blocks properly. Creole parser updated to 0.1.1 and added an option, forIE to
the creole parser call: it seems Firefox is tolerant about endline in pre blocks.
Revision 5526feb21e:Updated jQuery to 1.3.1 - production release.
Moved script tags before body tag.
Revision 9792030289:Fixed issue#6 : windows files "\n\r". Tested with CR, CR/LF and LF end line on IE7 and FF 3.0.6.
Revision a0cd73d7b2:Updated jQuery to 1.3.2 - development release (in case of debugging needs).
Revision 59e4d65d07:Remove lucidatypewriter from the monospace font list.
It was a fallback font for non-Mac, non-Windows systems, but there it's often
only available in a bitmap form that looks worse than the default monospace
font.
Revision 4016feda1f:Fixed issue #9 : Can't embed links or images in tables. wikicreole updated.
Revision 74cfc04113:Added tests directory containing manual tests (no unit test).
Revision d4ebea29c5:Added the double clicking event on the content: if you select a word double clicking on it, it will
be yellow highlighted in the documentation and code section, illuminating all the occurences of that
word.
Revision 0e7f3c1053:Added syntax highlighting with google-code-prettify. The code section is contained in a "pre tag",
prettified with the function prettyPrint(); in "prettify.css" stylesheet has been commented the
"pre" tag styles.
Revision 5484627851:Initial directory structure.
Revision ad3e440c15:Origination; files taken directly from the 'ubiquity' directory of the HG repository
http://hg.toolness.com/ubiquity-firefox, rev 3829bcefa1de.
Revision fb22acdc9a:Committed Sander Dijkhuis' patch for decoupling MDC and XULPlanet
linking from docs.js. Sander's notes:
Adding the menu items now happens in index.html, by using an
API in the App namespace. This extra code in index.html could also be
placed in a separate file like docs/mozilla_docs.js, so that other
Mozilla projects can benefit from the documentation linking.
Thanks for the patch, Sander!
Revision fba2673a2b:Added Sander to list of contributors.
Revision 5c1e09897c:Changed index.html to reflect Code Illuminated instead of Ubiquity; the TOC now points to CI code
instead of Ubiquity code. Also added a scripts directory w/ jquery and wikicreole JS libraries.
(Perhaps the directory should actually be called 'third-party', though.)
Revision 072fe6bc64:Set HTML mime type for index.html.
Revision 90c4b9495a:Set MIME type for docs.css.
Revision 7f6ddd97e7:Changed font choice for Windows. Thanks to Alejandro Moreno for his comment:
http://www.toolness.com/wp/?p=441#comment-1466 class="ot-revlogs-br-2">
Revision 2b7a11e45b:Added Creole documentation for some functions in docs.js.
Revision 1714d7357f:Changed the name of the #docs/docs.js link on the overview page. (It still
had a name from Ubiquity.)
Revision 50b56dbf2d:Copied some CSS cleanups by Christian Sonne from the Ubiquity repository:
http://hg.toolness.com/ubiquity-firefox/rev/d2a615ca5779 class="ot-revlogs-br-2">
Revision d30e2798c5:Copied the design update by Christian Sonne from the Ubiquity repository, with some small syntax
changes:
http://hg.toolness.com/ubiquity-firefox/rev/d2a615ca5779 class="ot-revlogs-br-2">
Revision 98c67e72e7:Replace \r\n by \n in Windows-newlined source code files. They caused processing bugs.
Revision 5491f159c9:First fix for IE: text.charAt(0) instead of text[0]. Treating the string as an array is not part of
the ECMAScript; it's a JavaScript feature. There are boxing (-moz-box-sizing), fonts and code
justification issues, but something is displayed using IE.
Revision 7ebb0824cd:Fixed issue #1 - Spaces between // and wiki tag.
Trimmed the line sliced by "//".
Revision be770e45ef:Merged changes from the Ubiquity repository: reverted to the first design, automatically determine
column widths and paddings based on the font size.
Revision 6c834f0357:Fixed issue #3 - With IE the code is one line.
I added a "\r" when the text is code and added a ugly workaround in css for pre blocks created by
{{{ ... }}} tags.
Revision 0280680536:Fixed issue 5 - With IE "{{{" and "}}}" multiline block problem. IE requires CR-LF line endings to
render preformatted blocks properly. Creole parser updated to 0.1.1 and added an option, forIE to
the creole parser call: it seems Firefox is tolerant about endline in pre blocks.
Revision 5526feb21e:Updated jQuery to 1.3.1 - production release.
Moved script tags before body tag.
Revision 9792030289:Fixed issue#6 : windows files "\n\r". Tested with CR, CR/LF and LF end line on IE7 and FF 3.0.6.
Revision a0cd73d7b2:Updated jQuery to 1.3.2 - development release (in case of debugging needs).
Revision 59e4d65d07:Remove lucidatypewriter from the monospace font list.
It was a fallback font for non-Mac, non-Windows systems, but there it's often
only available in a bitmap form that looks worse than the default monospace
font.
Revision 4016feda1f:Fixed issue #9 : Can't embed links or images in tables. wikicreole updated.
Revision 74cfc04113:Added tests directory containing manual tests (no unit test).
Revision d4ebea29c5:Added the double clicking event on the content: if you select a word double clicking on it, it will
be yellow highlighted in the documentation and code section, illuminating all the occurences of that
word.
Revision 0e7f3c1053:Added syntax highlighting with google-code-prettify. The code section is contained in a "pre tag",
prettified with the function prettyPrint(); in "prettify.css" stylesheet has been commented the
"pre" tag styles.
-
-
-
-
r26
(Added syntax highlighting with google-code-prettify. The cod...) committed by albertosantini
- Added syntax highlighting with google-code-prettify. The code section is contained in a "pre tag",
prettified with the function prettyPrint(); in "prettify.css" stylesheet has been commented the
"pre" tag styles.
Added syntax highlighting with google-code-prettify. The code section is contained in a "pre tag",
prettified with the function prettyPrint(); in "prettify.css" stylesheet has been commented the
"pre" tag styles.
-
-
r25
(Added the double clicking event on the content: if you selec...) committed by albertosantini
- Added the double clicking event on the content: if you select a word double clicking on it, it will
be yellow highlighted in the documentation and code section, illuminating all the occurences of that
word.
Added the double clicking event on the content: if you select a word double clicking on it, it will
be yellow highlighted in the documentation and code section, illuminating all the occurences of that
word.
-
r24
(Added tests directory containing manual tests (no unit test)...) committed by albertosantini
- Added tests directory containing manual tests (no unit test).
Added tests directory containing manual tests (no unit test).
-
issue 9
(Can't embed links or images in tables) changed by albertosantini
-
Status:
Fixed
Owner:
albertosantini
Status:
Fixed
Owner:
albertosantini
-
r23
(Fixed issue #9: Can't embed links or images in tables. wikic...) committed by albertosantini
- Fixed issue #9 : Can't embed links or images in tables. wikicreole updated.
Fixed issue #9 : Can't embed links or images in tables. wikicreole updated.
-
-
-
-
r22
(Remove lucidatypewriter from the monospace font list.
It wa...) committed by sander.dijkhuis
- Remove lucidatypewriter from the monospace font list.
It was a fallback font for non-Mac, non-Windows systems, but there it's often
only available in a bitmap form that looks worse than the default monospace
font.
Remove lucidatypewriter from the monospace font list.
It was a fallback font for non-Mac, non-Windows systems, but there it's often
only available in a bitmap form that looks worse than the default monospace
font.
-
r21
(Updated jQuery to 1.3.2 - development release (in case of de...) committed by albertosantini
- Updated jQuery to 1.3.2 - development release (in case of debugging needs).
Updated jQuery to 1.3.2 - development release (in case of debugging needs).
-
-
-
-
-
-
issue 7
(Adding internal link) changed by albertosantini
-
Owner:
albertosantini
Labels:
Type-Enhancement
−Type-Defect
Owner:
albertosantini
Labels:
Type-Enhancement
−Type-Defect
-
-
-
-
-
-
r20
(Fixed issue#6: windows files "\n\r". Tested with CR, CR/LF a...) committed by albertosantini
- Fixed issue#6 : windows files "\n\r". Tested with CR, CR/LF and LF end line on IE7 and FF 3.0.6.
Fixed issue#6 : windows files "\n\r". Tested with CR, CR/LF and LF end line on IE7 and FF 3.0.6.
-
-
-
-
r19
(Updated jQuery to 1.3.1 - production release.
Moved script ...) committed by albertosantini
- Updated jQuery to 1.3.1 - production release.
Moved script tags before body tag.
Updated jQuery to 1.3.1 - production release.
Moved script tags before body tag.
-
-
r18
(Fixed issue 5 - With IE "{{{" and "}}}" multiline block prob...) committed by albertosantini
- Fixed issue 5 - With IE "{{{" and "}}}" multiline block problem. IE requires CR-LF line endings to
render preformatted blocks properly. Creole parser updated to 0.1.1 and added an option, forIE to
the creole parser call: it seems Firefox is tolerant about endline in pre blocks.
Fixed issue 5 - With IE "{{{" and "}}}" multiline block problem. IE requires CR-LF line endings to
render preformatted blocks properly. Creole parser updated to 0.1.1 and added an option, forIE to
the creole parser call: it seems Firefox is tolerant about endline in pre blocks.
|