Search Results For “#juncotodo OR #resolved” - # - rss
JR:
What Twitter's IPO Means
- #socialmedia #startup
"Not a word about last months wildly successful IPO by Potbelly, a 36-year-old sandwich purveyor that actually makes money."
"Nothing about the Container Store, which went public last week and promptly doubled in value thank...
more>>
2 min read
- Nov 05, 2013
- #socialmedia #startup #juncotodo
JR:
JotHut Editing How-To
- Microblog posts which are created by typing in the small window on the home page cannot be edited.
Blog posts (long form posts) can be edited.
If you need to edit a blog post, click the "EDIT" link at the top or bottom of the page when viewing the ...
more>>
2 min read
- Oct 23, 2013
- #resolved #jothut #junco
JR:
Reduce auto-save interval time
- Currently, the auto-save frequency is every 300 seconds, provided a keystroke was press.
Reduce to 150 seconds (2.5 minutes)
OR
Add new power command that works only for the enhanced writing area where an interval in seconds can be supplied.
I...
more>>
1 min read
- Oct 22, 2013
- #junco #resolved
JR:
Commit to GitHub 22Oct2013
- completed on 22oct2013
[-] moved into production
[X] commited to github
[-] [X] junco.css
[-] [X] splitscreen.js
[-] [X] tagsfollowing.tmpl
[-] [X] usersfollowing.tmpl
[-] [X] topshelfblogheader.tmpl
[-] [X] topshelfblog.tmpl
[-] [X] stream....
more>>
- Oct 22, 2013
- #junco #github #resolved
JR:
In Progress - Add webmention client code to Junco
- #inprogress
Good example of either an Indie Web comment/reply or WebMention:
https://github.com/indieweb/php-mf2
generic microformats-2 parser. It doesnt have a hard-coded list of all the different microformats, just a set of procedures to ha...
more>>
16 min read
- Oct 21, 2013
- #inprogress #webmention #indieweb #browns #junco #juncotodo #comments
JR:
Fix CSS for tagscountstop display
- #juncotodo
#css
when resizing, the boxes should center within the page.
sample code to test:
!doctype html
html
head
meta charset=UTF-8 /
meta name=viewport content=initial-scale=1, width=device-width /
style
# column_container {
width: 5...
more>>
- Oct 18, 2013
- #juncotodo #css
JR:
GitHub commits to do 17Oct2013
- completed on 17oct2013
a_signup.t
b_login.t
c_add_microblog.t
d_add_blog.t
Rest.pm
Stream.pm
Microblog.pm
#junco
#resolved
#github
- Oct 17, 2013
JR:
In Progress - Junco end-user testing
- #inprogress
#juncotodo add webmention info
- webmention endpoint for receiving mentions
- in reply to comment in microblog posts
Manually testing the Junco Web app like a user with a browser.
Related: Junco user actions
Homepage
Logged-out...
more>>
23 min read
- Oct 17, 2013
- #inprogress #juncotodo #testing
JR:
Enable search form in nav bar when resizing browser
- Recent CSS change removed the changing search text input field from the nav bar when browser is approx tablet sized in portrait mode.
#juncotodo
- Oct 12, 2013
JR:
Commit to GitHub 11Oct2013
- moved into production and committed github on 12Oct2013
- = moved into production
X = committed to github
t / Signup.t
Signup.pm
Page.pm
Config.pm - change path to yaml file
CreateUser.pm
ActivateAccount.pm
#junco
#github
#resolved
- Oct 12, 2013
JR:
Valid chars in Junco attributes
- Verify valid chars for:
passwords - alphanumeric and !@$%^
usenames - 1 to 30 chars long, alphanumeric and underscore
email addresses - email must be shorter than 256 chars and valid syntax
hashtags
#juncotodo
#testing
- Oct 12, 2013
JR:
Commit to github - 10Oct2013
- completed on 10Oct2013
- = moved into production
X = committed to github
Change junconightmode.css
[-] [X] junco.css
[-] [X] splitscreen.css
[-] [X] splitscreenform.tmpl
[-] [X] header.tmpl
[-] [X] footer.tmpl
[-] [X] notloggedinheader.tmpl
[-] [...
more>>
- Oct 10, 2013
- #junco #resolved #github
JR:
Resolved - Possible WebMention change
- completed on 10Oct2013 - enabled hashtags in webmention posts to be auto-linked.
maybe auto-link hashtags for webmention microblog posts like all other posts.
#junco
#resolved
- Oct 10, 2013
JR:
Resolved - Fix CSS nav issue in IE 8
- Completed on 10Oct2013.
Modified header.tmpl and junco.css.
For browsers not supporting media queries, the search link appears in the nav bar on large screens instead of the search form.
Also, needed to add to header.tmpl:
!--[if lt IE 9]
scri...
more>>
- Oct 10, 2013
- #junco #resolved #css
JR:
Correct any UTF-8 issues
- resolved for now - 9oct2013
Modified the modules for creating and updating microblog and blog posts.
Markup, however, now gets stored in HTML entities when the markup contains funky characters. I may change this later, so I added the todo_later has...
more>>
- Oct 09, 2013
- #resolved #junco #todo_later