Search Results For “Tag:resolved” - # - rss
JR:
Resolved - Remove the social components and maybe starting over
- Changed to "resolved" on 20Aug2013.
I should have left these feature out to begin with, but it was hard to create the app without thinking of other people using the app on the same site.
Adding these features required a good bit of time and lines ...
more>>
4 min read
- Aug 20, 2013
- #junco #resolved #kestrel
JR:
Resolved - New CPAN modules to use with Junco code
- These will probably be needed:
22jul2013 - added these modules to the junco code base
REST - using this to migrate content
JSON - like with ToledoWX - 20aug2013 using this for the split screen typing mode
Related posts:
Rest and Json links to ...
more>>
- Aug 20, 2013
- #resolved #junco #rest #json
JR:
Resolved - Kestrel code stats
- Changed to resolved on 20Aug2013.
As of July 16, 2013
~7,100 lines of code
22 custom-created modules
44 templates
Bigger than I had originally planned. I thought it would be much smaller. I only needed functions to create and edit blog posts and...
more>>
2 min read
- Aug 20, 2013
- #junco #resolved
JR:
Resolved - Add desc info to RSS feed
- Currently, the title is the only main text displayed in RSS feed.
Include the entire microblog text or the first X chars of a blog post in the description area.
Update: - implemented this.
{{feed= desc}}
#resolved
#junco
- Aug 20, 2013
JR:
Resolved - change the slash short cut link to point to the post command
- implemented on 20Aug2013
instead of pointing to "microblogpost"
point to "post"
"post" is a new function that can display either a microblog or blog posting.
i thought about replacing microblogpost and blogpost with the new post function, but i l...
more>>
- Aug 20, 2013
- #resolved #junco
JR:
Add text resizer links
- implemented on 8Aug2013: added five diff sizes. very small (80%), small (90%), medium (default 100%), large (110%), and very large (120%).
Possible idea.
Like at Toledo Talk, implement the links, actions, and css to change font size.
/textsize/sma...
more>>
- Aug 08, 2013
- #junco #resolved
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