aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/jot.tpl
Commit message (Collapse)AuthorAgeFilesLines
* move jotnets to jot and some cleanup (mostly whitespace)Mario Vavti2016-08-211-62/+95
|
* Change text for submenu on small screens to be static toggle statementAndrew Manning2016-08-141-1/+1
|
* Added a disable comments setting to the "Additional features" settings with ↵Andrew Manning2016-08-141-0/+9
| | | | a corresponding post editor toggle button
* You can drag links to the editor (which will be parsed and inserted); as ↵redmatrix2016-08-091-1/+1
| | | | well as files (which will be uploaded)
* multi acl: port /rpostMario Vavti2016-08-051-1/+1
|
* multi acl: port eventsMario Vavti2016-08-031-1/+1
|
* multiple acl workMario Vavti2016-08-031-4/+5
|
* Photo embed button with album browser works in new post editor.Andrew Manning2016-06-121-1/+1
|
* Stashing changes. Not a functional state.Andrew Manning2016-06-091-0/+29
|
* remove unused code and whitespaceMario Vavti2016-05-091-1/+1
|
* make weblink and attach button hideable and some minor fixesMario Vavti2016-05-011-1/+7
|
* update icon names in view/Treer2016-05-011-23/+23
|
* get rid of the unused ispublic variableMario Vavti2016-04-291-1/+1
|
* some work on making mod editpost use status_editor() - if you find anything ↵Mario Vavti2016-04-291-5/+5
| | | | related to jot broken please revert this commit
* some refinements on jotMario Vavti2016-04-271-13/+20
|
* hopefully fix jot dropdown visibility issueMario Vavti2016-04-261-3/+5
|
* some work on comanche autocompleteMario Vavti2016-04-091-0/+2
|
* fix jot formMario Vavti2016-03-031-11/+11
|
* move preview content outside of editor spaceMario Vavti2016-03-011-1/+2
|
* css fixes to make jot look better with background colors or imagesMario Vavti2016-03-011-7/+8
|
* merge hellredmatrix2015-12-201-30/+39
|
* Merge remote-tracking branch 'upstream/master'Haakon Meland Eriksen2015-12-141-2/+0
|\
| * remove some unused stuffredmatrix2015-12-081-2/+0
| |
* | Hubzilla textbox - promoting Hubzilla features in jot.tpl - third versionHaakon Meland Eriksen2015-12-121-1/+1
| |
* | Hubzilla textbox - promoting Hubzilla features in jot.tpl - third versionHaakon Meland Eriksen2015-12-111-1/+1
| |
* | Hubzilla textbox - promoting Hubzilla features in jot.tpl - third versionHaakon Meland Eriksen2015-12-111-4/+0
| |
* | Hubzilla textbox - promoting Hubzilla features in jot.tpl - third versionHaakon Meland Eriksen2015-12-101-1/+2
| |
* | Hubzilla textbox - promoting Hubzilla features in jot.tpl - third versionHaakon Meland Eriksen2015-12-101-1/+1
| |
* | Hubzilla textbox - promoting Hubzilla features in jot.tpl - third versionHaakon Meland Eriksen2015-12-091-1/+1
| |
* | Hubzilla textbox - promoting Hubzilla features in jot.tpl - third versionHaakon Meland Eriksen2015-12-091-6/+6
| |
* | Hubzilla textbox - promoting Hubzilla features in jot.tpl - second versionHaakon Meland Eriksen2015-12-091-6/+3
| |
* | Hubzilla textbox - promoting Hubzilla features in jot.tplHaakon Meland Eriksen2015-12-091-29/+26
|/
* some event heavy lifting - please test and report issuesMario Vavti2015-11-241-5/+5
|
* looks like there may be issues with the datetime picker if the local ↵redmatrix2015-10-251-1/+1
| | | | timezone isn't the same as your settings.
* new feature: delayed postingredmatrix2015-10-251-0/+28
|
* create photo object if feature large photos is enabled and display those ↵Mario Vavti2015-10-201-1/+1
| | | | slightly different
* bring our bbcode tools to private mailMario Vavti2015-10-051-5/+5
|
* PRIVACY: possible privacy leakage under a defined set of circumstancesredmatrix2015-05-201-0/+3
|
* allow jot to be displayed expanded, remove deprected datetimepicker js and ↵Mario Vavti2015-04-171-14/+1
| | | | some random fixes
* provide a separate input field for rpost attachmentsMario Vavti2015-04-161-4/+10
|
* title=>nameMario Vavti2015-04-151-5/+5
|
* Move bootstrap dependencies (tagsinput) to theme redbasic (we only have it ↵Mario Vavti2015-03-271-3/+2
| | | | there). Comment out some most probably deprecated js includes. Some css cleanup.
* fix acl for if we have an cid in /network and make $bang better visibleMario Vavti2015-03-211-1/+1
|
* some tabs title statuseditor restructuringMario Vavti2015-03-211-1/+1
|
* phase one of the great file storage unification - use one button for uploads ↵friendica2015-03-161-13/+3
| | | | of any type (image or attachment). We'll sort out which one it is and deal with it appropriately.
* remove the now redundant audio/video buttons and label the editor text style ↵friendica2015-03-111-4/+4
| | | | buttons which didn't have them. Unused editor buttons were commented in case we need to bring them back. If things go smoothly we can remove them. Use the link icon going forward - for all links.
* View upload photo button only if you have permission.Klaus Weidenbach2015-03-101-21/+23
| | | | | | | | | | Check if post_photos permission is available otherwise hide the photo upload button. Or should we show the button and just disable it with a title, about missing permission to upload photos? In comments we use the same icon, but just add [img] bb-code. Should we provide this if no permission to upload photos. Do we need different icons for [img] and photo upload buttons?
* collapse jot tools to submenu on small and extra small screensMario Vavti2015-03-101-5/+35
|
* Bring simple editor formatting functions back to the main editor (bold, ↵friendica2015-03-091-0/+17
| | | | italic, underline, quote, code) so as to maintain parity and consistency with comments. Currently this will make the editor toolbar seem a bit cluttered but be aware that the second button group (attach and link tools) will be reduced to two buttons (attach and link) when the next phase of this work is completed. The third group of tools are optional features and will only be presented based on personal choice. Visual editors may need to disable, relocate, or redefine these buttons.
* missed removing a test casefriendica2015-03-041-1/+1
|