Search Results For “#juncotodo OR #resolved” - # - rss
JR:
Add a night mode display
- implemented on 8Aug2013
Maybe.
Like ToledoTalk.com/parula code, allow for different CSS themes to be used via a cookie.
For JotHut/junco, provide two theme options: the current or default view and the white on black view (or is it light gray on ch...
more>>
- Aug 08, 2013
- #resolved #junco
JR:
Resolved - Change how the code command works
- finished on 6Aug2013 - still supports the code=yes command where the entire page is displayed within a read-only textarea box. and also supports the code./code.. so that multiple code fragments can be displayed within the same post of normal text.
b...
more>>
- Aug 07, 2013
- #junco #resolved
JR:
Do not create a hashtag link if tag is all numerics
- [implemented on 7aug2013]
typically, when a pound sign preceds text that contains all digits, then it's not a real hashtag and more of a number, such as a ranking.
so ignore hashtags if the tags is all digits. user can add one alpha or an underscor...
more>>
- Aug 07, 2013
- #resolved #junco
JR:
Create a sessionid table
- implemented on 7Aug2013
maybe maintain sessionids in a separate table so it would be possible to log into the site from more than one device at the same time.
id
userid
sessionid
createddate
status
maybe expire the sessionid after X days.
add opt...
more>>
- Aug 07, 2013
- #junco #resolved
JR:
Resolved - Restrict tag and user names
- permit only alphas, digits, and underscores in:
hashtag name
username
no periods nor hyphens permitted
#resolved
#junco
- Jul 30, 2013
JR:
Resolved - Enforce user name spaces
- implemented on 24Jul2013
syntax:
zero or more spaces colon punctuation mark title text
Example:
j.r. : recipes
j.r. : bookmarks : favorites
what follows after the first colon punctuation mark is irrelevant.
only the user can use his or her u...
more>>
- Jul 23, 2013
- #junco #resolved
JR:
Resolved - Allow markup at the start of the title for a blog post
- implemented 23jul2013
For semantic or markup purposes, allow h1. or the pound sign to start the title line for Textile and Markdown posts respectively.
The markup syntax will be removed from the title as it's stored in the database. Of course, it r...
more>>
- Jul 23, 2013
- #junco #resolved
JR:
Resolved - Remember which page last visited after leaving site
- implemented on 22jul2013
Idea from page 31 in Jef Raskin's book: The Humane Interface.
After re-launching the browser, display the page that was viewed last on the previous visit.
Will need to store this cookie info. nope. not now, anway.
But th...
more>>
1 min read
- Jul 22, 2013
- #junco #resolved
JR:
Resolved - Make changes to content database table
- completed in June 2013 and keeping these two column additions in the Junco code.
to hide blog reply posts from displaying on the parent blog post page, add a "hide" column.
single character
default value of 'n'
when blog author hides the display o...
more>>
- Jul 22, 2013
- #junco #resolved
JR:
Resolved - Change name of Web app from Kestrel to something else
- going with the name Junco
Kestrel software already exists.
Wikipedia:
Kestrel (previously known as Scarling) is a light-weight persistent message queue server written in Scala that speaks the memcached protocol. It was originally developed by Tw...
more>>
1 min read
- Jul 22, 2013
- #junco #resolved
JR:
Resolved - Programming code to-dos
- July 14, 2013
DateTimeUtils.pm - # priority
following actions completed on July 14, 2013.
[done] Split out new date formatting code from DateTimeUtils.pm.
[done] Keep DateTimeUtils.pm. Will probably add more routines to this module.
[done] Put the...
more>>
- Jul 22, 2013
- #perl #code #resolved #github
JR:
Resolved - Change how config data is processed
- completed on 16jul2013 Instead of storing config info inside a Perl module, place data in a YAML file.
Use the Config.pm module to access the Perl YAML module to process the .yml file, like what's done with ToledoWX app.
#resolved
#junco
- Jul 22, 2013
JR:
Resolved - Do not do backlinks for private blog posts
- completed on 22jul2013
When a private post links to a public post, the public post lists the private post as a backlink.
For private posts, do not include backlinks in the backlinks db table.
#junco
#resolved
- Jul 22, 2013
JR:
Resolved - Auto-place cursor on input fields
- #resolved
#junco
completed 22jul2013 - opted for HTML5 attr autofocus
Save user from one additional click and movement.
Will require a little JavaScript. Ensure that page degrades gracefully if .js is disabled.
After clicking on the "login" lin...
more>>
1 min read
- Jul 22, 2013
- #resolved #junco
JR:
Resolved - Add Markdown support
- Implemented on July 2, 2013 - easy to incorporate.
Install John Gruber's Markdown Perl module.
Enable it within a blog post by using the command: markdown=yes
Textile will still be used by default.
The live-preview JavaScript editor will current...
more>>
- Jul 02, 2013
- #resolved #junco #markup