Paulo Reis
|
4849c705de
|
Optionally ask the translate local method to HTML encode; use it in the problematic tooltip.
|
2017-07-28 17:31:28 +01:00 |
|
Paulo Reis
|
35de3ee0ab
|
Fix typo in ng-repeat directive.
|
2017-07-19 10:34:50 +01:00 |
|
Shane Kilkelly
|
04c94760f5
|
Merge branch 'sk-auto-pair-braces' into sk-ac-improvements-integration
|
2017-07-06 14:39:28 +01:00 |
|
Shane Kilkelly
|
009cadb8b8
|
Change translation for autoPairDelimiters setting
|
2017-07-06 14:32:30 +01:00 |
|
Shane Kilkelly
|
34b2012727
|
Enable (optional) auto-pairing for latex mode
|
2017-07-06 11:06:51 +01:00 |
|
Paulo Reis
|
ddee75e479
|
Use a getterSetter to manage int values in settings.
|
2017-06-20 17:08:53 +01:00 |
|
Shane Kilkelly
|
9607174b64
|
Merge branch 'master' into sk-server-side-labels-loading
|
2017-06-15 08:49:14 +01:00 |
|
Shane Kilkelly
|
5e37b1dac1
|
Move logic for selectively loading labels.
Only load labels if the user has write permission
|
2017-06-14 13:26:02 +01:00 |
|
Shane Kilkelly
|
3b066758bb
|
Don't load labels for anonymous/read-only users
|
2017-06-13 14:06:00 +01:00 |
|
Shane Kilkelly
|
234a2d0e21
|
Remove cruft
|
2017-06-12 11:37:34 +01:00 |
|
Shane Kilkelly
|
5443b92e7d
|
Move state management into LabelsMaster on the ide
|
2017-06-09 11:28:27 +01:00 |
|
Shane Kilkelly
|
c7dbd21cd1
|
use flag on aceEditor to enable autocomplete features
|
2017-06-08 09:22:08 +01:00 |
|
Paulo Reis
|
19ecffd654
|
Merge branch 'master' into pr-aggregate-insert-delete
|
2017-06-06 17:04:31 +01:00 |
|
Paulo Reis
|
34796b18c5
|
Add translation keys.
|
2017-06-06 16:46:36 +01:00 |
|
Paulo Reis
|
e616a62d68
|
Save entry ids inside entry object, not only as the key.
|
2017-06-05 16:29:55 +01:00 |
|
James Allen
|
d7981fd2d4
|
Merge pull request #512 from sharelatex/ja-project-name-validation
Refactor project name validation into one place and restrict /s
|
2017-06-05 11:55:39 +01:00 |
|
Paulo Reis
|
d4ac91f75e
|
Use correct handlers in directives.
|
2017-06-05 10:52:11 +01:00 |
|
Paulo Reis
|
e2edf4184f
|
Explicit naming.
|
2017-06-02 11:43:43 +01:00 |
|
Paulo Reis
|
2a0454f2f1
|
Integrate aggregate changes with bulk actions.
|
2017-06-01 15:18:43 +01:00 |
|
Paulo Reis
|
1490ea7b04
|
Change aggregated change model: the main change is now the insertion, deletion is stored in metadata.
|
2017-06-01 15:03:37 +01:00 |
|
Paulo Reis
|
11c0644490
|
Aggregate changes; make accept and reject work.
|
2017-06-01 11:47:55 +01:00 |
|
Paulo Reis
|
b6cef2e3d7
|
Include directive; add some styling.
|
2017-05-31 15:53:14 +01:00 |
|
Paulo Reis
|
8dfb91fa6f
|
Blur toggler after clicking.
|
2017-05-22 11:11:26 +01:00 |
|
James Allen
|
ba62206b91
|
Refactor project name validation into one place and restrict /s
|
2017-05-19 17:42:24 +01:00 |
|
Paulo Reis
|
914e50f3f6
|
Add new review-related hotkeys; re-arrange hotkeys modal.
|
2017-05-19 15:52:04 +01:00 |
|
Paulo Reis
|
15980d5427
|
Merge branch 'master' into pr-hide-review-panel
|
2017-05-19 15:31:14 +01:00 |
|
Paulo Reis
|
957b201fc1
|
Add commenting and track-changes keyboard shortcuts.
|
2017-05-19 15:28:49 +01:00 |
|
Paulo Reis
|
832764dd3d
|
Add key shortcut to toggle the review panel.
|
2017-05-18 11:02:50 +01:00 |
|
Paulo Reis
|
5a9519d18f
|
Add a toggler element inside the review panel.
|
2017-05-17 16:41:53 +01:00 |
|
Paulo Reis
|
82a19444b3
|
Merge branch 'master' into pr-bulk-actions
|
2017-05-15 10:29:15 +01:00 |
|
Paulo Reis
|
a3ab994ab3
|
Use the same watcher to control miniRP visibility and trigger Ace resizing.
|
2017-05-11 10:17:25 +01:00 |
|
Paulo Reis
|
f3e020df7e
|
Add dialog to confirm bulk actions.
|
2017-05-09 16:06:19 +01:00 |
|
Paulo Reis
|
6662ec34ae
|
Only show bulk actions when n changes > 1.
|
2017-05-04 11:30:05 +01:00 |
|
Paulo Jorge Reis
|
20433327b8
|
Merge pull request #490 from sharelatex/pr-align-pdf-icon
Use header button classes in the PDF button.
|
2017-05-04 09:59:11 +01:00 |
|
Paulo Reis
|
05d9bf47d1
|
Use entry ids instead.
|
2017-05-03 16:53:04 +01:00 |
|
Paulo Reis
|
bf7bf701ed
|
Store selected entries; improve visibility logic.
|
2017-05-03 16:35:58 +01:00 |
|
Paulo Reis
|
0249a13012
|
Add bulk actions as in-editor widgets.
|
2017-05-03 11:41:17 +01:00 |
|
Paulo Reis
|
3f441ff38c
|
Count entries within selection; only show bulk actions if there are selected entries.
|
2017-05-02 17:02:30 +01:00 |
|
Paulo Reis
|
e2eaf6619e
|
Bulk actions directive; include it in the review panel.
|
2017-05-02 16:15:40 +01:00 |
|
Paulo Reis
|
76ea497b33
|
Use a single entry for bulk actions.
|
2017-05-02 15:43:45 +01:00 |
|
Paulo Reis
|
d874eb70f8
|
Add and remove bulk accept and reject entries with selections.
|
2017-05-02 15:34:05 +01:00 |
|
Paulo Reis
|
d71296da9f
|
Add row clicking in the projects list.
|
2017-05-01 17:11:03 +01:00 |
|
Paulo Reis
|
208f021bd0
|
Actually remove project from tag, inline.
|
2017-05-01 16:00:25 +01:00 |
|
Paulo Reis
|
2708fdf159
|
Add a button to allow inline removal of tags.
|
2017-05-01 15:43:44 +01:00 |
|
Paulo Reis
|
bca916d504
|
Use header button classes in the PDF button.
|
2017-05-01 15:04:08 +01:00 |
|
Paulo Reis
|
9fb166d2b3
|
Style improvements.
|
2017-04-28 17:09:34 +01:00 |
|
Paulo Reis
|
6e40284099
|
Add untagged projects counter.
|
2017-04-28 16:57:37 +01:00 |
|
Paulo Reis
|
84a2658259
|
Add an untagged filter in the projects list.
|
2017-04-28 12:11:51 +01:00 |
|
Henry Oswald
|
f5267ac6ee
|
Merge pull request #481 from sharelatex/ja-encode-project-names
Error if no project returned from joinProject
|
2017-04-25 09:17:59 +01:00 |
|
Henry Oswald
|
c733925a26
|
show rate limit message when compiled too much
|
2017-04-24 15:56:09 +01:00 |
|