repo
string
commit
string
message
string
diff
string
BigBlueHat/BlueInk
b98ef7b1daf96d650ca557006de72fb3df6e9e16
Add new things from select modal
diff --git a/src/main.js b/src/main.js index 131ada5..7e8bb5e 100644 --- a/src/main.js +++ b/src/main.js @@ -1,425 +1,429 @@ require('insert-css')(require('./main.css')); var BlueInk = require('vue'); // TODO: in use by arbitrarily loaded type components...can we avoid it? window.BlueInk = BlueInk; BlueInk.confi...
BigBlueHat/BlueInk
f33df1789dcc22f589d754461c943f9e55f89d0c
Move the last type related bits into root
diff --git a/src/main.js b/src/main.js index ea63152..131ada5 100644 --- a/src/main.js +++ b/src/main.js @@ -1,414 +1,425 @@ require('insert-css')(require('./main.css')); var BlueInk = require('vue'); // TODO: in use by arbitrarily loaded type components...can we avoid it? window.BlueInk = BlueInk; BlueInk.confi...
BigBlueHat/BlueInk
f66b55fe3019b7edd73edd199d76f8f585b28511
Move types list formatting into root
diff --git a/src/main.js b/src/main.js index 62301e4..ea63152 100644 --- a/src/main.js +++ b/src/main.js @@ -1,401 +1,414 @@ require('insert-css')(require('./main.css')); var BlueInk = require('vue'); // TODO: in use by arbitrarily loaded type components...can we avoid it? window.BlueInk = BlueInk; BlueInk.confi...
BigBlueHat/BlueInk
db64770004d4f089e8bc02b72600925c12cc5f85
Bring over computed name into $root.editDoc; refactor
diff --git a/src/main.js b/src/main.js index 8a23245..62301e4 100644 --- a/src/main.js +++ b/src/main.js @@ -1,394 +1,401 @@ require('insert-css')(require('./main.css')); var BlueInk = require('vue'); // TODO: in use by arbitrarily loaded type components...can we avoid it? window.BlueInk = BlueInk; BlueInk.confi...
BigBlueHat/BlueInk
f5703c099145105df23dce2ae27e2c7a3d511b1e
Use modal_count to track the stack of modals
diff --git a/src/main.js b/src/main.js index cbe537b..8a23245 100644 --- a/src/main.js +++ b/src/main.js @@ -1,377 +1,394 @@ require('insert-css')(require('./main.css')); var BlueInk = require('vue'); // TODO: in use by arbitrarily loaded type components...can we avoid it? window.BlueInk = BlueInk; BlueInk.confi...
BigBlueHat/BlueInk
f534735a10b482482e865aee51a83504737c6d72
Add Select Modal: currently only handles images
diff --git a/src/main.css b/src/main.css index 683dfaa..4b16ec1 100644 --- a/src/main.css +++ b/src/main.css @@ -1,32 +1,46 @@ html.blueinked body { position: relative; top: 3em; /** TODO: do this dynamically...maybe **/ } #ui-blueink { top: 0; right: 0; left: 0; text-align: left; z-index: 201; ...
BigBlueHat/BlueInk
840b2ad4085a3e5d4aef1a599bad17ae2e9c936c
Do not load preview if we do not have an item selected
diff --git a/src/menu-items/index.js b/src/menu-items/index.js index d2dea81..09f231a 100644 --- a/src/menu-items/index.js +++ b/src/menu-items/index.js @@ -1,160 +1,162 @@ var ajax = require('pouchdb/extras/ajax'); module.exports = { replace: true, template: require('./template.html'), paramAttributes: ['...
BigBlueHat/BlueInk
91d8a6482dc91bf4392f3cba02cca0f18d0c96f8
Fix missing viewer.html; Fix 404s by using computed attr
diff --git a/_docs/type~image/viewer.html b/_docs/type~image/viewer.html new file mode 100644 index 0000000..dec1b83 --- /dev/null +++ b/_docs/type~image/viewer.html @@ -0,0 +1,3 @@ +<div class="blueink-ui small image"> + <img blueink-attr="src: '_blueink/' + doc._id + '/self'" /> +</div> diff --git a/src/menu-items/t...
BigBlueHat/BlueInk
6b850957b26f1b95564883d086dae0dacfe438f3
Switch to $dispatch over direct $root access
diff --git a/src/main.js b/src/main.js index a305ba4..79f5663 100644 --- a/src/main.js +++ b/src/main.js @@ -1,365 +1,369 @@ require('insert-css')(require('./main.css')); var BlueInk = require('vue'); // TODO: in use by arbitrarily loaded type components...can we avoid it? window.BlueInk = BlueInk; BlueInk.confi...
BigBlueHat/BlueInk
247dc62335ae7f8a53835a3bdb6dcd49f8861753
Extract loadTypeCounts to lighten the refresh load
diff --git a/src/main.js b/src/main.js index 841c3f6..a305ba4 100644 --- a/src/main.js +++ b/src/main.js @@ -1,362 +1,365 @@ require('insert-css')(require('./main.css')); var BlueInk = require('vue'); // TODO: in use by arbitrarily loaded type components...can we avoid it? window.BlueInk = BlueInk; BlueInk.confi...
BigBlueHat/BlueInk
05ca8683028a16c8bc840312513e458bcfe55992
Output the time at the end of each gulp run
diff --git a/gulpfile.js b/gulpfile.js index 3f7d8a0..535bd12 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -1,122 +1,122 @@ 'use strict'; var fs = require('fs'); var browserify = require('browserify'); var glob = require('glob'); var gulp = require('gulp'); var partialify = require('partialify'); var push =...
BigBlueHat/BlueInk
618f2bbaf72d9c6c55fa840258155a148c4e55a0
Restyle preview section for new broader content types
diff --git a/src/menu-items/template.html b/src/menu-items/template.html index d12fb24..fcbb04c 100644 --- a/src/menu-items/template.html +++ b/src/menu-items/template.html @@ -1,62 +1,62 @@ <div> <div class="menu" id="item-list" blueink-class="transition: $parent.selected != '' && $parent.active, visible: $parent...
BigBlueHat/BlueInk
d37e3e99e23efe63b944317904840782a196753c
Add image preview
diff --git a/_docs/type~image/index.js b/_docs/type~image/index.js index 0ea9d1a..cba9512 100644 --- a/_docs/type~image/index.js +++ b/_docs/type~image/index.js @@ -1,50 +1,62 @@ +var blank_doc = { + type: 'image', +}; + +BlueInk.component('image-viewer', { + template: require('./viewer.html'), + replace: true, + d...
BigBlueHat/BlueInk
32e21690f3eb6413efd3bd87909bab85083bd871
Add image type; currently primative, but works
diff --git a/_docs/type~image/_id b/_docs/type~image/_id new file mode 100644 index 0000000..49ae90b --- /dev/null +++ b/_docs/type~image/_id @@ -0,0 +1 @@ +type~image diff --git a/_docs/type~image/editor.html b/_docs/type~image/editor.html new file mode 100644 index 0000000..8a340ca --- /dev/null +++ b/_docs/type~imag...
BigBlueHat/BlueInk
570c5411a9c5d4dac125d832ed0a910e32eaa83e
Output URLs of image type documents (they have no title)
diff --git a/_design/blueink/views/by_type/map.js b/_design/blueink/views/by_type/map.js index 65c69e3..91d78a6 100644 --- a/_design/blueink/views/by_type/map.js +++ b/_design/blueink/views/by_type/map.js @@ -1,5 +1,11 @@ function(doc) { - if ('type' in doc && ('title' in doc || 'name' in doc)) { - emit(doc.type, ...
BigBlueHat/BlueInk
b60923fff9ae7720254969150fc9e42b542e802c
Avoid a race condition where $root disappears
diff --git a/src/make-modal/index.js b/src/make-modal/index.js index fe0c664..6d7c5bc 100644 --- a/src/make-modal/index.js +++ b/src/make-modal/index.js @@ -1,142 +1,144 @@ var observableDiff = require('deep-diff').observableDiff; var default_data = { active: false, name: 'JSON', schema_url: '', doc: {}...
BigBlueHat/BlueInk
ca107a3e30ce3a11b0e5d0265442b908f2a4a90d
Upgrade PouchDB & switch to mainline pouchdb-authentication
diff --git a/package.json b/package.json index 992998d..8375e9c 100644 --- a/package.json +++ b/package.json @@ -1,74 +1,74 @@ { "name": "blueink", "version": "0.1.0", "description": "Over the top Content Management on Apache CouchDB", "author": "BigBlueHat", "license": "Apache-2.0", "repository": "h...
BigBlueHat/BlueInk
403aa3b5b1c9bcbd42eed85f592164eede693f0a
Switch _list/page to use name func for Cloudant
diff --git a/_design/blueink/lists/page.js b/_design/blueink/lists/page.js index 1fefe86..4ecdce6 100644 --- a/_design/blueink/lists/page.js +++ b/_design/blueink/lists/page.js @@ -1,248 +1,256 @@ function(head, req) { - start({ - 'headers': { - 'Content-Type': 'text/html' + function getOutput(as) { + var...
BigBlueHat/BlueInk
4814cbb09b615e3ffc9867f68e3baaee33bfdac3
Fix file-picker button type
diff --git a/src/file-picker/index.js b/src/file-picker/index.js index c6b32af..053cef3 100644 --- a/src/file-picker/index.js +++ b/src/file-picker/index.js @@ -1,35 +1,35 @@ var include = require('jsinclude'); var filepicker = require('filepicker-js'); // TODO: handle missing filepicker.io key...gracefully var A...
BigBlueHat/BlueInk
6fa07a3b72cd0c9f8d69f9cbf44e968c63077015
Move start() to top of _list/page for Cloudant
diff --git a/_design/blueink/lists/page.js b/_design/blueink/lists/page.js index 4baf114..1fefe86 100644 --- a/_design/blueink/lists/page.js +++ b/_design/blueink/lists/page.js @@ -1,248 +1,248 @@ function(head, req) { + start({ + 'headers': { + 'Content-Type': 'text/html' + } + }); var ddoc = this; ...
BigBlueHat/BlueInk
90ffb22c7d525960c1ef3e4c0bbb2a5958d5664f
Switch pouchdb-authentication repos for Cloudant
diff --git a/package.json b/package.json index 58548b0..992998d 100644 --- a/package.json +++ b/package.json @@ -1,74 +1,74 @@ { "name": "blueink", "version": "0.1.0", "description": "Over the top Content Management on Apache CouchDB", "author": "BigBlueHat", "license": "Apache-2.0", "repository": "h...
BigBlueHat/BlueInk
e401e71758751f368691836506be2096bf0e7919
Properly state license in package.json
diff --git a/package.json b/package.json index 3c35dd7..58548b0 100644 --- a/package.json +++ b/package.json @@ -1,74 +1,74 @@ { "name": "blueink", "version": "0.1.0", "description": "Over the top Content Management on Apache CouchDB", "author": "BigBlueHat", - "license": "Apache License 2.0", + "license...
BigBlueHat/BlueInk
5d223081564e8cf43338c8a56217bad9b1fc9fdb
Up menu z-index; fix item-preview wrap issue
diff --git a/src/main.css b/src/main.css index 247c7e4..683dfaa 100644 --- a/src/main.css +++ b/src/main.css @@ -1,31 +1,32 @@ html.blueinked body { position: relative; top: 3em; /** TODO: do this dynamically...maybe **/ } #ui-blueink { top: 0; right: 0; left: 0; text-align: left; + z-index: 201; ...
BigBlueHat/BlueInk
f8cc0dd24066f8aeaceb5047eb569ef1964954aa
Make Display Title label clickable on Page editor
diff --git a/_docs/type~page/editor.html b/_docs/type~page/editor.html index 613495c..269d88f 100644 --- a/_docs/type~page/editor.html +++ b/_docs/type~page/editor.html @@ -1,47 +1,47 @@ <form class="blueink-ui horizontal form"> <div class="blueink-ui grid"> <div class="ten wide column"> <div class="fie...
BigBlueHat/BlueInk
9ce76a24f0950f65b50d48f62caaf301dac60128
Add image to Page type
diff --git a/_docs/type~page/editor.html b/_docs/type~page/editor.html index 18f9701..613495c 100644 --- a/_docs/type~page/editor.html +++ b/_docs/type~page/editor.html @@ -1,35 +1,47 @@ <form class="blueink-ui horizontal form"> - <div class="field"> - <label for="title">Title</label> - <input blueink-model="do...
BigBlueHat/BlueInk
ae9ab41c4b790df475a2c49345b152e082b75e2f
Made _blueink.base_url what it says; added page_url
diff --git a/_design/blueink/lists/page.js b/_design/blueink/lists/page.js index e174e26..4baf114 100644 --- a/_design/blueink/lists/page.js +++ b/_design/blueink/lists/page.js @@ -1,244 +1,248 @@ function(head, req) { var ddoc = this; var templates = {}; var Handlebars = require("lib/handlebars"); Handleb...
BigBlueHat/BlueInk
c37f2ca13c16b8893ac7708c55eb4f1120384f36
Fix menu sizing issue caused by reload race
diff --git a/src/menu-items/index.js b/src/menu-items/index.js index 19e9e0c..ecbff54 100644 --- a/src/menu-items/index.js +++ b/src/menu-items/index.js @@ -1,155 +1,160 @@ var ajax = require('pouchdb/extras/ajax'); module.exports = { replace: true, template: require('./template.html'), paramAttributes: ['...
BigBlueHat/BlueInk
1692dd24c8680c80536843146c9116b733e4e087
Add _blueink/site endpoint for site info
diff --git a/_design/blueink/rewrites.json b/_design/blueink/rewrites.json index c28f2d1..d48e0c8 100644 --- a/_design/blueink/rewrites.json +++ b/_design/blueink/rewrites.json @@ -1,109 +1,113 @@ [ { "from" : "style/*", "to" : "style/*" }, { "from": "_blueink/schemas/:schema", "to": "../....
BigBlueHat/BlueInk
aa0dbceb3aad90b05d6cfd3d7b87da1578a8f37c
Match sitemap to new collection style; add redirect
diff --git a/_design/blueink/views/pages/map.js b/_design/blueink/views/pages/map.js index 6ac38b5..6637bdc 100644 --- a/_design/blueink/views/pages/map.js +++ b/_design/blueink/views/pages/map.js @@ -1,9 +1,22 @@ function(doc) { if (doc.type === 'page') { - emit(doc._id.split('/'), - { - nav_l...
BigBlueHat/BlueInk
21c44e143110022f8dfd6ae617679330693313ea
Add smarter URI parsing; tnx URI.js!
diff --git a/package.json b/package.json index 997fad5..3c35dd7 100644 --- a/package.json +++ b/package.json @@ -1,73 +1,74 @@ { "name": "blueink", "version": "0.1.0", "description": "Over the top Content Management on Apache CouchDB", "author": "BigBlueHat", "license": "Apache License 2.0", "reposit...
BigBlueHat/BlueInk
3c36562392571518b844926304a010439722dbde
Fix document merging in make modal
diff --git a/_docs/type~page/index.js b/_docs/type~page/index.js index dd487dc..352668a 100644 --- a/_docs/type~page/index.js +++ b/_docs/type~page/index.js @@ -1,126 +1,127 @@ BlueInk.component('page-editor', { template: require('./editor.html'), replace: true, data: function() { return { doc: { ...
BigBlueHat/BlueInk
c8baf920fd836312f53933714b2adf3d1a72a80d
Juggling menu dimmer for stateful top-menus
diff --git a/src/main.css b/src/main.css index 347a3a3..247c7e4 100644 --- a/src/main.css +++ b/src/main.css @@ -1,28 +1,31 @@ html.blueinked body { position: relative; top: 3em; /** TODO: do this dynamically...maybe **/ } #ui-blueink { top: 0; right: 0; left: 0; text-align: left; } +#ui-blueink +...
BigBlueHat/BlueInk
df3751eb946127ee91b13f3c9529c8515f523d4c
Messy managable menus...
diff --git a/src/main.js b/src/main.js index 24a4c52..fd9d698 100644 --- a/src/main.js +++ b/src/main.js @@ -1,355 +1,358 @@ require('insert-css')(require('./main.css')); var BlueInk = require('vue'); // TODO: in use by arbitrarily loaded type components...can we avoid it? window.BlueInk = BlueInk; BlueInk.confi...
BigBlueHat/BlueInk
97c5432fdc1851495a77d55220f06264504de09e
Improve post-content change menu states
diff --git a/src/main.js b/src/main.js index 0d4d43a..24a4c52 100644 --- a/src/main.js +++ b/src/main.js @@ -1,351 +1,355 @@ require('insert-css')(require('./main.css')); var BlueInk = require('vue'); // TODO: in use by arbitrarily loaded type components...can we avoid it? window.BlueInk = BlueInk; BlueInk.confi...
BigBlueHat/BlueInk
07b69ce4fed718a2786f8c71e090ab538c6be53b
Add type select list for changing types
diff --git a/src/make-modal/index.js b/src/make-modal/index.js index e28030b..14615a1 100644 --- a/src/make-modal/index.js +++ b/src/make-modal/index.js @@ -1,126 +1,138 @@ var observableDiff = require('deep-diff').observableDiff; var default_data = { active: false, name: 'JSON', schema_url: '', doc: {}...
BigBlueHat/BlueInk
30cbe7b44b99ccee5dc05b725fba04ca157b3f4b
Pages can now be moved; leaving behind redirects
diff --git a/_docs/type~page/editor.html b/_docs/type~page/editor.html index 36bd213..18f9701 100644 --- a/_docs/type~page/editor.html +++ b/_docs/type~page/editor.html @@ -1,36 +1,35 @@ <form class="blueink-ui horizontal form"> <div class="field"> <label for="title">Title</label> <input blueink-model="do...
BigBlueHat/BlueInk
a350be8624281e90f1857bec41659733e2e2fec8
Do not redirect empty redirect fields
diff --git a/_design/blueink/views/page_and_items/map.js b/_design/blueink/views/page_and_items/map.js index 3fa9281..cf22c9e 100644 --- a/_design/blueink/views/page_and_items/map.js +++ b/_design/blueink/views/page_and_items/map.js @@ -1,74 +1,74 @@ function(doc) { var urlParts = doc._id.split('/'); var emit_...
BigBlueHat/BlueInk
702da24426cd8024cbf25cdd49b02f58e4d32162
Fix some collection shape changes missed earlier
diff --git a/src/menu-items/index.js b/src/menu-items/index.js index 94b169d..f46e0b0 100644 --- a/src/menu-items/index.js +++ b/src/menu-items/index.js @@ -1,147 +1,146 @@ var ajax = require('pouchdb/extras/ajax'); module.exports = { replace: true, template: require('./template.html'), paramAttributes: ['...
BigBlueHat/BlueInk
b754bd891af838c17309ad688caa35a1b3db785b
Add redirect option to Page type; make it work
diff --git a/_design/blueink/lists/page.js b/_design/blueink/lists/page.js index 02522e9..e174e26 100644 --- a/_design/blueink/lists/page.js +++ b/_design/blueink/lists/page.js @@ -1,240 +1,244 @@ function(head, req) { var ddoc = this; var templates = {}; var Handlebars = require("lib/handlebars"); Handleb...
BigBlueHat/BlueInk
9de636fce9046c617fa239c19c772c28fe46e545
Fix removeItem to work for items below collections
diff --git a/src/page-item/index.js b/src/page-item/index.js index bbb23d7..ec62102 100644 --- a/src/page-item/index.js +++ b/src/page-item/index.js @@ -1,69 +1,70 @@ var dom = require('traversty'); module.exports = { replace: false, template: require('./template.html'), paramAttributes: ['data-item-id', '...
BigBlueHat/BlueInk
c43af293e7b2e3dcd13fb1fb1b57c43f62d5578a
Add toJSON Handlebars helper
diff --git a/_design/blueink/lists/page.js b/_design/blueink/lists/page.js index a6e2392..02522e9 100644 --- a/_design/blueink/lists/page.js +++ b/_design/blueink/lists/page.js @@ -1,236 +1,240 @@ function(head, req) { var ddoc = this; var templates = {}; var Handlebars = require("lib/handlebars"); Handleb...
LogtalkDotOrg/logtalk2
c724c3bd9808599580c98dc0ed35a021c44ef67e
Corrected typo in the release notes.
diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt index cecff8b..e43c9ca 100644 --- a/RELEASE_NOTES.txt +++ b/RELEASE_NOTES.txt @@ -1,528 +1,528 @@ ================================================================ Logtalk - Open source object-oriented logic programming language Release 2.44.1 Copyright (c) 1998-2...
LogtalkDotOrg/logtalk2
e25d27fc21d83db187d33a11d4860ae139626a3b
Fix compilation of modules when the "source_data" flag is turned on. Completes the previous two patches.
diff --git a/compiler/logtalk.pl b/compiler/logtalk.pl index 9d74dcd..c5da1da 100644 --- a/compiler/logtalk.pl +++ b/compiler/logtalk.pl @@ -5256,1024 +5256,1025 @@ current_logtalk_flag(version, version(2, 44, 1)). % '$lgt_check_redefined_entities' % % checks and prints a warning for all entities that are about to...
LogtalkDotOrg/logtalk2
505dfb3986c1c71bc298c05293f7ef68e667e4a3
Corrected a bug in the compilation of modules as objects when the "source_data" flag is turned on that resulted in missing module predicates.
diff --git a/compiler/logtalk.pl b/compiler/logtalk.pl index c57dbb3..9d74dcd 100644 --- a/compiler/logtalk.pl +++ b/compiler/logtalk.pl @@ -5257,1024 +5257,1025 @@ current_logtalk_flag(version, version(2, 44, 1)). % '$lgt_check_redefined_entities' % % checks and prints a warning for all entities that are about to b...
LogtalkDotOrg/logtalk2
faf0ba557a71d739b5bc252bc44ae68e5b2e6e11
Corrected a bug in the compilation of modules as objects when the "source_data2 flag is turned on that resulted in a non-instantiated argument in the "number_of_clauses/2" property for the module predicates.
diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt index 2851947..cecff8b 100644 --- a/RELEASE_NOTES.txt +++ b/RELEASE_NOTES.txt @@ -1,526 +1,530 @@ ================================================================ Logtalk - Open source object-oriented logic programming language Release 2.44.1 Copyright (c) 1998-2...
LogtalkDotOrg/logtalk2
01af703fa21de9e73db624872bf3ab1381490cb2
Minor documentation updates.
diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt index 1d530fd..2851947 100644 --- a/RELEASE_NOTES.txt +++ b/RELEASE_NOTES.txt @@ -1,574 +1,575 @@ ================================================================ Logtalk - Open source object-oriented logic programming language Release 2.44.1 Copyright (c) 1998-2...
LogtalkDotOrg/logtalk2
fede8b6ed22119ce3c872f9a47d5f84b5b88ebd3
Added notes on the Textastic iPad text editor.
diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt index a1af545..1d530fd 100644 --- a/RELEASE_NOTES.txt +++ b/RELEASE_NOTES.txt @@ -1,582 +1,584 @@ ================================================================ Logtalk - Open source object-oriented logic programming language Release 2.44.1 Copyright (c) 1998-2...
LogtalkDotOrg/logtalk2
06c6f615448e438637e6b98d82828db4df7a2299
Allows the soft-cut control construct, (*->)/2, when natively supported by the back-end Prolog compiler, to be used in the body of grammar rules (after a remark by Daniel Diaz while discussing GNU Prolog support for the soft-cut control construct).
diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt index d489c42..a1af545 100644 --- a/RELEASE_NOTES.txt +++ b/RELEASE_NOTES.txt @@ -1,540 +1,545 @@ ================================================================ Logtalk - Open source object-oriented logic programming language Release 2.44.1 Copyright (c) 1998-2...
LogtalkDotOrg/logtalk2
928c8a7cdec0adaf6575e47f07c6362797d5a93c
Avoid a choice point in the definition of the "home" library.
diff --git a/libpaths/libpaths.pl b/libpaths/libpaths.pl index 2b1454f..be46941 100644 --- a/libpaths/libpaths.pl +++ b/libpaths/libpaths.pl @@ -1,128 +1,135 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % Logtalk - Open source object-oriented logic programming language % Rel...
LogtalkDotOrg/logtalk2
33e2697f441db48cc45113a0b7c8ff528d7949f7
Corrected some typos in the "mi" example.
diff --git a/examples/mi/NOTES.txt b/examples/mi/NOTES.txt index 63a1ad8..5abd818 100644 --- a/examples/mi/NOTES.txt +++ b/examples/mi/NOTES.txt @@ -1,42 +1,42 @@ ================================================================ Logtalk - Open source object-oriented logic programming language -Release 3.0.0 +Release 2...
LogtalkDotOrg/logtalk2
6d4c4e61207e8b8945c4bd1022458011e022fdf5
Corrected release number for the LaTeX package notes files.
diff --git a/wenv/latex/NOTES.txt b/wenv/latex/NOTES.txt index e0d5b54..3a4ee00 100644 --- a/wenv/latex/NOTES.txt +++ b/wenv/latex/NOTES.txt @@ -1,14 +1,14 @@ ================================================================ Logtalk - Open source object-oriented logic programming language -Release 3.0.0 +Release 2.44....
LogtalkDotOrg/logtalk2
f719d3d5f8da35d44e23fd32a5f16e8c015b8fc5
Added basic syntax coloring and code folding support for the UltraEdit text editor.
diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt index 51cd8cf..4ceab2e 100644 --- a/RELEASE_NOTES.txt +++ b/RELEASE_NOTES.txt @@ -1,577 +1,580 @@ ================================================================ Logtalk - Open source object-oriented logic programming language Release 2.44.1 Copyright (c) 1998-2...
LogtalkDotOrg/logtalk2
9ce9086b49c09218f9b57c0c1b1193d0f9946c94
Added basic support for the LaTeX "listings "package. Added notes on the "minted" and "texmates" LaTeX packages.
diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt index 74ed887..51cd8cf 100644 --- a/RELEASE_NOTES.txt +++ b/RELEASE_NOTES.txt @@ -1,574 +1,577 @@ ================================================================ Logtalk - Open source object-oriented logic programming language Release 2.44.1 Copyright (c) 1998-2...
LogtalkDotOrg/logtalk2
ccba8ca599db1099b6ea9be9378ed99a2599b896
Corrected a bug in the Windows installer that prevented users from customizing the installation directory. Thanks to Daniel Moniz for the bug report and Gavin Lambert for diagnosing the bug.
diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt index 22868b5..dc22a54 100644 --- a/RELEASE_NOTES.txt +++ b/RELEASE_NOTES.txt @@ -1,566 +1,570 @@ ================================================================ Logtalk - Open source object-oriented logic programming language Release 2.44.1 Copyright (c) 1998-2...
LogtalkDotOrg/logtalk2
49b1542d4e4de4fab0f2e472eac96e75a0a19d87
Corrected an issue in the Windows installer script that resulted in a spurious curly bracket being appended to paths when selecting a different installation directory.
diff --git a/scripts/windows/logtalk.iss b/scripts/windows/logtalk.iss index 7a06951..5fb69c9 100644 --- a/scripts/windows/logtalk.iss +++ b/scripts/windows/logtalk.iss @@ -1,534 +1,534 @@ ; Script generated by the Inno Setup Script Wizard. #define MyAppName "Logtalk" #define MyAppVerName "Logtalk 2.44.1" #define...
LogtalkDotOrg/logtalk2
4395097e06d3e3a6183681415a9c2327056e080f
Modified the message sending mechanism to call the "before" event handlers before performing the method lookup. This change should have no impact on existing code but allows some interesting applications.
diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt index 98015b3..22868b5 100644 --- a/RELEASE_NOTES.txt +++ b/RELEASE_NOTES.txt @@ -1,529 +1,533 @@ ================================================================ Logtalk - Open source object-oriented logic programming language Release 2.44.1 Copyright (c) 1998-2...
LogtalkDotOrg/logtalk2
13473c52a2ff3680773dda05fe4e79b8f98ca2b6
Corrected a bug in the compilation of the meta_non_terminal/1 directive where only the first meta-argument would be correctly processed.
diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt index e72679e..98015b3 100644 --- a/RELEASE_NOTES.txt +++ b/RELEASE_NOTES.txt @@ -1,540 +1,543 @@ ================================================================ Logtalk - Open source object-oriented logic programming language Release 2.44.1 Copyright (c) 1998-2...
LogtalkDotOrg/logtalk2
018f16ecbca3a493690b48b536a8610cbbf2059f
Corrected a bug in the Windows installer that prevented detection of YAP 64 bits versions. Thanks to Stepan Ipatov for the bug report.
diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt index 74dcdf3..e72679e 100644 --- a/RELEASE_NOTES.txt +++ b/RELEASE_NOTES.txt @@ -1,556 +1,559 @@ ================================================================ Logtalk - Open source object-oriented logic programming language Release 2.44.1 Copyright (c) 1998-2...
LogtalkDotOrg/logtalk2
d140fadc0a0b836b3a93bc51c90f409fcdf39037
Corrected a Logtalk compiler bug when the "source_data" flag is on with back-end Prolog compilers where is not possible to retrieve the position of a read term.
diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt index 9e1818a..74dcdf3 100644 --- a/RELEASE_NOTES.txt +++ b/RELEASE_NOTES.txt @@ -1,536 +1,540 @@ ================================================================ Logtalk - Open source object-oriented logic programming language Release 2.44.1 Copyright (c) 1998-2...
LogtalkDotOrg/logtalk2
6216abeb8495ab9d3437974d5deb3392782ed589
Corrected loading of the unit test framework for the "mi" example.
diff --git a/examples/mi/tester.lgt b/examples/mi/tester.lgt index 89f8474..e04bde4 100755 --- a/examples/mi/tester.lgt +++ b/examples/mi/tester.lgt @@ -1,12 +1,12 @@ :- if(current_logtalk_flag(prolog_dialect, sicstus)). :- set_prolog_flag(redefine_warnings, off). :- endif. :- initialization(( set_logtalk_fl...
LogtalkDotOrg/logtalk2
bf08a3b58616ddb4e54cd788b8f89292996b2df0
Changed the names of the objects in the "mi" example to avoid a name conflict when running the example unit tests.
diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt index 6b0d664..a67e1bf 100644 --- a/RELEASE_NOTES.txt +++ b/RELEASE_NOTES.txt @@ -1,543 +1,546 @@ ================================================================ Logtalk - Open source object-oriented logic programming language Release 2.44.1 Copyright (c) 1998-2...
LogtalkDotOrg/logtalk2
08a6c9f317493fc33a5e0c02ce8c69ec6ecc321d
Add note to the "diagrams" example documentation regarding the requirement to set the "source_data" flag on.
diff --git a/examples/diagrams/NOTES.txt b/examples/diagrams/NOTES.txt index e54acb9..d47c984 100755 --- a/examples/diagrams/NOTES.txt +++ b/examples/diagrams/NOTES.txt @@ -1,63 +1,66 @@ ================================================================ Logtalk - Open source object-oriented logic programming language ...
LogtalkDotOrg/logtalk2
c7e5fe3904f8f793435ddb2eb99ba765a62f39f2
Added predicate split/4 (for splitting a list into sublists with a given length) to the "listp", "list", and "difflist" library entities.
diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt index 7184d1e..6b0d664 100644 --- a/RELEASE_NOTES.txt +++ b/RELEASE_NOTES.txt @@ -1,540 +1,543 @@ ================================================================ Logtalk - Open source object-oriented logic programming language Release 2.44.1 Copyright (c) 1998-2...
LogtalkDotOrg/logtalk2
230f733b6fffcf905f880b93db6f846dbd0a4f11
Undo the limited support for the Prolog module @/2 control construct. A full solution is being considered for Logtalk 3.x.
diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt index da60039..7184d1e 100644 --- a/RELEASE_NOTES.txt +++ b/RELEASE_NOTES.txt @@ -1,541 +1,536 @@ ================================================================ Logtalk - Open source object-oriented logic programming language Release 2.44.1 Copyright (c) 1998-2...
LogtalkDotOrg/logtalk2
48eed9d5d9f4797869a1d95740b6bfc09945f39a
More consistent handling of compiler flags between setting flag values when compiling/loading a file and when using the set_logtalk_flag/2 built-in predicate: in both cases, setting the "smart_compilation" flag on will turn off the "clean" flag and setting the "clean" flag on will turn off the "smart_compilation" flag....
diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt index b89a60a..da60039 100644 --- a/RELEASE_NOTES.txt +++ b/RELEASE_NOTES.txt @@ -1,529 +1,536 @@ ================================================================ Logtalk - Open source object-oriented logic programming language Release 2.44.1 Copyright (c) 1998-2...
LogtalkDotOrg/logtalk2
e34c801025fdc2be03e446a79af71e735114e919
Corrected some arity typos in predicate directives in the the SWI-Prolog and XSB integration files.
diff --git a/integration/logtalk_comp_swi.pl b/integration/logtalk_comp_swi.pl index 9aa97b7..861d8ca 100644 --- a/integration/logtalk_comp_swi.pl +++ b/integration/logtalk_comp_swi.pl @@ -1,78 +1,78 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % Logtalk - Open source object-o...
LogtalkDotOrg/logtalk2
4f223bd8e5b1e3feb018a5e6f8eb3dd5ae48aa01
Corrected unintentional change to the "cc" example tester file.
diff --git a/examples/cc/tester.lgt b/examples/cc/tester.lgt index e0c399e..ff151b3 100755 --- a/examples/cc/tester.lgt +++ b/examples/cc/tester.lgt @@ -1,8 +1,8 @@ :- initialization(( set_logtalk_flag(report, warnings), logtalk_load(library(lgtunit_loader)), logtalk_load(loader), - logtalk_load(tests, [hook(l...
LogtalkDotOrg/logtalk2
6380250abe40a95341f0cb2e5dc055ad700d5899
Corrected typo in debugger message.
diff --git a/compiler/logtalk.pl b/compiler/logtalk.pl index d732af8..1beafac 100644 --- a/compiler/logtalk.pl +++ b/compiler/logtalk.pl @@ -1,565 +1,565 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % Logtalk - Open source object-oriented logic programming language % Release...
LogtalkDotOrg/logtalk2
8ab6bb623a298b83560ecf88f36bda38a61da478
Corrected some typos on the text comments describing library predicates.
diff --git a/library/dictionaryp.lgt b/library/dictionaryp.lgt index a1815bd..541cd00 100644 --- a/library/dictionaryp.lgt +++ b/library/dictionaryp.lgt @@ -1,140 +1,140 @@ :- protocol(dictionaryp). :- info([ version is 2.0, author is 'Paulo Moura', date is 2010/02/26, comment is 'Dictionary protocol...
LogtalkDotOrg/logtalk2
76c0c138a05fe1542cdf95fda5235d98d2d3cddc
Added support for the @/2 control construct used in some Prolog module systems such as ECLiPSe. It requires compilation of source files with the "context_switching_calls" flag set to "allow" and the @/2 control construct also recognized as a built-in predicate.
diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt index dc0de0f..f185531 100644 --- a/RELEASE_NOTES.txt +++ b/RELEASE_NOTES.txt @@ -1,529 +1,533 @@ ================================================================ Logtalk - Open source object-oriented logic programming language Release 2.44.1 Copyright (c) 1998-2...
LogtalkDotOrg/logtalk2
125bb692374bce7d49e55cea4f5355ba8689012a
Minor documentation improvements.
diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt index 2493a1d..16c31e4 100644 --- a/RELEASE_NOTES.txt +++ b/RELEASE_NOTES.txt @@ -1,575 +1,576 @@ ================================================================ Logtalk - Open source object-oriented logic programming language Release 2.44.0 Copyright (c) 1998-2...
LogtalkDotOrg/logtalk2
9a1e99abfd2ead0ad2e0d3b04c44b762fbff3b81
Allow the use of static binding when compiling messages for statically declared dynamic methods where both the method declaration and the method definition are found on static binding entities.
diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt index 690ecaf..2493a1d 100644 --- a/RELEASE_NOTES.txt +++ b/RELEASE_NOTES.txt @@ -1,539 +1,543 @@ ================================================================ Logtalk - Open source object-oriented logic programming language Release 2.44.0 Copyright (c) 1998-2...
LogtalkDotOrg/logtalk2
5ea0e8a319b0bcfff9a90cb2807a2a82dbe73d4e
Allow the use of static binding when compiling hook object definitions of the term_expansion/2 and goal_expansion/2 predicates.
diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt index 1164d77..690ecaf 100644 --- a/RELEASE_NOTES.txt +++ b/RELEASE_NOTES.txt @@ -1,539 +1,542 @@ ================================================================ Logtalk - Open source object-oriented logic programming language Release 2.44.0 Copyright (c) 1998-2...
LogtalkDotOrg/logtalk2
1ee5f4c1c2a0590e82791da4994aeae7e5d95077
Corrected modification date on the Vim Logtalk syntax support.
diff --git a/wenv/vim/syntax/logtalk.vim b/wenv/vim/syntax/logtalk.vim index 87f96fe..bbf3874 100644 --- a/wenv/vim/syntax/logtalk.vim +++ b/wenv/vim/syntax/logtalk.vim @@ -1,450 +1,450 @@ " Vim syntax file " " Language: Logtalk " Maintainer: Paulo Moura <pmoura@logtalk.org> -" Last Change: February 4, 2012 +" Last...
LogtalkDotOrg/logtalk2
a5f481dc657b0d61fae7538a51e47bfb58a0ea44
Corrected bug in debug mode in the latest changes to the Logtalk compiler for bagof/3 and setof/3 wrappers.
diff --git a/compiler/logtalk.pl b/compiler/logtalk.pl index 78b93d7..7a21185 100644 --- a/compiler/logtalk.pl +++ b/compiler/logtalk.pl @@ -9182,1050 +9182,1050 @@ current_logtalk_flag(version, version(2, 44, 0)). '$lgt_tr_head'((_, _), _, _) :- throw(permission_error(modify, control_construct, (',')/2)). '$lg...
LogtalkDotOrg/logtalk2
8ef42863a73356e4a2d7b1ecb94febb3d01ce3cd
Removed support for the deprecated "startup_message" flag flags/1 value.
diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt index eb6225f..ad0af2f 100644 --- a/RELEASE_NOTES.txt +++ b/RELEASE_NOTES.txt @@ -1,548 +1,550 @@ ================================================================ Logtalk - Open source object-oriented logic programming language Release 2.44.0 Copyright (c) 1998-2...
LogtalkDotOrg/logtalk2
a6efa631cf99e07171b59f1cdf225a7ada1e40b1
Extended the "metapredicates" example for the definition of wrappers for the bagof/3 and setof/3 built-in methods.
diff --git a/examples/metapredicates/tests.lgt b/examples/metapredicates/tests.lgt index be89d31..db57c08 100644 --- a/examples/metapredicates/tests.lgt +++ b/examples/metapredicates/tests.lgt @@ -1,236 +1,240 @@ :- object(library). :- public(my_call/1). :- meta_predicate(my_call(0)). my_call(Goal) :- c...
LogtalkDotOrg/logtalk2
d9c47eb99242b19ee490e142251a5cbaa9e3046e
Corrected a bug in the processing of meta-calls when using wrappers for the bagof/3 and setof/3 built-in methods where the meta-argument contains multiple existentially qualified variables.
diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt index df1d323..eb6225f 100644 --- a/RELEASE_NOTES.txt +++ b/RELEASE_NOTES.txt @@ -1,543 +1,547 @@ ================================================================ Logtalk - Open source object-oriented logic programming language Release 2.44.0 Copyright (c) 1998-2...
LogtalkDotOrg/logtalk2
bc8194f90073aa7a7d9763030893a9cd45d941bf
Added an example, "patching", of using complementing categories to patch broken predicate declarations and predicate definitions of complemented classes and prototypes.
diff --git a/examples/NOTES.txt b/examples/NOTES.txt index 1f97554..c3d77e9 100644 --- a/examples/NOTES.txt +++ b/examples/NOTES.txt @@ -1,324 +1,328 @@ ================================================================ Logtalk - Open source object-oriented logic programming language Release 2.43.4 Copyright (c) 19...
LogtalkDotOrg/logtalk2
aeb3777c5866082454282509c1f74c674383eb45
Changed the semantics of complementing categories to allow patching both predicate declarations and predicate definitions of complemented objects. This is accomplished by ensuring that predicate declaration and definition lookups start at the complementing categories before looking into the complemented object itself o...
diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt index 93e3871..4de7ac7 100644 --- a/RELEASE_NOTES.txt +++ b/RELEASE_NOTES.txt @@ -1,540 +1,550 @@ ================================================================ Logtalk - Open source object-oriented logic programming language Release 2.43.4 Copyright (c) 1998-2...
mattetti/acts_as_taggable_on_steroids
28314f402803456ce3c303aa02d4a768d9e1e55b
renamed period to dot
diff --git a/test/tag_list_test.rb b/test/tag_list_test.rb index 01123ad..d0d135c 100644 --- a/test/tag_list_test.rb +++ b/test/tag_list_test.rb @@ -1,106 +1,106 @@ require File.dirname(__FILE__) + '/abstract_unit' class TagListTest < Test::Unit::TestCase def test_from_leaves_string_unchanged tags = '"O...
mattetti/acts_as_taggable_on_steroids
62d571404793749fbadf4bfa859e75f777ded9be
removed periods from tags
diff --git a/lib/tag_list.rb b/lib/tag_list.rb index 6d4cd73..01325b8 100644 --- a/lib/tag_list.rb +++ b/lib/tag_list.rb @@ -1,91 +1,91 @@ class TagList < Array cattr_accessor :delimiter self.delimiter = ',' def initialize(*args) add(*args) end # Add tags to the tag_list. Duplicate ...
mattetti/acts_as_taggable_on_steroids
5dd744c1bb83f141d7cc60c5efdaef7c52f22995
Fixed :conditions in tag_counts to accept array to sanitize
diff --git a/CHANGELOG b/CHANGELOG index ee72f60..f314bd9 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,166 +1,167 @@ [13 March 08] * Added helper methods for will_paginate compatibility (Clinton R. Nixon) +* Fixed :conditions in tag_counts to accept array to sanitize (Clinton R. Nixon) [07 March 08] * ...
mattetti/acts_as_taggable_on_steroids
551c75f4a014c2676d50c98e83594275582284cf
Add methods for will_paginate compatibility
diff --git a/lib/acts_as_taggable.rb b/lib/acts_as_taggable.rb index 9502d7c..6c34774 100644 --- a/lib/acts_as_taggable.rb +++ b/lib/acts_as_taggable.rb @@ -1,201 +1,214 @@ module ActiveRecord #:nodoc: module Acts #:nodoc: module Taggable #:nodoc: def self.included(base) base.extend(ClassMethod...
mattetti/acts_as_taggable_on_steroids
4925caba0eaf4bbea5d79f0b0a71eb840eba4772
added support for multiple delimiters using a regexp
diff --git a/CHANGELOG b/CHANGELOG index 4c0b4f3..ae10f22 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,158 +1,162 @@ -[30 Jan 08] - -* Fix Tag.destroy_unused on Rails 2.0. - +[07 March 08] + +* Added support for regexp delimiter (Matt Aimonetti) + +[30 Jan 08] + +* Fix Tag.destroy_unused on Rails 2.0. + [23 Oc...
mattetti/acts_as_taggable_on_steroids
f128ec040806eb3e76ee73904cfc0c5dffa69ef9
git-svn-id: http://svn.viney.net.nz/things/rails/plugins/acts_as_taggable_on_steroids@358 20afb1e0-9c0e-0410-9884-91ed27886737
diff --git a/CHANGELOG b/CHANGELOG index db9d5a8..4c0b4f3 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,154 +1,158 @@ +[30 Jan 08] + +* Fix Tag.destroy_unused on Rails 2.0. + [23 October 2007] * Make find_options_for_tag_counts and find_options_for_tagged_with dup their options. * Apply conditions properly in...
mattetti/acts_as_taggable_on_steroids
de1b46dad1c589eb3ab118aee7ad00f04eff73e8
git-svn-id: http://svn.viney.net.nz/things/rails/plugins/acts_as_taggable_on_steroids@350 20afb1e0-9c0e-0410-9884-91ed27886737
diff --git a/CHANGELOG b/CHANGELOG index a6acc52..db9d5a8 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,150 +1,154 @@ [23 October 2007] +* Make find_options_for_tag_counts and find_options_for_tagged_with dup their options. + +* Apply conditions properly in find_options_for_tag_counts. + * Fix tag_cloud when n...
mattetti/acts_as_taggable_on_steroids
19a4aec59660f180a3f0b1d03fc7f01ca934ee90
git-svn-id: http://svn.viney.net.nz/things/rails/plugins/acts_as_taggable_on_steroids@349 20afb1e0-9c0e-0410-9884-91ed27886737
diff --git a/CHANGELOG b/CHANGELOG index b27e142..a6acc52 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,146 +1,150 @@ +[23 October 2007] + +* Fix tag_cloud when no tags are present. + [22 October 2007] * Fix find_tagged_with using :match_all and :include. * Use inner joins instead of left outer joins. ...
mattetti/acts_as_taggable_on_steroids
9bb7d7353bf113c7b86ea8fe23a8478e686fb71b
git-svn-id: http://svn.viney.net.nz/things/rails/plugins/acts_as_taggable_on_steroids@348 20afb1e0-9c0e-0410-9884-91ed27886737
diff --git a/CHANGELOG b/CHANGELOG index bdd01c2..b27e142 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,144 +1,146 @@ [22 October 2007] * Fix find_tagged_with using :match_all and :include. +* Use inner joins instead of left outer joins. + [15 October 2007] * Make find_tagged_with correctly apply :cond...
mattetti/acts_as_taggable_on_steroids
368b9003c2141ab1a02307632e411a94d2c58f41
git-svn-id: http://svn.viney.net.nz/things/rails/plugins/acts_as_taggable_on_steroids@347 20afb1e0-9c0e-0410-9884-91ed27886737
diff --git a/CHANGELOG b/CHANGELOG index fde4abe..bdd01c2 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,140 +1,144 @@ +[22 October 2007] + +* Fix find_tagged_with using :match_all and :include. + [15 October 2007] * Make find_tagged_with correctly apply :conditions * Add Tag.destroy_unused option. [1...
mattetti/acts_as_taggable_on_steroids
0adbf2b9045e6d801b08a3b20e5a5af216360d9e
git-svn-id: http://svn.viney.net.nz/things/rails/plugins/acts_as_taggable_on_steroids@346 20afb1e0-9c0e-0410-9884-91ed27886737
diff --git a/CHANGELOG b/CHANGELOG index e401bf6..fde4abe 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,138 +1,140 @@ [15 October 2007] * Make find_tagged_with correctly apply :conditions +* Add Tag.destroy_unused option. + [11 October 2007] * Make tag_counts work correctly with STI. [3 October 20...
mattetti/acts_as_taggable_on_steroids
d0cad034b0a4c1f927debf41e0cd7aea923a37e8
git-svn-id: http://svn.viney.net.nz/things/rails/plugins/acts_as_taggable_on_steroids@345 20afb1e0-9c0e-0410-9884-91ed27886737
diff --git a/CHANGELOG b/CHANGELOG index 8397696..e401bf6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,134 +1,138 @@ +[15 October 2007] + +* Make find_tagged_with correctly apply :conditions + [11 October 2007] * Make tag_counts work correctly with STI. [3 October 2007] * Improve documentation. ...
mattetti/acts_as_taggable_on_steroids
82e8eae7429b2fdf26b0930dc1d573929d9f161e
git-svn-id: http://svn.viney.net.nz/things/rails/plugins/acts_as_taggable_on_steroids@344 20afb1e0-9c0e-0410-9884-91ed27886737
diff --git a/CHANGELOG b/CHANGELOG index f6055eb..8397696 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,130 +1,134 @@ +[11 October 2007] + +* Make tag_counts work correctly with STI. + [3 October 2007] -# Improve documentation. +* Improve documentation. * Fix TagsHelper and test. [2 October 2007] ...
mattetti/acts_as_taggable_on_steroids
01eebcf904dbd68f5920cbcdf27510adacf6cec1
git-svn-id: http://svn.viney.net.nz/things/rails/plugins/acts_as_taggable_on_steroids@340 20afb1e0-9c0e-0410-9884-91ed27886737
diff --git a/CHANGELOG b/CHANGELOG index a537652..f6055eb 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,137 +1,130 @@ [3 October 2007] # Improve documentation. * Fix TagsHelper and test. [2 October 2007] * Remove TagList.parse, use TagList.from instead. -* Add :parse option to TagList#new and Ta...
mattetti/acts_as_taggable_on_steroids
1e475ffada78b1cfe0a8fbae1770bdf2a0cdee3e
git-svn-id: http://svn.viney.net.nz/things/rails/plugins/acts_as_taggable_on_steroids@339 20afb1e0-9c0e-0410-9884-91ed27886737
diff --git a/lib/acts_as_taggable.rb b/lib/acts_as_taggable.rb index e01b3f3..9935d9c 100644 --- a/lib/acts_as_taggable.rb +++ b/lib/acts_as_taggable.rb @@ -1,184 +1,177 @@ module ActiveRecord #:nodoc: module Acts #:nodoc: module Taggable #:nodoc: def self.included(base) base.extend(ClassMethod...
mattetti/acts_as_taggable_on_steroids
fe2844826a3389ae97a852cc84e8cfed1bc8d5ba
git-svn-id: http://svn.viney.net.nz/things/rails/plugins/acts_as_taggable_on_steroids@338 20afb1e0-9c0e-0410-9884-91ed27886737
diff --git a/CHANGELOG b/CHANGELOG index fbbe5d5..a537652 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,131 +1,137 @@ +[3 October 2007] + +# Improve documentation. + +* Fix TagsHelper and test. + [2 October 2007] * Remove TagList.parse, use TagList.from instead. * Add :parse option to TagList#new and Ta...
mattetti/acts_as_taggable_on_steroids
2df798e094642d2cecc335d4a11168673ed99e07
git-svn-id: http://svn.viney.net.nz/things/rails/plugins/acts_as_taggable_on_steroids@337 20afb1e0-9c0e-0410-9884-91ed27886737
diff --git a/lib/tags_helper.rb b/lib/tags_helper.rb index d2b7d65..6395fc3 100644 --- a/lib/tags_helper.rb +++ b/lib/tags_helper.rb @@ -1,11 +1,10 @@ module TagsHelper def tag_cloud(tags, classes) - sorted_tags = tags.sort_by(&:count) - min, max = sorted_tags.first.count, sorted_tags.last.count + max_...
mattetti/acts_as_taggable_on_steroids
5acf7253d523c7a148ab559a8c19b9bbc1097bab
git-svn-id: http://svn.viney.net.nz/things/rails/plugins/acts_as_taggable_on_steroids@334 20afb1e0-9c0e-0410-9884-91ed27886737
diff --git a/CHANGELOG b/CHANGELOG index eec085c..fbbe5d5 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,129 +1,131 @@ [2 October 2007] +* Remove TagList.parse, use TagList.from instead. + * Add :parse option to TagList#new and TagList#add. tag_list = TagList.new("One, Two", :parse => true) # ["One", "Tw...
mattetti/acts_as_taggable_on_steroids
3f6a2cd2a6bc09abda4c2df6db25dcbf83997b7e
git-svn-id: http://svn.viney.net.nz/things/rails/plugins/acts_as_taggable_on_steroids@333 20afb1e0-9c0e-0410-9884-91ed27886737
diff --git a/README b/README index e5192a9..1666592 100644 --- a/README +++ b/README @@ -1,144 +1,137 @@ = acts_as_taggable_on_steroids If you find this plugin useful, please consider a donation to show your support! http://www.paypal.com/cgi-bin/webscr?cmd=_send-money Email address: jonathan.vine...
mattetti/acts_as_taggable_on_steroids
68de57313e4a7e1d96a55a3bbbecd1ab1e52983a
git-svn-id: http://svn.viney.net.nz/things/rails/plugins/acts_as_taggable_on_steroids@332 20afb1e0-9c0e-0410-9884-91ed27886737
diff --git a/CHANGELOG b/CHANGELOG index e145668..eec085c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,129 +1,129 @@ -[20 September 2007] +[2 October 2007] * Add :parse option to TagList#new and TagList#add. tag_list = TagList.new("One, Two", :parse => true) # ["One", "Two"] tag_list # ["One...