Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Updating strings for it, nl and es. | jeroenpraat | 2016-10-05 | 6 | -19029/+19366 | |
| | ||||||
* | add some more stuff to admin/account_edit (service class, language, and ↵ | redmatrix | 2016-10-03 | 3 | -0/+45 | |
| | | | | techlevel if appropriate). Fix en-au and en-gb so they are listed as languages, and move language selector stuff to include/language.php instead of include/text.php; new file Zotlabs/Lib/Techlevels.php so we only need to write the selection array once. | |||||
* | provide ability for admin to change account password | redmatrix | 2016-09-30 | 2 | -2/+16 | |
| | ||||||
* | omit autoscrolling to toplevel items | Mario Vavti | 2016-09-29 | 1 | -1/+1 | |
| | ||||||
* | highlight the displayed mid and css fixes | Mario Vavti | 2016-09-29 | 3 | -17/+27 | |
| | ||||||
* | fixes for make scroll to mid work properly with collapsed threads: unhide ↵ | Mario Vavti | 2016-09-29 | 1 | -2/+3 | |
| | | | | the hidden items before scrolling to it, slideDown() is to slow - we must use show() here) | |||||
* | do not scroll items behind the navbar | Mario Vavti | 2016-09-27 | 1 | -1/+1 | |
| | ||||||
* | remove logging | Mario Vavti | 2016-09-27 | 1 | -1/+0 | |
| | ||||||
* | catch js error if the notification mid is for e.g. a like and class ↵ | Mario Vavti | 2016-09-27 | 1 | -1/+2 | |
| | | | | .item_123def... does not exist | |||||
* | catch js error if there are no collapsed comments | Mario Vavti | 2016-09-26 | 1 | -4/+6 | |
| | ||||||
* | use color #337AB7 instead aof bold and 120% for ivoted class | Mario Vavti | 2016-09-26 | 1 | -3/+2 | |
| | ||||||
* | autoscroll to target post/comment when in single-thread mode; don't ↵ | redmatrix | 2016-09-25 | 2 | -5/+9 | |
| | | | | interfere with other modes; replaces using a named anchor with a url fragment to reach a particular place in the conversation when content is loaded with ajax. | |||||
* | subtle indicator of your own response verb activity | redmatrix | 2016-09-25 | 2 | -8/+13 | |
| | ||||||
* | more infrastructure for notification auto-scroll to comment | redmatrix | 2016-09-24 | 1 | -0/+6 | |
| | ||||||
* | the rest of the backend for supporting scroll-to-comment from notifications. ↵ | redmatrix | 2016-09-24 | 1 | -1/+1 | |
| | | | | We still need an ajax handler as fragments are evaluated before content is loaded. | |||||
* | Merge pull request #529 from phellmes/dev | git-marijus | 2016-09-22 | 2 | -7794/+8199 | |
|\ | | | | | Update DE translation strings | |||||
| * | Update DE translation strings | phellmes | 2016-09-22 | 2 | -7794/+8199 | |
| | | ||||||
* | | Merge pull request #530 from wave72/dev | Wave | 2016-09-22 | 2 | -5106/+5151 | |
|\ \ | |/ |/| | Updated Italian strings | |||||
| * | Updated Italian strings | Wave72 | 2016-09-22 | 2 | -5106/+5151 | |
| | | ||||||
* | | objects with id=share_container seem to be blacklisted in various security ↵ | Mario Vavti | 2016-09-22 | 1 | -14/+2 | |
| | | | | | | | | browser plugins. rename it to distr_container. also remove some superfluous js | |||||
* | | fix #525 | Mario Vavti | 2016-09-22 | 1 | -1/+1 | |
| | | ||||||
* | | narrow navbar css fixes | Mario Vavti | 2016-09-20 | 1 | -12/+8 | |
| | | ||||||
* | | Merge pull request #510 from wave72/dev | Wave | 2016-09-09 | 2 | -4745/+4849 | |
|\| | | | | | Updated Italian strings | |||||
| * | Updated Italian strings | Wave72 | 2016-09-09 | 2 | -4745/+4849 | |
| | | ||||||
* | | update justifiedGallery 3.6.1 -> 3.6.3 | Mario Vavti | 2016-09-09 | 1 | -1/+1 | |
| | | ||||||
* | | pro: provide settings for techlevel and techlevel_lock on admin/site page | redmatrix | 2016-09-08 | 1 | -0/+6 | |
| | | ||||||
* | | photo move to another album - resurrected from a temporary branch where the ↵ | redmatrix | 2016-09-06 | 1 | -0/+3 | |
| | | | | | | | | work had gotten lost | |||||
* | | add links to zcards #500 ; also provide drag/drop highlighting of comment ↵ | redmatrix | 2016-09-05 | 4 | -4/+34 | |
| | | | | | | | | regions when a link is being dragged over them | |||||
* | | revert moving home button to first position. instead move register and login ↵ | Mario Vavti | 2016-09-03 | 1 | -37/+38 | |
| | | | | | | | | buttons to the end of the list. | |||||
* | | pro: allow admin to set a site techlevel and optionally lock it. | redmatrix | 2016-09-02 | 1 | -1/+1 | |
| | | ||||||
* | | show home icon in first position in nav, provide register link also if ↵ | Mario Vavti | 2016-09-02 | 1 | -21/+25 | |
| | | | | | | | | register policy is set to approve and whitespace cleanup | |||||
* | | put theme config into its own namespace | redmatrix | 2016-09-01 | 1 | -2/+4 | |
| | | ||||||
* | | turn theme configuration into a class object | redmatrix | 2016-09-01 | 1 | -116/+122 | |
| | | ||||||
* | | separate the 'expert' feature into 'advanced_theming' and ↵ | redmatrix | 2016-09-01 | 1 | -2/+2 | |
| | | | | | | | | 'advanced_dirsearch'. Hide both features unless techlevel > 3. | |||||
* | | actively set all the theme options on the display settings page based on the ↵ | redmatrix | 2016-09-01 | 3 | -8/+23 | |
| | | | | | | | | current theme selection | |||||
* | | more work on theme select backend | redmatrix | 2016-09-01 | 1 | -3/+7 | |
| | | ||||||
* | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge | redmatrix | 2016-09-01 | 2 | -6/+10 | |
|\ \ | ||||||
| * | | introduce checklist BBcode for checklists | Mario Vavti | 2016-09-01 | 2 | -6/+10 | |
| | | | ||||||
* | | | theme preview - that was easy; plus a bit more tweaking of the saved search ↵ | redmatrix | 2016-09-01 | 1 | -1/+1 | |
|/ / | | | | | | | widget to try and get the sucker to auto submit | |||||
* | | even though there is now a sitesearch widget, remove it from the search page ↵ | redmatrix | 2016-08-31 | 1 | -1/+1 | |
| | | | | | | | | pdl since we can just use the navbar and it offers more modes. | |||||
* | | some issues with saved search - tags and connection searches weren't being ↵ | redmatrix | 2016-08-31 | 2 | -1/+6 | |
| | | | | | | | | saved. | |||||
* | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge | redmatrix | 2016-08-31 | 4 | -13784/+14054 | |
|\ \ | ||||||
| * \ | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev | jeroenpraat | 2016-08-31 | 8 | -43/+291 | |
| |\ \ | ||||||
| * | | | Dutch and Spanish string update | jeroenpraat | 2016-08-31 | 4 | -13784/+14054 | |
| | | | | ||||||
* | | | | provide techlevels in the pro server role. Should have no visible effect on ↵ | redmatrix | 2016-08-31 | 1 | -0/+7 | |
| |/ / |/| | | | | | | | | other roles. | |||||
* | | | resolve merge conflict | Mario Vavti | 2016-08-31 | 8 | -43/+286 | |
|\ \ \ | ||||||
| * | | | The 'save to folder' modal dialog looked like crap. Now it only looks like dung. | redmatrix | 2016-08-30 | 3 | -5/+15 | |
| | | | | ||||||
| * | | | Merge remote-tracking branch 'upstream/dev' into website-export | Andrew Manning | 2016-08-30 | 6 | -6175/+6206 | |
| |\| | | ||||||
| * | | | Merge remote-tracking branch 'upstream/dev' into website-export. Added ↵ | Andrew Manning | 2016-08-27 | 4 | -24/+53 | |
| |\ \ \ | | | | | | | | | | | | | | | | attach_move() to include/attach.php. | |||||
| * \ \ \ | Merge remote-tracking branch 'upstream/dev' into website-export | Andrew Manning | 2016-08-23 | 7 | -174/+114 | |
| |\ \ \ \ |