repo
string
commit
string
message
string
diff
string
edgarjs/instachrome
97c66a4abb81d00e81d544dfe6e93a76f673a424
Changed 'saved' to 'done'
diff --git a/javascripts/instapaper.js b/javascripts/instapaper.js index de8a17c..4285272 100644 --- a/javascripts/instapaper.js +++ b/javascripts/instapaper.js @@ -1,52 +1,52 @@ var lastTabId; function readLater(tab) { lastTabId = tab.id; chrome.browserAction.setBadgeText({text: 'saving', tabId: lastTabId}); ...
edgarjs/instachrome
b0bea914a651d78838e0ab4a35b371ed88130b43
Showing text instead of images. Testing window event for keyup (shortcut).
diff --git a/images/error.png b/images/error.png deleted file mode 100644 index 039151f..0000000 Binary files a/images/error.png and /dev/null differ diff --git a/images/saved.png b/images/saved.png deleted file mode 100644 index caed2b3..0000000 Binary files a/images/saved.png and /dev/null differ diff --git a/images/...
PetrGlad/pcopy
e1f2a678d61e44e3004941eefcc4bd13563fe93d
Gitignore added.
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ba077a4 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +bin
PetrGlad/pcopy
70f2e6e0e0ea82390713e128776dae61372cf536
Playing with git.
diff --git a/pcopy.bat b/pcopy.bat old mode 100644 new mode 100755 diff --git a/pcopy.sh b/pcopy.sh old mode 100644 new mode 100755 diff --git a/src/pcopy/Main.scala b/src/pcopy/Main.scala old mode 100644 new mode 100755
PetrGlad/pcopy
68527cfe03980f5467143204eb2460ba82f1c863
Added short readme.
diff --git a/README b/README new file mode 100644 index 0000000..4ed5f82 --- /dev/null +++ b/README @@ -0,0 +1,3 @@ +This program copies media files from digital camera's memory card to specified folder. +Source directory is scanned recursively. +Photos are copied to sub-folders YEAR_MONTH_DATE depending on source fil...
PetrGlad/pcopy
8372f705a40bb7733a0133c5da477ec4db3d7bc2
Initial revision.
diff --git a/.project b/.project index 4209661..0127a3e 100644 --- a/.project +++ b/.project @@ -1,18 +1,18 @@ <?xml version="1.0" encoding="UTF-8"?> <projectDescription> - <name>Pcopy</name> + <name>pcopy</name> <comment></comment> <projects> </projects> <buildSpec> <buildCommand> <name>ch.epfl.lamp.s...
PetrGlad/pcopy
04af8bbecd30f06a46c0202bc6a0a67a06608ed9
Initial import
diff --git a/.classpath b/.classpath new file mode 100644 index 0000000..97c403d --- /dev/null +++ b/.classpath @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry kind="src" path="src"/> + <classpathentry kind="con" path="ch.epfl.lamp.sdt.launching.SCALA_CONTAINER"/> + <classpathentr...
Kimtaro/jisho.org
3aeed013cc572043217b5b8fadcd8e637e7df384
Make sure acchi kanafies properly
diff --git a/lib/DenshiJisho/Lingua.pm b/lib/DenshiJisho/Lingua.pm index 51c1e3c..dd7a99c 100644 --- a/lib/DenshiJisho/Lingua.pm +++ b/lib/DenshiJisho/Lingua.pm @@ -1,298 +1,298 @@ package DenshiJisho::Lingua; use warnings; use strict; use utf8; use Encode; use Text::Balanced qw(extract_multiple extract_delimit...
Kimtaro/jisho.org
73b7e7de0cb458940c8b8d6d2bec177566c1316f
Don't need the data at this stage
diff --git a/lib/DenshiJisho/Schema/DJDB/WordsRS.pm b/lib/DenshiJisho/Schema/DJDB/WordsRS.pm index 2b601d5..1d9ad48 100644 --- a/lib/DenshiJisho/Schema/DJDB/WordsRS.pm +++ b/lib/DenshiJisho/Schema/DJDB/WordsRS.pm @@ -1,178 +1,178 @@ package DenshiJisho::Schema::DJDB::WordsRS; use base qw/DBIx::Class::ResultSet Class:...
Kimtaro/jisho.org
02e22775f2b9d1b637d3dac0af03ba0a65b12bc0
Actually, don't make these into Moose roles, can't control for loading order
diff --git a/lib/Catalyst/Plugin/DenshiJisho/Encoding.pm b/lib/Catalyst/Plugin/DenshiJisho/Encoding.pm index 26e1d74..baa3e9f 100644 --- a/lib/Catalyst/Plugin/DenshiJisho/Encoding.pm +++ b/lib/Catalyst/Plugin/DenshiJisho/Encoding.pm @@ -1,107 +1,107 @@ package Catalyst::Plugin::DenshiJisho::Encoding; use strict; u...
Kimtaro/jisho.org
18756d6f6164fa31e48cfadf75f4f8a00f711050
Change the flavour module to be a Moose role
diff --git a/lib/Catalyst/Plugin/DenshiJisho/Flavour.pm b/lib/Catalyst/Plugin/DenshiJisho/Flavour.pm index 1e1b0cf..c48621f 100644 --- a/lib/Catalyst/Plugin/DenshiJisho/Flavour.pm +++ b/lib/Catalyst/Plugin/DenshiJisho/Flavour.pm @@ -1,50 +1,41 @@ package Catalyst::Plugin::DenshiJisho::Flavour; -use warnings; -use st...
Kimtaro/jisho.org
d13f2cabbce108f136dde9ccd76ef1f7c08029bc
Not next::method needed when a Moose role. And now we need to also include Static::Simple
diff --git a/lib/Catalyst/Plugin/DenshiJisho/Static.pm b/lib/Catalyst/Plugin/DenshiJisho/Static.pm index 6929713..04b679f 100644 --- a/lib/Catalyst/Plugin/DenshiJisho/Static.pm +++ b/lib/Catalyst/Plugin/DenshiJisho/Static.pm @@ -1,44 +1,42 @@ package Catalyst::Plugin::DenshiJisho::Static; use Moose::Role; after ...
Kimtaro/jisho.org
44997d39c0d3bf60f6f5c179f95f357db1fce262
Make the custom static plugin into a Moose role
diff --git a/lib/Catalyst/Plugin/DenshiJisho/Encoding.pm b/lib/Catalyst/Plugin/DenshiJisho/Encoding.pm index 66ff1d1..26e1d74 100644 --- a/lib/Catalyst/Plugin/DenshiJisho/Encoding.pm +++ b/lib/Catalyst/Plugin/DenshiJisho/Encoding.pm @@ -1,107 +1,107 @@ package Catalyst::Plugin::DenshiJisho::Encoding; use strict; u...
Kimtaro/jisho.org
8d21e57653dbce244002db2c06504ed19aade6d5
Fix common words only search
diff --git a/lib/DenshiJisho/Schema/DJDB/WordsRS.pm b/lib/DenshiJisho/Schema/DJDB/WordsRS.pm index 5b0cad5..2b601d5 100644 --- a/lib/DenshiJisho/Schema/DJDB/WordsRS.pm +++ b/lib/DenshiJisho/Schema/DJDB/WordsRS.pm @@ -1,175 +1,178 @@ package DenshiJisho::Schema::DJDB::WordsRS; use base qw/DBIx::Class::ResultSet Class:...
Kimtaro/jisho.org
d23936a1faecffc4b8fa673218bfed3584d977eb
Forgot /g
diff --git a/lib/DenshiJisho/View/TT.pm b/lib/DenshiJisho/View/TT.pm index 28226a6..3612ec8 100755 --- a/lib/DenshiJisho/View/TT.pm +++ b/lib/DenshiJisho/View/TT.pm @@ -1,111 +1,111 @@ package DenshiJisho::View::TT; use strict; use base 'Catalyst::View::TT'; use Template::Stash::XS; use Encode; use utf8; use L...
Kimtaro/jisho.org
e951d6d8565d44d0abd3578dae60b59d70d63a63
No spaces in kana words
diff --git a/lib/DenshiJisho/View/TT.pm b/lib/DenshiJisho/View/TT.pm index ef594ff..28226a6 100755 --- a/lib/DenshiJisho/View/TT.pm +++ b/lib/DenshiJisho/View/TT.pm @@ -1,110 +1,111 @@ package DenshiJisho::View::TT; use strict; use base 'Catalyst::View::TT'; use Template::Stash::XS; use Encode; use utf8; use L...
Kimtaro/jisho.org
d8392249c80d4cd174912fb129914ec6c857ac62
Async google analytics
diff --git a/root/flavour/www/includes/page.tt b/root/flavour/www/includes/page.tt index 6f1d9f1..f45ece8 100644 --- a/root/flavour/www/includes/page.tt +++ b/root/flavour/www/includes/page.tt @@ -1,125 +1,127 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-stri...
Kimtaro/jisho.org
d8f116ec30448bb7f5ecec62e1165c03e7f00cea
Add anchor for each word
diff --git a/root/flavour/www/words/result-row.tt b/root/flavour/www/words/result-row.tt index 5e80708..67a7cc7 100644 --- a/root/flavour/www/words/result-row.tt +++ b/root/flavour/www/words/result-row.tt @@ -1,105 +1,106 @@ <? use Dumper ?> +<a name="<? word.id ?>"></a> <div id="word_<?- word.id -?>" class="word ...
Kimtaro/jisho.org
0b61f2bec0b0ed5c078c81a215d41d9a8a4b0118
Make the common words stand out more
diff --git a/root/static/styles/default.css b/root/static/styles/default.css index f4b0213..9daf717 100755 --- a/root/static/styles/default.css +++ b/root/static/styles/default.css @@ -536,1108 +536,1110 @@ div.search .lowest_row { } div.search div.row span.clickable { padding: 0.1em; margin-right: 0; } ...
Kimtaro/jisho.org
2474539a48759babdf6d973171bc642f01f9ca94
More playing around with word result layout and colors
diff --git a/root/flavour/www/words/result-row.tt b/root/flavour/www/words/result-row.tt index 3a82e52..5e80708 100644 --- a/root/flavour/www/words/result-row.tt +++ b/root/flavour/www/words/result-row.tt @@ -1,101 +1,105 @@ <? use Dumper ?> <div id="word_<?- word.id -?>" class="word <? if even; 'even'; else; 'odd...
Kimtaro/jisho.org
f5f534831a9c57d87f5a7506252dd0951600794d
New tags
diff --git a/lib/DenshiJisho/I18N/en.pm b/lib/DenshiJisho/I18N/en.pm index 2751502..adbd030 100644 --- a/lib/DenshiJisho/I18N/en.pm +++ b/lib/DenshiJisho/I18N/en.pm @@ -1,625 +1,631 @@ package DenshiJisho::I18N::en; use warnings; use strict; use utf8; use base 'DenshiJisho::I18N'; my %tag_text_for = ( # JM...
Kimtaro/jisho.org
0c287b88b5405cf6f7e6a3086981573fa263a019
New styling for references and restrictions and tags
diff --git a/root/flavour/www/words/result-row.tt b/root/flavour/www/words/result-row.tt index 57ee00c..3a82e52 100644 --- a/root/flavour/www/words/result-row.tt +++ b/root/flavour/www/words/result-row.tt @@ -1,88 +1,101 @@ <? use Dumper ?> <div id="word_<?- word.id -?>" class="word <? if even; 'even'; else; 'odd'...
Kimtaro/jisho.org
c914e4609dc617c57ad8960c3978b3d8fcc20a68
Get edict import up to speed with new readings format
diff --git a/script/importers/edict.pl b/script/importers/edict.pl index b522f56..4bf176b 100644 --- a/script/importers/edict.pl +++ b/script/importers/edict.pl @@ -1,287 +1,289 @@ use strict; use warnings; use DateTime; use utf8; use File::Basename; use FindBin qw($Bin); use Path::Class; use lib dir($Bin, '..'...
Kimtaro/jisho.org
5ffacdef341359ddc7d9668e9b273d4769e8d554
Bit better ordering
diff --git a/lib/DenshiJisho/Schema/DJDB/WordsRS.pm b/lib/DenshiJisho/Schema/DJDB/WordsRS.pm index 8f0a221..5b0cad5 100644 --- a/lib/DenshiJisho/Schema/DJDB/WordsRS.pm +++ b/lib/DenshiJisho/Schema/DJDB/WordsRS.pm @@ -1,175 +1,175 @@ package DenshiJisho::Schema::DJDB::WordsRS; use base qw/DBIx::Class::ResultSet Class:...
Kimtaro/jisho.org
f036a8f9fcfdcaa3bb0cb617fc76c55e71fd0824
Ordering
diff --git a/lib/DenshiJisho/Schema/DJDB/WordsRS.pm b/lib/DenshiJisho/Schema/DJDB/WordsRS.pm index 9313cff..8f0a221 100644 --- a/lib/DenshiJisho/Schema/DJDB/WordsRS.pm +++ b/lib/DenshiJisho/Schema/DJDB/WordsRS.pm @@ -1,170 +1,175 @@ package DenshiJisho::Schema::DJDB::WordsRS; use base qw/DBIx::Class::ResultSet Class:...
Kimtaro/jisho.org
21afc67c35f8e07fc447e26cf7f1f11f2a999f50
Faster word search
diff --git a/lib/DenshiJisho/Lingua.pm b/lib/DenshiJisho/Lingua.pm index ad0cc2a..51c1e3c 100644 --- a/lib/DenshiJisho/Lingua.pm +++ b/lib/DenshiJisho/Lingua.pm @@ -1,298 +1,298 @@ package DenshiJisho::Lingua; use warnings; use strict; use utf8; use Encode; use Text::Balanced qw(extract_multiple extract_delimit...
Kimtaro/jisho.org
be9fe7a3a5aa560150b0bc11dcbd3ec11ca185ac
New Catalyst scripts
diff --git a/script/denshijisho_cgi.pl b/script/denshijisho_cgi.pl index 2d21eb1..4a14e3b 100755 --- a/script/denshijisho_cgi.pl +++ b/script/denshijisho_cgi.pl @@ -1,37 +1,30 @@ -#!/usr/bin/perl -w +#!/usr/bin/env perl -BEGIN { $ENV{CATALYST_ENGINE} ||= 'CGI' } - -use strict; -use warnings; -use FindBin; -use lib "$...
Kimtaro/jisho.org
305ef83ceb7698eb47d6ab9db8e0d5dee13e6193
Forgot the reading
diff --git a/lib/DenshiJisho/Model/Smartfm.pm b/lib/DenshiJisho/Model/Smartfm.pm index f02abfa..59eb4fb 100644 --- a/lib/DenshiJisho/Model/Smartfm.pm +++ b/lib/DenshiJisho/Model/Smartfm.pm @@ -1,143 +1,143 @@ package DenshiJisho::Model::Smartfm; use strict; use warnings; use base 'Catalyst::Model'; use LWP::User...
Kimtaro/jisho.org
21b8870c06d329c5c171393645b53b188839e345
Make sure reading groups are not duplicated
diff --git a/script/importers/jmdict.pl b/script/importers/jmdict.pl index cd4c55c..6cd5057 100644 --- a/script/importers/jmdict.pl +++ b/script/importers/jmdict.pl @@ -1,393 +1,394 @@ #!/usr/bin/perl -w # # jmdict.pl # # Imports JMdict and JMnedict files use strict; use warnings; use Encode; use utf8; us...
Kimtaro/jisho.org
34b40f81c79f3038eee6c8d4b9fc92eebd1450aa
Properly handle multiple re_restr and re_nokanji
diff --git a/root/flavour/www/words/result-row.tt b/root/flavour/www/words/result-row.tt index e9993be..57ee00c 100644 --- a/root/flavour/www/words/result-row.tt +++ b/root/flavour/www/words/result-row.tt @@ -1,86 +1,88 @@ <? use Dumper ?> <div id="word_<?- word.id -?>" class="word <? if even; 'even'; else; 'odd';...
Kimtaro/jisho.org
cf24fc3a26c18d4130b5197a6d6496838b223455
Store readings and representations in logical groups
diff --git a/script/importers/jmdict.pl b/script/importers/jmdict.pl index 685ff77..e528f6d 100644 --- a/script/importers/jmdict.pl +++ b/script/importers/jmdict.pl @@ -1,328 +1,363 @@ #!/usr/bin/perl -w # # jmdict.pl # # Imports JMdict and JMnedict files use strict; use warnings; use Encode; use utf8; us...
Kimtaro/jisho.org
5a434cd414db70daf6731a120275c1de55e032a4
- Grade is optional for kanji. - Fix JS syntax error
diff --git a/lib/DenshiJisho/Schema/DJDB/Kanji.pm b/lib/DenshiJisho/Schema/DJDB/Kanji.pm index 135df3b..4865d3b 100644 --- a/lib/DenshiJisho/Schema/DJDB/Kanji.pm +++ b/lib/DenshiJisho/Schema/DJDB/Kanji.pm @@ -1,68 +1,68 @@ package DenshiJisho::Schema::DJDB::Kanji; use base qw/DBIx::Class/; use JSON; use Encode; us...
Kimtaro/jisho.org
52e1f15957fc881718a02a631dd475c1ed01e6d2
These modules are required in later versions of Catalyst
diff --git a/Makefile.PL b/Makefile.PL index 5e76c04..fd3ccaf 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,38 +1,40 @@ use inc::Module::Install; name 'DenshiJisho'; all_from 'lib/DenshiJisho.pm'; requires 'Catalyst::Runtime' => '5.7011'; +requires 'Catalyst::Engine::HTTP::Restarter'; requires 'Catalyst::Pl...
Kimtaro/jisho.org
1e50cfdf97f4ae81fc18ddad8e20c17dabf48e7b
Support for fullscreen iPhone app
diff --git a/lib/Catalyst/Plugin/DenshiJisho/Flavour.pm b/lib/Catalyst/Plugin/DenshiJisho/Flavour.pm index d5914cf..1e1b0cf 100644 --- a/lib/Catalyst/Plugin/DenshiJisho/Flavour.pm +++ b/lib/Catalyst/Plugin/DenshiJisho/Flavour.pm @@ -1,49 +1,50 @@ package Catalyst::Plugin::DenshiJisho::Flavour; use warnings; use st...
Kimtaro/jisho.org
cfda579025d6af3f77f188ce3d5a85d0a9759fdd
Hide the navbar on iphones
diff --git a/root/flavour/iphone/includes/page.tt b/root/flavour/iphone/includes/page.tt index d830ab4..38bb8a9 100644 --- a/root/flavour/iphone/includes/page.tt +++ b/root/flavour/iphone/includes/page.tt @@ -1,415 +1,417 @@ <html> <head> <title><? c.stash.title ?></title> <meta name="Content-type" content="te...
Kimtaro/jisho.org
0fe0640f4a511f38399ffcebb78814ebc307f16d
Fixing some URLs, with some cool debug shit in there
diff --git a/lib/DenshiJisho/Schema/DJDB/WordsRS.pm b/lib/DenshiJisho/Schema/DJDB/WordsRS.pm index 8020f16..6a40b25 100644 --- a/lib/DenshiJisho/Schema/DJDB/WordsRS.pm +++ b/lib/DenshiJisho/Schema/DJDB/WordsRS.pm @@ -1,120 +1,126 @@ package DenshiJisho::Schema::DJDB::WordsRS; use base qw/DBIx::Class::ResultSet Class:...
Kimtaro/jisho.org
11c91ccb03efb8663e09311bb66b795a28da835f
Fixes for Catalyst 5.8
diff --git a/lib/DenshiJisho/Controller/About.pm b/lib/DenshiJisho/Controller/About.pm index b023430..c12396b 100755 --- a/lib/DenshiJisho/Controller/About.pm +++ b/lib/DenshiJisho/Controller/About.pm @@ -1,54 +1,54 @@ package DenshiJisho::Controller::About; use strict; -use base 'Catalyst::Base'; +use base 'Cataly...
Kimtaro/jisho.org
c8d6fc608164db22f852c100588cd41be705f760
Remove a ce and update Catalyst scripts
diff --git a/lib/DenshiJisho/Controller/Words.pm b/lib/DenshiJisho/Controller/Words.pm index 783451c..15e8cbf 100755 --- a/lib/DenshiJisho/Controller/Words.pm +++ b/lib/DenshiJisho/Controller/Words.pm @@ -1,120 +1,119 @@ package DenshiJisho::Controller::Words; use strict; use base 'Catalyst::Base'; use Unicode::J...
Kimtaro/jisho.org
b37f2edaffd8d97094a9c2ea1be0415194484103
Fix source count display
diff --git a/lib/DenshiJisho/Controller/Words.pm b/lib/DenshiJisho/Controller/Words.pm index 2b06500..783451c 100755 --- a/lib/DenshiJisho/Controller/Words.pm +++ b/lib/DenshiJisho/Controller/Words.pm @@ -1,119 +1,120 @@ package DenshiJisho::Controller::Words; use strict; use base 'Catalyst::Base'; use Unicode::J...
Kimtaro/jisho.org
37f3b077a529bbea198fd1b3cbfa750a70cdf150
Slightly smaller reading groups
diff --git a/root/static/styles/default.css b/root/static/styles/default.css index 274418e..9aa02de 100755 --- a/root/static/styles/default.css +++ b/root/static/styles/default.css @@ -536,1025 +536,1025 @@ div.search .lowest_row { } div.search div.row span.clickable { padding: 0.1em; margin-right: 0; } ...
Kimtaro/jisho.org
0d0f47375ed8b970d0794cb80847c9c16ab3c3a7
One reading group per line and larger pagination
diff --git a/root/static/styles/default.css b/root/static/styles/default.css index 7df958e..274418e 100755 --- a/root/static/styles/default.css +++ b/root/static/styles/default.css @@ -1,1558 +1,1560 @@ #important_notice { width: 728px; font-size: 1.4em; margin: 10px auto 0 auto; } .middle_ad_banner { widt...
Kimtaro/jisho.org
7c38fdfe5875b4fff685c1f3a8d3fd0f1a49cf16
Add readme file
diff --git a/README b/README new file mode 100644 index 0000000..a398093 --- /dev/null +++ b/README @@ -0,0 +1,7 @@ +This is the source code for jisho.org, almost. This is the source code for the upcoming, yet to be released, more awesome version of jisho.org. + +The code is a mess, and it's not trivial to get it up an...
agl/local-dns-cache
4fc384bd323f0cf523c19ae786d95212fbe2e6c6
Add gitignore file.
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4e949d0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +Makefile +Makefile.in +*.o +*.swp +localdnscache +config.log +config.status +.deps +autom4te.cache
agl/local-dns-cache
87cd0e1c34ebeb436a9777d6a1fd3a06db6ae95f
Add initial DBus support.
diff --git a/Makefile.am b/Makefile.am index da96d49..09df07c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,5 @@ ## Makefile.am -- Process this file with automake to produce Makefile.in sbin_PROGRAMS = localdnscache -localdnscache_SOURCES = dnscache.c droproot.c okclient.c log.c cache.c query.c qmerge.c respo...
agl/local-dns-cache
fbde6873f540fedf154b7174011d9a9dd19fd21a
Change configuration from env vars to command line.
diff --git a/dnscache.c b/dnscache.c index 5ccb16a..2b7c3ad 100644 --- a/dnscache.c +++ b/dnscache.c @@ -1,446 +1,528 @@ #include <unistd.h> +#include <getopt.h> +#include <fcntl.h> +#include <stdio.h> + #include "env.h" #include "exit.h" #include "scan.h" #include "strerr.h" #include "error.h" #include "ip4.h" ...
agl/local-dns-cache
38747dc651b804a000ac6f9d8fa014f9589c0754
Allow clients from 127.0.0.1
diff --git a/okclient.c b/okclient.c index a648c02..0fa192a 100644 --- a/okclient.c +++ b/okclient.c @@ -1,26 +1,12 @@ #include <sys/types.h> #include <sys/stat.h> #include "str.h" #include "ip4.h" #include "okclient.h" static char fn[3 + IP4_FMT]; int okclient(char ip[4]) { - struct stat st; - int i; - -...
agl/local-dns-cache
9039cb508dc10b93a53c2f57f7545530adfbaf0d
Don't use "servers" subdirectory for config.
diff --git a/roots.c b/roots.c index 3cfe959..a256a8c 100644 --- a/roots.c +++ b/roots.c @@ -1,127 +1,126 @@ #include <unistd.h> #include "open.h" #include "error.h" #include "str.h" #include "byte.h" #include "error.h" #include "direntry.h" #include "ip4.h" #include "dns.h" #include "openreadclose.h" #inclu...
agl/local-dns-cache
f9520e61e1dd32300b3a780347aeaa08276d1899
Switch to using autotools for the build.
diff --git a/Makefile b/Makefile deleted file mode 100644 index bc047c0..0000000 --- a/Makefile +++ /dev/null @@ -1,1111 +0,0 @@ -# Don't edit Makefile! Use conf-* for configuration. - -SHELL=/bin/sh - -default: it - -alloc.a: \ -makelib alloc.o alloc_re.o getln.o getln2.o stralloc_cat.o \ -stralloc_catb.o stralloc_cat...
agl/local-dns-cache
dd0821c4c314cff7f4c1c3a0229f7768916820ff
Apply 0002-dnscache-cache-soa-records.patch
diff --git a/query.c b/query.c index f091fdd..b3034f1 100644 --- a/query.c +++ b/query.c @@ -1,845 +1,877 @@ #include "error.h" #include "roots.h" #include "log.h" #include "case.h" #include "cache.h" #include "byte.h" #include "dns.h" #include "uint64.h" #include "uint32.h" #include "uint16.h" #include "dd....
agl/local-dns-cache
da36fee284dca8db1819b812643554d8369984b7
Apply 0001-dnscache-merge-similar-outgoing-queries.patch
diff --git a/Makefile b/Makefile index 1429643..bc047c0 100644 --- a/Makefile +++ b/Makefile @@ -1,1106 +1,1111 @@ # Don't edit Makefile! Use conf-* for configuration. SHELL=/bin/sh default: it alloc.a: \ makelib alloc.o alloc_re.o getln.o getln2.o stralloc_cat.o \ stralloc_catb.o stralloc_cats.o stralloc_c...
hughdbrown/testcalendar
181d7805764579af661812103d1cbbd1ac3c7c71
Add admin; add event template; add url for event/{object_id}
diff --git a/event/admin.py b/event/admin.py new file mode 100644 index 0000000..e6a99ed --- /dev/null +++ b/event/admin.py @@ -0,0 +1,7 @@ +from django.contrib import admin +from testcalendar.event.models import Event + +class EventAdmin(admin.ModelAdmin): + pass + +admin.site.register(Event, EventAdmin) diff --git...
hughdbrown/testcalendar
a52488ec39eb3087d5e172d8854d5655dbbc535b
Shorten urlpath
diff --git a/urls.py b/urls.py index b6236d3..22c6225 100644 --- a/urls.py +++ b/urls.py @@ -1,7 +1,7 @@ from django.conf.urls.defaults import * -urlpatterns = patterns('', - url(regex=r'^gencal/$', view="testcalendar.views.foo", kwargs=None, name="foo"), - url(regex=r'^simple-gencal/$', view="testcalendar.views.bar...
hughdbrown/testcalendar
2e6feaeb9157d3a48970ab935debd67897516827
Remove db
diff --git a/.gitignore b/.gitignore index 7605d48..49a7a5f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ *.pyc *.kpf django-gencal/ -events/ +db/ diff --git a/db/events b/db/events deleted file mode 100644 index 4a505a9..0000000 Binary files a/db/events and /dev/null differ
hughdbrown/testcalendar
5c3c2fab921a73a4b98cd517c8b8f8893f4b5133
Initial revision
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7605d48 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +*.pyc +*.kpf +django-gencal/ +events/ diff --git a/__init__.py b/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/db/events b/db/events new file mode 100644 index 0000000....
jcoglan/jsclass
7a40c031fe0e04e29b2273a8a4ff6ca049c4bfa2
Remove analytics from the site.
diff --git a/site/src/layouts/default.haml b/site/src/layouts/default.haml index 8e4e248..2ba4d02 100644 --- a/site/src/layouts/default.haml +++ b/site/src/layouts/default.haml @@ -1,125 +1,125 @@ !!! 5 %html %head %meta{'charset' => 'utf-8'} %title jsclass = stylesheets %link{'rel' => 'stylesh...
jcoglan/jsclass
0e2b5513014e86593e7af63d48d4c710da515b17
When we use the real setTimeout in TestCase, also use the real clearTimeout.
diff --git a/source/test/unit/test_case.js b/source/test/unit/test_case.js index 0e52e4a..84a27ed 100644 --- a/source/test/unit/test_case.js +++ b/source/test/unit/test_case.js @@ -1,263 +1,264 @@ Test.Unit.extend({ TestCase: new JS.Class({ include: Test.Unit.Assertions, extend: { STARTED: 'Test...
jcoglan/jsclass
a93b89e99981deecacc8938ff8e4c86c0e873993
Bump version to 4.0.5.
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d7f977..b7fd631 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,338 +1,343 @@ +### 4.0.5 / 2014-03-19 + +* Rename `MethodChain#_()` to `MethodChain#__()` to avoid clobbering Underscore + in test suites + ### 4.0.4 / 2013-12-01 * Remove `Enumerable` class methods f...
jcoglan/jsclass
6e12ad7292a70c5505c15c7cc0c05d06d4fc633e
Fix Set specs on Firefox 28.
diff --git a/test/specs/set_spec.js b/test/specs/set_spec.js index cdfc990..cc70e30 100644 --- a/test/specs/set_spec.js +++ b/test/specs/set_spec.js @@ -1,448 +1,448 @@ JS.require('JS.Set', 'JS.OrderedSet', 'JS.SortedSet', 'JS.Hash', function(Set, OrderedSet, SortedSet, Hash) { var sets = { Set: Set, ...
jcoglan/jsclass
f0539f312f09be91bee9f5e75cf4fdc0acc80fd8
Replace MethodChain._() with MethodChain.__() so as not to conflict with Underscore.
diff --git a/site/src/pages/methodchain.haml b/site/src/pages/methodchain.haml index eb95a60..88127e6 100644 --- a/site/src/pages/methodchain.haml +++ b/site/src/pages/methodchain.haml @@ -1,121 +1,121 @@ :textile h2. MethodChain @MethodChain@ provides a mechanism for storing a sequence of method calls and ...
jcoglan/jsclass
efd5b2551ef4d76f8bdc2d5fc88d6bc28dcc8262
Bump version to 4.0.4.
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2995d61..8d7f977 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,338 +1,338 @@ -### 4.0.4 / 2013-11-30 +### 4.0.4 / 2013-12-01 * Remove `Enumerable` class methods from `Test.Unit.TestCase` * Log all mock argument matchers that match a method call, so a test will not...
jcoglan/jsclass
ad7f7a402491d1daa13e604b00ae5cb0485ea6bd
Change the 4.0.4 date.
diff --git a/CHANGELOG.md b/CHANGELOG.md index b6825df..2995d61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,338 +1,338 @@ -### 4.0.4 / 2013-11-28 +### 4.0.4 / 2013-11-30 * Remove `Enumerable` class methods from `Test.Unit.TestCase` * Log all mock argument matchers that match a method call, so a test will not...
jcoglan/jsclass
cf124111139a560b20eb8cfcca7842279762ce05
Remove the need for a default test in TestCase, and remove the thing in Context that monkey-patches it.
diff --git a/source/test/context/suite.js b/source/test/context/suite.js index 247f0f5..ccd4e70 100644 --- a/source/test/context/suite.js +++ b/source/test/context/suite.js @@ -1,48 +1,36 @@ -(function() { - var suite = Test.Unit.TestCase.suite; - - Test.Unit.TestCase.extend({ - // Tweaks to standard method so we ...
jcoglan/jsclass
8171ce2354b31a4677bb50c1944f5e3071ff510d
Fix deprecation warnings about console output on Node v0.11.
diff --git a/source/console/node.js b/source/console/node.js index 9bf6518..a01708a 100644 --- a/source/console/node.js +++ b/source/console/node.js @@ -1,42 +1,42 @@ Console.extend({ Node: new JS.Class(Console.Base, { backtraceFilter: function() { return new RegExp(process.cwd() + '/', 'g'); }, ...
jcoglan/jsclass
1d2613b33a0d434a0ea20117b8aff2c8ccbdaec9
Ping every mock argument matcher that matches a given call.
diff --git a/CHANGELOG.md b/CHANGELOG.md index 888149b..b6825df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,330 +1,338 @@ +### 4.0.4 / 2013-11-28 + +* Remove `Enumerable` class methods from `Test.Unit.TestCase` +* Log all mock argument matchers that match a method call, so a test will not + fail if two mocks ma...
jcoglan/jsclass
3e3d4ec2fb43956a338f94f7ccf04113f0559ffe
Bump version to 4.0.3.
diff --git a/CHANGELOG.md b/CHANGELOG.md index f484d34..888149b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,322 +1,330 @@ +### 4.0.3 / 2013-11-07 + +* Don't treat `null` as an error when passed to async test callbacks +* Be strict about whether stubbed functions are called with `new` or not +* Add `withNew()` as...
jcoglan/jsclass
e2ddc42de767c43945e3350e6a8641da75ad6459
Remove JS.ENV from setTimeout() calls.
diff --git a/test/specs/package_spec.js b/test/specs/package_spec.js index e7d72d0..28c2a4e 100644 --- a/test/specs/package_spec.js +++ b/test/specs/package_spec.js @@ -1,417 +1,417 @@ JS.ENV.PackageSpec = JS.Test.describe(JS.Package, function() { with(this) { include(JS.Test.Helpers) include(JS.Test.FakeClock) ...
jcoglan/jsclass
c8fa0525c63fbe5add55330fb6f14f646f74de7c
Make TestCase have a nicer toString() to that callback mocks aren't so ugly.
diff --git a/source/test/unit/test_case.js b/source/test/unit/test_case.js index 0432ee0..433cc58 100644 --- a/source/test/unit/test_case.js +++ b/source/test/unit/test_case.js @@ -1,266 +1,270 @@ Test.Unit.extend({ TestCase: new JS.Class({ include: Test.Unit.Assertions, extend: [Enumerable, { ST...
jcoglan/jsclass
119f8fdc45beeb2f32d0d0d126a1378772cf973b
Implement on() and withNew() on stub parameter matchers.
diff --git a/source/test/mocking/parameters.js b/source/test/mocking/parameters.js index 4cf5618..450a72d 100644 --- a/source/test/mocking/parameters.js +++ b/source/test/mocking/parameters.js @@ -1,160 +1,173 @@ Test.Mocking.extend({ Parameters: new JS.Class({ initialize: function(params, constructor, impleme...
jcoglan/jsclass
da38a6ab1d7108daecef165b0b21bcec0b1f285e
Refactor how mocked constructors work and make errors more reflective of what really went wrong.
diff --git a/source/test/mocking/parameters.js b/source/test/mocking/parameters.js index 0f5ccbc..4cf5618 100644 --- a/source/test/mocking/parameters.js +++ b/source/test/mocking/parameters.js @@ -1,157 +1,160 @@ Test.Mocking.extend({ Parameters: new JS.Class({ - initialize: function(params, implementation) { - ...
jcoglan/jsclass
f02392643baba430825173a479241ce3c203a9df
Remove [] from toString() of arrayIncluding().
diff --git a/source/test/mocking/matchers.js b/source/test/mocking/matchers.js index 7ab375a..36423b4 100644 --- a/source/test/mocking/matchers.js +++ b/source/test/mocking/matchers.js @@ -1,87 +1,87 @@ Test.Mocking.extend({ Anything: new JS.Class({ equals: function() { return true }, toString: function()...
jcoglan/jsclass
2107131b3e35c818a00aaf3c734d47ac2123c86b
Make the toString of mock argument matchers match the API for them.
diff --git a/source/test/mocking/matchers.js b/source/test/mocking/matchers.js index 238bf2b..7ab375a 100644 --- a/source/test/mocking/matchers.js +++ b/source/test/mocking/matchers.js @@ -1,88 +1,87 @@ Test.Mocking.extend({ Anything: new JS.Class({ equals: function() { return true }, - toString: function()...
jcoglan/jsclass
7da6afcb96691a62bb0aca64239504b83b5be565
Throw if a stubbed non-constructor method is called with 'new'.
diff --git a/source/test/fake_clock.js b/source/test/fake_clock.js index 178b433..a587177 100644 --- a/source/test/fake_clock.js +++ b/source/test/fake_clock.js @@ -1,125 +1,129 @@ Test.extend({ FakeClock: new JS.Module({ extend: { API: new JS.Singleton({ METHODS: ['Date', 'setTimeout', 'clearT...
jcoglan/jsclass
4bb3cef8c5ce8357504935e018933cb7ee88d47b
Refactor mocking DSL to avoid having to track global state around which matcher is in effect. Make stub()/expect() return a new matcher every time, which is then modified by given(), returns(), etc.
diff --git a/source/test/mocking/dsl.js b/source/test/mocking/dsl.js index 511774b..371142c 100644 --- a/source/test/mocking/dsl.js +++ b/source/test/mocking/dsl.js @@ -1,87 +1,42 @@ -Test.Mocking.Stub.include({ - given: function() { - var matcher = new Test.Mocking.Parameters(arguments, this._expected); - this....
jcoglan/jsclass
a26ea1fd08399194bac5e68b779e20b7979a724f
Don't treat 'null' as an error when passed to async test callbacks.
diff --git a/source/test/async_steps.js b/source/test/async_steps.js index 4a669da..4de5d8c 100644 --- a/source/test/async_steps.js +++ b/source/test/async_steps.js @@ -1,86 +1,86 @@ Test.extend({ AsyncSteps: new JS.Class(JS.Module, { define: function(name, method) { this.callSuper(name, function() { ...
jcoglan/jsclass
5a22d2dfe7b83fea6cc8b260b6a0a6868e6a6a81
Change Google Analytics snippet.
diff --git a/site/site/javascripts/analytics.js b/site/site/javascripts/analytics.js index f3b2a3f..b231473 100644 --- a/site/site/javascripts/analytics.js +++ b/site/site/javascripts/analytics.js @@ -1,8 +1,9 @@ -(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ -(i[r].q=i[r].q||[]).push(arg...
jcoglan/jsclass
4f6e0860671f3a7968e5f4dc3fd2ff78517b20cb
Don't content-hash binary build files.
diff --git a/package.json b/package.json index 7c5e6da..76f1231 100644 --- a/package.json +++ b/package.json @@ -1,178 +1,181 @@ { "name" : "jsclass" , "description" : "Portable class library for JavaScript" , "homepage" : "http://jsclass.jcoglan.com" , "author" : "James Coglan <jcogl...
jcoglan/jsclass
23434efabf3aa228bed1667e395ac7de66d30344
Fix wake config.
diff --git a/.gitignore b/.gitignore index f0a03cf..1bbaa6a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ Gemfile.lock build node_modules site/site/stylesheets/screen.css site/site/*.html +.wake.json diff --git a/package.json b/package.json index e4a439f..7c5e6da 100644 --- a/package.json +++ b/packag...
jcoglan/jsclass
8d10a9f9e6e1529dc3744919ae105f57a0b5aded
Put meta-charset tags back.
diff --git a/site/src/layouts/default.haml b/site/src/layouts/default.haml index 6648d61..3c44612 100644 --- a/site/src/layouts/default.haml +++ b/site/src/layouts/default.haml @@ -1,124 +1,125 @@ !!! 5 %html %head + %meta{'charset' => 'utf-8'} %title jsclass = stylesheets %link{'rel' => 'stylesh...
jcoglan/jsclass
b52a5dddca56170e2eb58bf1d8d8e98a7fe57e3a
Remove unneeded meta tags and type attributes from site and example HTML.
diff --git a/site/src/layouts/default.haml b/site/src/layouts/default.haml index fc6213f..6648d61 100644 --- a/site/src/layouts/default.haml +++ b/site/src/layouts/default.haml @@ -1,125 +1,124 @@ -!!! +!!! 5 %html %head - %meta{'http-equiv' => 'Content-Type', :content => 'text/html; charset=utf-8'} %title ...
jcoglan/jsclass
43662a4c943685184f83c2241d0c017df048e49b
add missing </pre> to fix doc layout
diff --git a/site/src/pages/enumerable.haml b/site/src/pages/enumerable.haml index 4d63225..646b714 100644 --- a/site/src/pages/enumerable.haml +++ b/site/src/pages/enumerable.haml @@ -1,483 +1,483 @@ :textile h2. Enumerable @Enumerable@ is essentially a straight port of Ruby's "@Enumerable@":http://ruby-do...
jcoglan/jsclass
bad612380bfbbc0bf1b8743987631536c8936f61
Bump version to 4.0.2.
diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bedfed..f484d34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,317 +1,322 @@ +### 4.0.2 / 2013-07-06 + +* Change `AsyncSteps` so it wraps all calls to `before()`, `it()` and `after()` + so that each block waits for all the steps it queues to complete + ### 4.0.1 / 2...
jcoglan/jsclass
b266386bbb646db5bdb775d85486c15a332c4202
Remove timezone sensitivity from a date test.
diff --git a/test/specs/test/unit_spec.js b/test/specs/test/unit_spec.js index 6e1b186..065cf79 100644 --- a/test/specs/test/unit_spec.js +++ b/test/specs/test/unit_spec.js @@ -1,817 +1,817 @@ JS.require('JS.Enumerable', 'JS.Observable', 'JS.Range', 'JS.Set', 'JS.SortedSet', function(Enumerable, Observable, Range, Se...
jcoglan/jsclass
9c5406b9920e0944ec9184d2f15b47b7c18d420e
Change how AsyncSteps transforms the blocks passed to before/it/after.
diff --git a/source/test/async_steps.js b/source/test/async_steps.js index 2285c16..4a669da 100644 --- a/source/test/async_steps.js +++ b/source/test/async_steps.js @@ -1,91 +1,86 @@ Test.extend({ AsyncSteps: new JS.Class(JS.Module, { define: function(name, method) { this.callSuper(name, function() { ...
jcoglan/jsclass
7786c38ea97f5f62b5feae712a7605a6da775295
Fix indexing bug when generating require list for autoload().
diff --git a/CHANGELOG.md b/CHANGELOG.md index 462d113..6bedfed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,313 +1,317 @@ +### 4.0.1 / 2013-07-01 + +* Fix indexing bug in dynamic generation of autoload.require lists + ### 4.0.0 / 2013-06-30 * Turn all library components into CommonJS modules running in stric...
jcoglan/jsclass
8dbd78d8ca20be3382c13ea0f6c6bf936ec5a739
Reduce bulk of webfonts import.
diff --git a/site/src/layouts/default.haml b/site/src/layouts/default.haml index aa87213..d412424 100644 --- a/site/src/layouts/default.haml +++ b/site/src/layouts/default.haml @@ -1,125 +1,125 @@ !!! %html %head %meta{'http-equiv' => 'Content-Type', :content => 'text/html; charset=utf-8'} %title jsclass...
jcoglan/jsclass
593f8e2004e17da037248da1ee29173618d37207
Fix async error detection in old Firefox, and hopefully XUL and AIR.
diff --git a/source/test/async_steps.js b/source/test/async_steps.js index d5807c9..2285c16 100644 --- a/source/test/async_steps.js +++ b/source/test/async_steps.js @@ -1,91 +1,91 @@ Test.extend({ AsyncSteps: new JS.Class(JS.Module, { define: function(name, method) { this.callSuper(name, function() { ...
jcoglan/jsclass
ac06ffdfc28e827c32d5f3da012a7059b63a4d33
Must make some fixtures globals so cscript can find them.
diff --git a/test/fixtures/common.js b/test/fixtures/common.js index be9f1d0..93cb46d 100644 --- a/test/fixtures/common.js +++ b/test/fixtures/common.js @@ -1,7 +1,7 @@ -var Common = {name: 'CommonJS module'}; -var HTTP = {name: 'CommonJS HTTP lib'}; +Common = {name: 'CommonJS module'}; +HTTP = {name: 'CommonJS HTTP li...
jcoglan/jsclass
44ed3394d4adb8a80e83645b1be297df75617a14
Remove trailing comma from Enumerable.chunk test.
diff --git a/test/specs/enumerable_spec.js b/test/specs/enumerable_spec.js index 5b2613b..95c3685 100644 --- a/test/specs/enumerable_spec.js +++ b/test/specs/enumerable_spec.js @@ -1,645 +1,645 @@ JS.require('JS.Comparable', 'JS.Enumerable', 'JS.Hash', 'JS.Range', function(Comparable, Enumerable, Hash, Range) { JS...
jcoglan/jsclass
831c77ec60bd272e25b83dfcf3fe3a44d7f37f0f
For autoload(), allow 'require' to be an array and allow 'from' to be a function that maps object names to paths.
diff --git a/site/src/pages/packages/autoload.haml b/site/src/pages/packages/autoload.haml index c34dc9d..7f37c03 100644 --- a/site/src/pages/packages/autoload.haml +++ b/site/src/pages/packages/autoload.haml @@ -1,44 +1,60 @@ :textile h2. Short-hand setup using @autoload@ As your application grows you may fin...
jcoglan/jsclass
c9cea202d3d1d3892d6ee6bf3e9c62030bb2dc1e
Add a couple new collection methods from Ruby 2.0.
diff --git a/site/src/pages/enumerable.haml b/site/src/pages/enumerable.haml index 55740b9..4d63225 100644 --- a/site/src/pages/enumerable.haml +++ b/site/src/pages/enumerable.haml @@ -1,466 +1,483 @@ :textile h2. Enumerable @Enumerable@ is essentially a straight port of Ruby's "@Enumerable@":http://ruby-do...
jcoglan/jsclass
76e9df7cb9f3cd2287eccdef5ed12e8d986b3e4c
Remove trailing whitespace.
diff --git a/site/src/pages/enumerator.haml b/site/src/pages/enumerator.haml index 950a57c..2fc3f7a 100644 --- a/site/src/pages/enumerator.haml +++ b/site/src/pages/enumerator.haml @@ -1,138 +1,138 @@ :textile h2. Enumerator The @Enumerator@ class, part of the "@Enumerable@":/enumerable.html module, encapsu...
jcoglan/jsclass
1fba6d171c9c2b09e3665c4a8e2363ca9c4547bf
Review the stdlib docs.
diff --git a/Gemfile b/Gemfile index 21dd71b..0c75018 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,10 @@ source 'https://rubygems.org' -gem 'staticmatic' gem 'compass', '~> 0.11.0' gem 'haml', '~> 3.1.0' +gem 'httparty' +gem 'nokogiri' +gem 'rake' gem 'RedCloth', '~> 3.0.0' +gem 'staticmatic' diff --git a/Rake...
jcoglan/jsclass
b3f26813422702b9ee94dcccedd1f05b403c7a05
Make it easier to register other types of errors as assertion failures, and treat Node's AssertionError as such.
diff --git a/source/test/unit/assertions.js b/source/test/unit/assertions.js index 36e1453..9067fbf 100644 --- a/source/test/unit/assertions.js +++ b/source/test/unit/assertions.js @@ -1,254 +1,269 @@ Test.Unit.extend({ + isFailure: function(error) { + var types = Test.ASSERTION_ERRORS, i = types.length; + whil...
jcoglan/jsclass
498dc8072eab96e94738f0133c4df5acd5e5801a
Remove stray blank line from changelog.
diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ce8eef..bf59bfe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,291 +1,290 @@ ### 3.0.9 / 2012-08-09 * Correct the name of `--directory` param to `jsbuild` ### 3.0.8 / 2012-08-04 * Ship source maps for minified JavaScript files * Fix a bug in stubbing librar...
jcoglan/jsclass
a893c82490ab394345fd18cb2554452da849730c
Remove the Benchmark module -- benchmark.js runs on loads of platforms and is much more mature.
diff --git a/package.json b/package.json index 805a4d5..4ceecd3 100644 --- a/package.json +++ b/package.json @@ -1,183 +1,182 @@ { "name" : "jsclass" , "description" : "Portable class library for JavaScript" , "homepage" : "http://jsclass.jcoglan.com" , "author" : "James Coglan <jcogl...
jcoglan/jsclass
99a9ac1c3ff80faf56c28fba83ca680ec434378a
Correct title of license file.
diff --git a/LICENSE.md b/LICENSE.md index bdb286c..9eadd01 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,44 +1,46 @@ -jsclass: the cross-platform JavaScript class library -http://jsclass.jcoglan.com +# License + +(The MIT license) + Copyright (c) 2007-2013 James Coglan and contributors Permission is hereby grante...
jcoglan/jsclass
14f061fe3e90136a33810b6b42878fb6552cea19
Markdown is _really_ not Textile.
diff --git a/README.md b/README.md index 8902ef6..4fdd822 100644 --- a/README.md +++ b/README.md @@ -1,29 +1,29 @@ # jsclass `jsclass` is a portable, modular JavaScript class library, influenced by the -"Ruby":http://ruby-lang.org/ programming language. It provides a rich set of +[Ruby](http://ruby-lang.org/ progra...
jcoglan/jsclass
4b7c77df3408400b895b7e9d859a3d78c49cdc61
Markdown != Textile.
diff --git a/README.md b/README.md index 1822469..8902ef6 100644 --- a/README.md +++ b/README.md @@ -1,29 +1,29 @@ -# jsclass - the cross-platform JavaScript class library +# jsclass -@jsclass@ is a portable, modular JavaScript class library, influenced by the +`jsclass` is a portable, modular JavaScript class librar...
jcoglan/jsclass
13fc0dbddf35c5e2ca21a103876836c72b63564e
Reformat the ALLCAPS files.
diff --git a/CHANGELOG b/CHANGELOG deleted file mode 100644 index 5a060dc..0000000 --- a/CHANGELOG +++ /dev/null @@ -1,467 +0,0 @@ -Version 3.0.9 -August 9 2012 -================================================================ - -* Correct the name of 'directory' param to jsbuild - - -Version 3.0.8 -August 4 2012 -====...
jcoglan/jsclass
2d3f7a0b3e57da4a93ad05f183317398604408e0
Review the core documentation.
diff --git a/site/src/layouts/default.haml b/site/src/layouts/default.haml index 0f30a14..aa87213 100644 --- a/site/src/layouts/default.haml +++ b/site/src/layouts/default.haml @@ -1,127 +1,125 @@ !!! %html %head %meta{'http-equiv' => 'Content-Type', :content => 'text/html; charset=utf-8'} %title jsclass...