1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-23 15:19:42 +02:00
Commit graph

73 commits

Author SHA1 Message Date
Harvey Kandola
17162ce336 i18n mail template strings 2022-03-17 13:03:04 -04:00
Maximilian Bosch
06bf9efcfc
document/wysiwig: no margin for sublists
When having a list with sublists in a `markdown` section like this

  * top-level
  * another one
    * sub-elem 1
    * sub-elem 2

then documize will create a margin of 15px before and after the sublist
which is rather unintuitive as this will create the wrong impression
that these bullet-points have no relation to the parent one even though
this is the most common semantic reason for sublists.

This patch removes the margin at the top and bottom for those kinds of
sublists.
2020-10-31 21:47:23 +01:00
HarveyKandola
d1774b42bd Allow for clickable links in space description
Closes #361
2020-02-04 12:28:57 +00:00
sauls8t
e014f5b5c1 Pinned documents
Closes #278

Pin documents to the top of each space.
2020-02-03 21:00:35 +00:00
sauls8t
1a89201bd9 Provide generic IFrame section for documents
Closes #352
2019-12-09 12:31:44 +00:00
sauls8t
595301db64 Replace UPLOAD with + for attachments action 2019-06-25 16:53:43 +01:00
sauls8t
b2cd375936 Increase border radius for UI card elements 2019-06-19 12:48:18 +01:00
HarveyKandola
64612b825a Include new comment fields in backup/restore process
c_sectionid
c_replyto
2019-06-12 13:52:30 +01:00
HarveyKandola
216866a953 Shrink doc meta font size 2019-06-12 08:44:37 +01:00
HarveyKandola
14820df165 Move doc headings above doc meta 2019-06-11 18:03:28 +01:00
sauls8t
a90c5834fa Improve move/copy/merge sections between documents
Processx all child sections during copy/move/merge operation.

Ensure links work as expected within newly copied/moved content.

Index copied/moved content for searching.

fixes #138
fixes #248
2019-06-06 16:17:36 +01:00
HarveyKandola
8baad7e2f0 Enable doc section expand/collapse
Closes #170
2019-06-05 11:09:24 +01:00
McMatts
715c31a1da Fix Ember lint issues and print view 2019-05-31 11:48:16 +01:00
McMatts
40237344e2 Show doc created/revised dates
Fixes #229
2019-05-30 15:10:28 +01:00
McMatts
91a3c59cd2 Remove redundant comment/feedback feature
Enterprise edition contains the feedbacl/comment feature and Community edition should not show this.

Closes #272
2019-05-30 10:41:09 +01:00
McMatts
fe7548cd97 Change position of doc attachments 2019-05-29 16:57:22 +01:00
McMatts
ca4a9a74ee Sync doc meta layout with Enterprise edition 2019-05-29 14:58:00 +01:00
McMatts
1e1cbdd843 Reduce space between doc sections
Fixes #253
2019-05-29 14:36:37 +01:00
McMatts
c8b82c85fe Sync doc meta style with Enterprise edition 2019-05-29 14:31:10 +01:00
McMatts
bc9dab72f2 Show quick list and jump to other spaces with same label
Closes #275
2019-05-24 13:45:01 +01:00
Harvey Kandola
08794f8d5f Migrate views to new master layout 2019-05-20 17:40:57 +01:00
Harvey Kandola
f17de58fff Improve hyperlink color
Closes #261

Still more work to do, but an improvement nonetheless.
2019-05-14 11:28:19 +01:00
Harvey Kandola
61d0086337 Provide per section attachments
Upload and delete attachments on a per section basis.
2019-04-18 13:31:48 +01:00
Harvey Kandola
166aeba09b [WIP] PDF viewer section & per section attachments 2019-04-17 17:13:18 +01:00
sauls8t
82ed36478b Show if search result is template
Helps to distinguish between docs and templates when listing search results.
2019-04-11 15:49:58 +01:00
Harvey Kandola
441001fffe Make code section font size REM based
In line with recent changes.
2019-03-15 12:57:58 +00:00
McMatts
0985dbf5b6 Improve doc table of contents font sizing 2019-03-08 15:51:36 +00:00
McMatts
0bfde82040 Move space label to main view from sidebar
Solves long-standing debate about removing meta from sidebar, and keeping sidebat for navigation/filtering.
2019-03-08 15:45:12 +00:00
McMatts
eb9501014d Make WYSIWYG font size & line height to REM
End of pixels @harveykandola
2019-03-06 14:11:37 +00:00
Harvey Kandola
25c247e99b Introduce new Tabular editor with CSV import support
Closes #211 and #202

An all-new tabular editor has been added -- this replaces the previous tabular editor.

Better formatting options.

CSV data can also be imported straight into the table.
2019-03-01 14:28:18 +00:00
Harvey Kandola
8b0bb456d9 Format Blockquote
Fixes #217 for both Rich Text and Markdown section types.
2019-03-01 12:59:10 +00:00
Harvey Kandola
3fd1d793a3 Standardize text color for PRE & CODE blocks 2019-02-28 14:16:51 +00:00
Harvey Kandola
fc17ea5225 Standardize style of PRE & CODE blocks
For Markdown, styling was not consistent between inline blocks and full code blocks.

Fixes #203
2019-02-28 13:58:59 +00:00
Harvey Kandola
f47f09661f Improve search by tag for MySQL
Fixes #214

MySQL requires specific full text search queries.
2019-02-28 13:39:53 +00:00
Harvey Kandola
c108d0eb30 Handle wrap-around for add section popup 2019-02-28 12:32:22 +00:00
Harvey Kandola
af641b93f1 Show doc links on setup screen 2019-02-27 14:50:42 +00:00
sauls8t
89a7496c7f Improved self-managed install wizard layout 2019-01-26 13:24:54 +00:00
sauls8t
9fd002b5da Change location of add section at bottom of content 2019-01-24 13:51:55 +00:00
sauls8t
c69020f1e6 Move add section into section toolbar 2019-01-23 15:46:27 +00:00
sauls8t
36634be6f5 Put back to space button in sidebar (doc view) 2019-01-23 15:45:47 +00:00
Harvey Kandola
3da4144c1b Set correct model for space clone options 2019-01-15 20:15:12 +00:00
Harvey Kandola
60fbdfda11 Improve new user share space onboarding process 2019-01-11 14:03:03 +00:00
Harvey Kandola
479a61a3ef Update CodeMirror dep to v5.42.2
Affects Code and Markdown section types
2019-01-08 14:48:23 +00:00
Harvey Kandola
c706edec47 Improve print and PDF rendering 2019-01-08 13:56:42 +00:00
Harvey Kandola
5467771542 Display category names in documents list (space view)
We pre-fetch category names and attach them to documents.
2019-01-08 12:43:25 +00:00
Harvey Kandola
fb391d49a5 Change CSS ul/ol/li default styling
Should support custom bullet styles eminating from add-ons.
2019-01-07 14:44:58 +00:00
McMatts
036f36ba1d Enable custom logo upload and rendering 2019-01-06 13:50:12 +00:00
McMatts
a211ba051a Per space label, icon, description
Labels introduce visual grouping and filtering of spaces.
2019-01-04 16:33:30 +00:00
McMatts
5757b2d36e Apply changes backported from Enterprise edition 2018-12-26 18:13:00 +00:00
Harvey Kandola
b495041222 Hanel empty state for document meta fields 2018-12-21 17:39:09 +00:00