Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | first iteration on the event item | Mario Vavti | 2015-11-26 | 9 | -5/+84 |
| | |||||
* | document that you probably shouldn't set a primary directory server in ↵ | redmatrix | 2015-11-25 | 1 | -1/+1 |
| | | | | somebody else's realm. | ||||
* | issue #185 | redmatrix | 2015-11-25 | 6 | -10/+12 |
| | |||||
* | Merge https://github.com/redmatrix/hubzilla into pending_merge | redmatrix | 2015-11-25 | 6 | -68/+64 |
|\ | |||||
| * | some basic event styling | Mario Vavti | 2015-11-25 | 5 | -61/+36 |
| | | |||||
| * | add a if clause for the case we do not have a finish date | Mario Vavti | 2015-11-25 | 1 | -6/+7 |
| | | |||||
| * | note to self: do not make things more complicated than they need to be. | Mario Vavti | 2015-11-25 | 1 | -2/+3 |
| | | |||||
| * | events: make sure default finish date is one hour after start date and shift ↵ | Mario Vavti | 2015-11-25 | 2 | -7/+26 |
| | | | | | | | | the finishdate if startdate is shifted | ||||
* | | removed block style on dropdown contact name and details, added ↵ | redmatrix | 2015-11-25 | 3 | -4/+5 |
|/ | | | | dropdown-menu-img-sm on nav search dropdown; as many dropdowns were unuseable | ||||
* | fix event form initial values | redmatrix | 2015-11-24 | 1 | -6/+14 |
| | |||||
* | add (blank?) label param to other instances of datetimesel | redmatrix | 2015-11-24 | 3 | -4/+6 |
| | |||||
* | Merge branch 'master' of https://github.com/redmatrix/hubzilla | Mario Vavti | 2015-11-24 | 2 | -1946/+1997 |
|\ | |||||
| * | Merge pull request #187 from wave72/master | Wave | 2015-11-24 | 2 | -1946/+1997 |
| |\ | | | | | | | Updated Italian strings | ||||
| | * | Updated Italian strings | Paolo Tacconi | 2015-11-24 | 2 | -1946/+1997 |
| | | | |||||
* | | | efent form template fixes | Mario Vavti | 2015-11-24 | 3 | -54/+28 |
|/ / | |||||
* | | open form on dbl-click | Mario Vavti | 2015-11-24 | 1 | -1/+4 |
| | | |||||
* | | fix event droping | Mario Vavti | 2015-11-24 | 1 | -1/+1 |
| | | |||||
* | | oups :) | Mario Vavti | 2015-11-24 | 1 | -1/+1 |
| | | |||||
* | | some event heavy lifting - please test and report issues | Mario Vavti | 2015-11-24 | 12 | -497/+322 |
| | | |||||
* | | more database doco | redmatrix | 2015-11-23 | 4 | -29/+52 |
| | | |||||
* | | issue #185 - prevent liveUpdate from updating while the built-in html5 media ↵ | redmatrix | 2015-11-23 | 1 | -1/+20 |
| | | | | | | | | player is "active". This will not have any affect on flash or other media players, and could potentially get confused if you have more than one media player actively playing at any given time. | ||||
* | | issue #183 | redmatrix | 2015-11-23 | 1 | -1/+1 |
| | | |||||
* | | Merge https://github.com/redmatrix/hubzilla into pending_merge | redmatrix | 2015-11-23 | 1 | -9/+21 |
|\ \ | |||||
| * \ | Merge pull request #182 from anaqreon/url-selected | redmatrix | 2015-11-24 | 1 | -9/+21 |
| |\ \ | | | | | | | | | Place link around selected text | ||||
| | * \ | Merge branch 'master' of https://github.com/redmatrix/hubzilla into url-selected | Andrew Manning | 2015-11-20 | 61 | -10382/+21638 |
| | |\ \ | |||||
| | * | | | If text is selected in profile-jot-text when the link button is pressed, the ↵ | Andrew Manning | 2015-11-20 | 1 | -9/+21 |
| | | | | | | | | | | | | | | | | | | | | input URL is applied around the text. Otherwise, the normal link data fetch occurs. | ||||
* | | | | | issue #184 | redmatrix | 2015-11-23 | 2 | -2/+2 |
|/ / / / | |||||
* | | | | doco updates | redmatrix | 2015-11-22 | 2 | -1/+29 |
| | | | | |||||
* | | | | delivery report tweaks | redmatrix | 2015-11-22 | 3 | -2/+27 |
| | | | | |||||
* | | | | Merge https://github.com/redmatrix/hubzilla into pending_merge | redmatrix | 2015-11-22 | 9 | -352/+920 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: version.inc | ||||
| * | | | | update datetimepicker and fix it for finish date | Mario Vavti | 2015-11-22 | 3 | -342/+881 |
| | | | | | |||||
| * | | | | do not hide scrollbars | Mario Vavti | 2015-11-21 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | datetimepicker should also respect first day of week setting | Mario Vavti | 2015-11-21 | 2 | -5/+6 |
| | | | | | |||||
| * | | | | make calendar week start (sun or mon) configurable | Mario Vavti | 2015-11-21 | 4 | -2/+11 |
| | |/ / | |/| | | |||||
| * | | | Use http_status() instead of homegrowing it. Adapt http_status to handle ↵ | ken restivo | 2015-11-20 | 2 | -5/+24 |
| | | | | | | | | | | | | | | | | replies with data. | ||||
| * | | | Bump version, migrator needs to depend on it for f164ddf | ken restivo | 2015-11-20 | 1 | -1/+1 |
| | | | | |||||
* | | | | webpages and design elements weren't being included in the item export query. | redmatrix | 2015-11-22 | 2 | -2/+3 |
|/ / / | |||||
* | | | Merge https://github.com/redmatrix/hubzilla into pending_merge | redmatrix | 2015-11-20 | 1 | -0/+1 |
|\ \ \ | |||||
| * | | | Report correct HTTP error code, i.e. for API callers. | ken restivo | 2015-11-20 | 1 | -0/+1 |
| | | | | |||||
* | | | | add v4 project roadmap, partial fix for cloning of profile photos on ↵ | redmatrix | 2015-11-20 | 4 | -4/+53 |
|/ / / | | | | | | | | | | alternate profiles | ||||
* | | | Merge https://github.com/redmatrix/hubzilla into pending_merge | redmatrix | 2015-11-20 | 6 | -3195/+3281 |
|\ \ \ | |||||
| * \ \ | Merge branch 'master' of https://github.com/redmatrix/hubzilla | Mario Vavti | 2015-11-20 | 4 | -3192/+3278 |
| |\ \ \ | |||||
| | * | | | update es+nl | jeroenpraat | 2015-11-20 | 4 | -3192/+3278 |
| | | | | | |||||
| * | | | | make calendar language aware | Mario Vavti | 2015-11-20 | 2 | -3/+3 |
| |/ / / | |||||
* / / / | change _newwin to _blank because the window named _newwin may be hard to ↵ | redmatrix | 2015-11-20 | 4 | -23/+21 |
|/ / / | | | | | | | | | | find if you have lots of windows/tabs open. | ||||
* | | | Merge https://github.com/redmatrix/hubzilla into pending_merge | redmatrix | 2015-11-20 | 1 | -0/+6 |
|\ \ \ | |||||
| * | | | Throw HTTP error and display error message when database is unavailable. #179 | ken restivo | 2015-11-19 | 1 | -0/+6 |
| | | | | |||||
* | | | | issue #85, community tags and file tags lost during edits. This required ↵ | redmatrix | 2015-11-20 | 14 | -1380/+1454 |
|/ / / | | | | | | | | | | splitting off communitytags as a separate tag type and is not backward compatible. Community tags on older posts or those federated from redmatrix clones will not be preserved during edits. | ||||
* | | | change action label from 'stop following' to 'unfollow thread' | redmatrix | 2015-11-19 | 1 | -1/+1 |
| | | | |||||
* | | | directory search for pubforums using hubzilla directory servers using ↵ | redmatrix | 2015-11-19 | 1 | -3/+9 |
| | | | | | | | | | | | | redmatrix flag value |