Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

simple bug fix #1

Closed
wants to merge 101 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
101 commits
Select commit Hold shift + click to select a range
c43a16c
Very humble beginnings for version 3
haugstrup Aug 29, 2012
2bc3ccc
Working has_one relationships
haugstrup Aug 30, 2012
4ce285b
Adding class for created_via
haugstrup Aug 30, 2012
2398383
Namespaces, member method and datetime setter
haugstrup Aug 31, 2012
95d8975
Adding documentation references
haugstrup Aug 31, 2012
d85d0aa
Change Podio class to use static methods instead of a singleton, bett…
haugstrup Sep 1, 2012
8564760
Switch away from namespaces, finish implementation of PodioHook
haugstrup Sep 3, 2012
30fe76c
Add PodioAction
haugstrup Sep 3, 2012
6c8785d
Add PodioEmbed
haugstrup Sep 3, 2012
d450f77
Add PodioComment
haugstrup Sep 3, 2012
ed90a90
Add PodioReference
haugstrup Sep 3, 2012
410c165
Adding PodioItem
haugstrup Sep 4, 2012
6838201
Adding ItemDiff and ItemRevision
haugstrup Sep 4, 2012
e2ad509
Adding ItemField
haugstrup Sep 4, 2012
7ee9046
Adding LinkedAccountData
haugstrup Sep 4, 2012
dc0b0f4
Adding Recurrence
haugstrup Sep 4, 2012
c0c9981
Fixing bad return value
haugstrup Sep 4, 2012
81cd2f7
Adding Reminder
haugstrup Sep 4, 2012
f52bcd2
Adding Batch
haugstrup Sep 4, 2012
a5d3108
Adding Search
haugstrup Sep 5, 2012
f81368d
Adding Space
haugstrup Sep 5, 2012
3adc0be
Adding File
haugstrup Sep 5, 2012
c41b53e
Adding has_many and easy access to id property
haugstrup Sep 5, 2012
0c3d725
Rename Search to SearchResult and add StreamMute
haugstrup Sep 6, 2012
debbf0c
Adding StreamObject
haugstrup Sep 6, 2012
e02b52d
Adding AppMarketShare
haugstrup Sep 6, 2012
298cc17
Update global stream url
haugstrup Sep 6, 2012
ee96555
Adding Importer and typo in AppMarket
haugstrup Sep 8, 2012
16fe0b5
Add get_for on Batch
haugstrup Sep 8, 2012
72c2c33
Adding Subscription
haugstrup Sep 8, 2012
3a1285f
Adding Conversation
haugstrup Sep 8, 2012
8c895eb
Adding App and AppField and make sure attributes is optional
haugstrup Sep 11, 2012
ba0495c
Adding Integration
haugstrup Sep 11, 2012
2d72f28
Adding Status
haugstrup Sep 11, 2012
42e9289
Adding Tag and TagSearch
haugstrup Sep 11, 2012
b3aa57a
Adding User, UserMail, UserStatus
haugstrup Sep 13, 2012
405b96e
Adding View
haugstrup Sep 13, 2012
23a6ce6
Adding Task
haugstrup Sep 13, 2012
c652422
Adding TaskLabel
haugstrup Sep 14, 2012
850acd3
Adding Profile
haugstrup Sep 14, 2012
c5a00d4
Profile should be Contact
haugstrup Sep 14, 2012
c0ac469
Adding Calendar and CalendarMute
haugstrup Sep 14, 2012
c155930
Adding Notification, NotificationContext and NotificationGroup
haugstrup Sep 14, 2012
a79e804
Adding Organization and OrganizationMember
haugstrup Sep 14, 2012
81de067
Adding collection method
haugstrup Sep 14, 2012
92e7399
Adding Rating
haugstrup Sep 14, 2012
38dded4
Adding SpaceMember
haugstrup Sep 14, 2012
a978817
Some untested date handling work
haugstrup Sep 14, 2012
a809f89
Fix bad method names and timezone handling
haugstrup Sep 17, 2012
adb9fe1
Add local time properties for tasks
haugstrup Sep 17, 2012
cdd65bf
Generate XML from Doxygen
haugstrup Sep 17, 2012
a503e3d
Remove old areas
haugstrup Sep 17, 2012
7d4f0d9
Move files around
haugstrup Sep 17, 2012
f2f7a79
Script for generating reference documentation
haugstrup Sep 17, 2012
7d896b2
Remove comment
haugstrup Sep 17, 2012
3b64319
Use app auth for reference generator
haugstrup Sep 19, 2012
aa06813
Fix id_column problem and add __toString()
haugstrup Sep 20, 2012
544e1e3
Add some helpers to avoid calling array_key_exists all the time
haugstrup Sep 20, 2012
de885a0
Add helper for checking rights
haugstrup Sep 20, 2012
29924b3
Adding belongs_to for has_one relationships
haugstrup Sep 21, 2012
4038883
Fix small things
haugstrup Sep 21, 2012
9290bd3
as_json dummy function
haugstrup Sep 21, 2012
711df36
Quick and dirty file based logger instead of using the php error log …
haugstrup Sep 26, 2012
1759a31
More work on as_json and start on instance methods
haugstrup Sep 27, 2012
1df1055
Creating a subscription doesn't return the subscription_id
haugstrup Oct 7, 2012
cc6693c
as_json that works, handle relationships properly when writing to son…
haugstrup Oct 8, 2012
bdbf7dd
Some more instance methods
haugstrup Oct 8, 2012
56cf339
Add silent attribute to attach file
haugstrup Oct 18, 2012
1c7b391
Add get item by external id method
haugstrup Oct 18, 2012
818fc49
Boilerplate for API friendly values
haugstrup Oct 18, 2012
4b02513
API friendly values and convenience methods for PodioApp and PodioItem
haugstrup Oct 19, 2012
f079387
Work on seamlessly saving items and fields
haugstrup Oct 19, 2012
3b3ced3
Don't generate XML for doxygen
haugstrup Oct 21, 2012
7f00d52
Add method for a humanized value
haugstrup Oct 21, 2012
476a778
glob() gives problems when running scripts from other folders
haugstrup Oct 21, 2012
150797e
Typo
haugstrup Oct 21, 2012
a58e4f0
Update examples
haugstrup Oct 21, 2012
2ac0957
Delete test file
haugstrup Oct 21, 2012
672c61a
Update README
haugstrup Oct 21, 2012
b4700c3
Remove old code from README
haugstrup Oct 21, 2012
7506e1b
Remove test method
haugstrup Oct 21, 2012
91eebf4
Stubbing out submodels for ItemField
haugstrup Oct 22, 2012
ceb286b
Adding TODOs
haugstrup Oct 22, 2012
a3af1b2
More helper methods for ItemField
haugstrup Oct 22, 2012
ca35f57
Add a timer to the debug logger
haugstrup Oct 22, 2012
052bcd1
Add very simple session storage for oauth tokens
haugstrup Oct 22, 2012
fe618e7
Remove test file
haugstrup Oct 23, 2012
7f9c5be
Handle setup with no session manager
haugstrup Oct 25, 2012
ebcc34e
Fix bad documentation
haugstrup Oct 25, 2012
7f30900
Fix referenceGenerator after new SuperApp model was added
haugstrup Oct 25, 2012
0ca234f
Remove deleted operations
haugstrup Oct 25, 2012
1fe8c87
Bump version
haugstrup Oct 25, 2012
f3052c7
Add link to old version in readme
haugstrup Oct 25, 2012
af45880
Fix a few problems with file upload
haugstrup Oct 31, 2012
f6d968c
Make save method work when there is an app present
haugstrup Oct 31, 2012
5f182f6
Fix problems with silent attributes and id_columns
haugstrup Oct 31, 2012
8e82454
Shortcut for constructing instances that only have an id value
haugstrup Oct 31, 2012
46f86c2
Same for external_id
haugstrup Oct 31, 2012
68142e4
Add method for checking if authentication has happened and make sure …
haugstrup Nov 6, 2012
54f7191
Add a bunch of code samples for items
haugstrup Nov 6, 2012
29c587b
bug fix proposal
carlfredrikhero Nov 6, 2012
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .doxygen
Original file line number Diff line number Diff line change
Expand Up @@ -1288,7 +1288,7 @@ XML_DTD =
# and cross-referencing information) to the XML output. Note that
# enabling this will significantly increase the size of the XML output.

XML_PROGRAMLISTING = YES
XML_PROGRAMLISTING = NO

#---------------------------------------------------------------------------
# configuration options for the AutoGen Definitions output
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
.DS_Store
docs/*
examples/config.php
utils/config.php
log/*
Loading