0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 3 days ago.
Jun 12, 2024 — Jun 12, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
trying some new pretected junk in notes. More... about 12 years ago
adding project crypto...up next notes More... about 12 years ago
fixing project add/switch bug More... about 12 years ago
round of bugfixes, optimizations. More... about 12 years ago
trying to narrow down note disappearing after project switch bug. no luck, but doing some cleanup in the process. More... about 12 years ago
twaeak in trackercontroller More... about 12 years ago
updating user system to ACTUALLY WORK More... about 12 years ago
updating user system to ACTUALLY WORK More... about 12 years ago
bugfixes with dashboard (more exist though) More... about 12 years ago
top links spacing n shit More... about 12 years ago
644 More... about 12 years ago
user system now fully functional, api and js. you can signup and login, logging in shows you the projects/notes for the current user. fucking awesome. More... about 12 years ago
user system now fully functional, api and js. you can signup and login, logging in shows you the projects/notes for the current user. fucking awesome. More... about 12 years ago
fleshing out user system more (api and js). app.lisp needs work (and possibly some changes in wookie) More... about 12 years ago
fleshing out user system more (api and js). app.lisp needs work (and possibly some changes in wookie) More... about 12 years ago
adding focus fields More... about 12 years ago
starting on user system. have the login/join views down (along with not-logged-in routing). working great, now just need to flesh out the api and models/auth system and shite (which is where the work is) More... about 12 years ago
644... More... about 12 years ago
adding CryptoJS library, and also adding simple wrapper around it (library/crypto.js). working great so far More... about 12 years ago
making sure that an added/edited note is subject to the current projects filter More... about 12 years ago
style tweak More... about 12 years ago
all changes to the note in the note edit screen now happen to a COPY of the note model (copied at edit init). only when a success save happens (ie success from the API) does the data from the edit get set back into the original note. More... about 12 years ago
protected model now COPIES the data passed to set() right at the top of the function, meaning it doesnt destructively modify the object passed to it anymore (was screwing up some of the data passing/success() functions) More... about 12 years ago
fixing 'x' shortcut (clear search) More... about 12 years ago
all around performance improvements More... about 12 years ago
optimizing tag/note intreface...or TRYING to. tons of debug shit in this release... More... about 12 years ago
a lot of improvements, most generally in the "diff vs nuclear reset" department...both for tags and notes. while i thought this would speed things up, they are noticeably slower now. fucking great. at lest the foundation is there, now its a matter of finding out why so many events are being triggered wildly and re-rendering everything all the time. im guessing theres one or two bind()s somewhere in there that need to be more specific and changing them will fix everything...thats usually the case. guess well see. More... about 12 years ago
remove console.log More... about 12 years ago
rookie... More... about 12 years ago
bugfixes in project deletion and editing. also, adding `p` shortcut More... about 12 years ago