Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | If entered event info is not valid, let user try again with the old info ↵ | Stefan Parviainen | 2014-10-21 | 1 | -7/+26 |
| | | | | still there. Closes friendica/red#648 | ||||
* | Don't display date format, it's already in the placeholder text | Stefan Parviainen | 2014-10-19 | 1 | -6/+0 |
| | |||||
* | Changes in the datetimesel api, prevent user from picking event end date ↵ | Stefan Parviainen | 2014-10-19 | 1 | -2/+2 |
| | | | | earlier than start date | ||||
* | Give an error if event is supposed to end before it starts. Closes ↵ | Stefan Parviainen | 2014-10-19 | 1 | -2/+4 |
| | | | | friendica/red#534 | ||||
* | Initial stab at better general datetime picker | Stefan Parviainen | 2014-10-18 | 1 | -17/+2 |
| | |||||
* | missing event permissions | friendica | 2014-10-15 | 1 | -0/+1 |
| | |||||
* | This is long overdue - use a symblic constant NULL_DATE instead of the ↵ | friendica | 2014-09-08 | 1 | -1/+1 |
| | | | | easily mis-typed sequence '0000-00-00 00:00:00' | ||||
* | add categories to events | friendica | 2014-09-07 | 1 | -1/+50 |
| | |||||
* | more work on the event edit form | friendica | 2014-09-05 | 1 | -0/+2 |
| | |||||
* | put a date and time picker on events | friendica | 2014-09-04 | 1 | -5/+29 |
| | |||||
* | numerous event fixes - mostly related to editing an event | friendica | 2014-07-06 | 1 | -22/+41 |
| | |||||
* | rule of snakes #1, kill the snake. | friendica | 2014-06-28 | 1 | -2/+2 |
| | | | | | | tinymce is gone. if you want a visual editor, figure out what you want and make it happen. If you don't want a visual editor, do nothing. This is in the community's hands. I don't need a visual editor. | ||||
* | only show jotnets when posting conversation items | friendica | 2014-06-14 | 1 | -1/+1 |
| | |||||
* | use consistent capitalisation in the item actions menu | friendica | 2014-05-29 | 1 | -1/+1 |
| | |||||
* | newevent: front end functions | friendica | 2014-05-29 | 1 | -3/+13 |
| | |||||
* | start to tie in the new event logic | friendica | 2014-05-29 | 1 | -2/+3 |
| | |||||
* | event form hard-wired tinymce=on, made selectable | friendica | 2014-05-08 | 1 | -2/+11 |
| | |||||
* | issue #395, item 2 | friendica | 2014-04-06 | 1 | -1/+4 |
| | |||||
* | dav: throw exception if channel for requested DAV directory is deleted | friendica | 2014-01-15 | 1 | -2/+1 |
| | |||||
* | remove a couple of mysql reserved words from being used as table or row ↵ | friendica | 2013-12-22 | 1 | -1/+1 |
| | | | | names. For this round we're getting 'group' and 'desc'. Warning: potentially destabilising as this touches a lot of code. | ||||
* | need include/conversation for events now | friendica | 2013-12-06 | 1 | -0/+1 |
| | |||||
* | some work on events permissions | friendica | 2013-12-01 | 1 | -6/+17 |
| | |||||
* | make "selected" class work on all navigation menu items | marijus | 2013-08-01 | 1 | -0/+2 |
| | |||||
* | rename 'uri' (and parent_uri) to 'mid' (and parent_mid) since these no ↵ | friendica | 2013-03-21 | 1 | -2/+2 |
| | | | | longer remotely resemble uri's and are actually message_id's. This change is potentially destabilising because it touches a lot of code and structure. But it has to get done and there's no better time than the present. | ||||
* | some fixes related to events | Michael Johnston | 2013-03-07 | 1 | -4/+5 |
| | | | | | | | - add backticks around column "desc" in sql query - fixed query for data passed to showEvent - showEvent was picking up on id from item instead of id from event - fixed references to author info in template | ||||
* | progress on tag delivery | friendica | 2013-02-11 | 1 | -1/+1 |
| | |||||
* | documenting event-finish-date-crosses-month-boundary issue to come back to later | friendica | 2013-01-16 | 1 | -0/+6 |
| | |||||
* | mopping up the events issues so I can move on to other stuff | friendica | 2013-01-16 | 1 | -2/+4 |
| | |||||
* | still some bugs but events are happening again. | friendica | 2013-01-15 | 1 | -42/+35 |
| | |||||
* | events are still buggered and aren't anywhere close to working, but not ↵ | friendica | 2013-01-07 | 1 | -8/+9 |
| | | | | buggered quite as much as before. | ||||
* | fix show-stopping bugs | Zach Prezkuta | 2013-01-06 | 1 | -2/+2 |
| | |||||
* | wall posts now display - address book structure revamp started | friendica | 2012-10-10 | 1 | -0/+1 |
| | |||||
* | separate the public feed from everything else | friendica | 2012-09-20 | 1 | -1/+17 |
| | |||||
* | convert ent_quotes for jquery calendar title/summary | friendica | 2012-06-29 | 1 | -2/+2 |
| | |||||
* | create third privacy state - public post but not searchable or publicly visible | friendica | 2012-06-28 | 1 | -1/+1 |
| | |||||
* | change event behaviour so that title is required but description is not | friendica | 2012-06-25 | 1 | -6/+6 |
| | |||||
* | event summary/title | friendica | 2012-06-25 | 1 | -3/+11 |
| | |||||
* | events: fix select events query | fabrixxm | 2012-06-07 | 1 | -2/+2 |
| | | | | | select events that starts before display start date and/or ends after display end date. | ||||
* | use cid rather than uid in perms | friendica | 2012-05-02 | 1 | -3/+12 |
| | |||||
* | Modify events_post() in mod/events.php to set the `private` field to true ↵ | Zach Prezkuta | 2012-05-02 | 1 | -0/+19 |
| | | | | when an event is shared with specific people. This is necessary to have event posts show correctly in Diaspora if an event is created visible only to self, but modified later to be visible to others. | ||||
* | Merge branch 'master' of https://github.com/friendica/friendica | Alexander Kampmann | 2012-04-05 | 1 | -4/+4 |
|\ | | | | | | | | | | | Conflicts: include/config.php update.php | ||||
| * | make the "new calendar" (javascript interactive) the default | friendica | 2012-04-02 | 1 | -4/+4 |
|/ | |||||
* | enable ajax calendar with $a->config['experimentals']['new_calendar']=1 | Fabio Comuni | 2012-02-15 | 1 | -1/+5 |
| | |||||
* | events js: pass only first line of desc as title; item.desc and ↵ | Fabio Comuni | 2012-02-14 | 1 | -6/+9 |
| | | | | item.location as html | ||||
* | events: first test for full-javascript events calendar | Fabio Comuni | 2012-02-14 | 1 | -39/+99 |
| | |||||
* | new event current date off by one, submit button misplaced | friendica | 2012-01-25 | 1 | -3/+3 |
| | |||||
* | add remove_user hook (it looks like dreamhost changed all my file ↵ | friendica | 2012-01-18 | 1 | -0/+0 |
| | | | | permissions, this will make a nasty commit) | ||||
* | start on bug #227 - more to do | friendica | 2011-11-25 | 1 | -0/+3 |
| | |||||
* | New common tab template. Update css | Fabio Comuni | 2011-10-10 | 1 | -11/+1 |
| | |||||
* | don't allow events to finish before they begin | Friendika | 2011-09-14 | 1 | -1/+8 |
| |