Closed
Bug 877794
Opened 12 years ago
Closed 12 years ago
Truncate long titles + establish new default title
Categories
(Webmaker Graveyard :: Thimble, defect)
Webmaker Graveyard
Thimble
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 877674
People
(Reporter: brett, Assigned: michiel)
Details
(Whiteboard: s=2013w23)
Currently if you enter a very long title, it runs underneath the publish button.
Additionally, we default to a a very long title, ie:
<title>Your Awesome Webpage created on Thu, 30 May 2013 18:40:33 GMT</title>
1) can we change this to cut off with a trailing (...) after a set number of characters - let's go with the old default title (Your Awesome Webpage)'s character limit - 20
2) lets change the default to "Untitled Make #1234" - and create that by passing the date to a string. Humph suggested something like:
(Date.now()).toString(36)
| Reporter | ||
Updated•12 years ago
|
Whiteboard: s=2013w23
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•