Skip to content

Instantly share code, notes, and snippets.

@koke
Created March 25, 2013 17:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save koke/5238734 to your computer and use it in GitHub Desktop.
Save koke/5238734 to your computer and use it in GitHub Desktop.
commit 9940eba1f633649ab3547b6ef07602d1418fbf24
Author: Jorge Bernal <jorge@automattic.com>
Date: Mon Mar 25 18:05:58 2013 +0100
Revert "Photo/Settings button updates and fixes."
This reverts commit bd58d7970d4059f893fe9b68edfa7a03ce2608c9.
commit cffd95823b723d4ec1551eadbca1265d1244216b
Author: Jorge Bernal <jorge@automattic.com>
Date: Mon Mar 25 14:21:42 2013 +0100
Updated translations
commit e889f982fa3bbb2b80e568c0bfd6aece215e6f64
Author: Jorge Bernal <jorge@automattic.com>
Date: Mon Mar 25 13:26:05 2013 +0100
Fixed orientation bug on iOS5. fixes #1582
commit 45884610c93025f522dcea7867ad26cb7dcfee7c
Author: Jorge Bernal <jorge@automattic.com>
Date: Mon Mar 25 13:08:17 2013 +0100
Disable remote autosaving
We're disabling this until it's more stable
commit b8254607089ef4c7c60e5f7d4b076a59d91c725d
Author: Jorge Bernal <jorge@automattic.com>
Date: Mon Mar 25 13:06:03 2013 +0100
Use right page_id attribute to find pages
We were using "postid", but wp.getPages uses "page_id"
That means pageID was always nil on `+ [Page findOrCreateWithBlog:andPageID:]`, and pages were recreated on every sync
refs #1578
commit 2f7f9e1023a1344a4add835bba85ad53764d8060
Author: Jorge Bernal <jorge@automattic.com>
Date: Tue Mar 19 18:41:24 2013 +0100
Updated README.md
Added more formatting and links to trac and style guide
commit 4f40f39e8e4c7a7a7088e8853a92124f2d69d7b0
Author: Jorge Bernal <jorge@automattic.com>
Date: Tue Mar 19 17:49:56 2013 +0100
Don't always show friend finder on debug builds
It was helpful while developing it, but now it's mostly annoying
commit ede03441e7ddae00566965d1017fa842d5b49442
Author: sendhilp <sendhilp@automattic.com>
Date: Thu Mar 14 17:02:41 2013 +0000
Updating AddSiteViewController as per kokejb's suggestions.
commit dd9ac7024215caea092aa7842e8eff96c5a33019
Author: sendhilp <sendhilp@automattic.com>
Date: Thu Mar 14 17:02:41 2013 +0000
Cleaned up AddSiteViewController
commit a7820742f7b55da5b927cd970acef90f7ec1bb19
Author: koke <jorge@automattic.com>
Date: Thu Mar 14 16:49:27 2013 +0000
Minor style changes for AboutViewController
commit 176698d7ac45ae9b4fafeea45abfe9e1d404cd75
Author: sendhilp <sendhilp@automattic.com>
Date: Thu Mar 14 16:48:56 2013 +0000
More cleanup for AboutViewController.
* Cleaned up header
* Changed constants from #define to CGFloat const
* Removed unnecessary delegate
commit c2b6fb5e14bb834a4537cede5c3c53230c1ac413
Author: sendhilp <sendhilp@automattic.com>
Date: Thu Mar 14 16:48:56 2013 +0000
Cleaned up AboutViewController
commit a1a4a6e2cb16753c0198436cb1bd3c054b7707d0
Author: garnser <jpetersson@automattic.com>
Date: Thu Mar 14 15:12:56 2013 +0000
Testing subgit live
commit ea008d0f29fc66a28c58389d8a99abfaa460ea9c
Author: koke <jorge@automattic.com>
Date: Thu Mar 14 15:05:30 2013 +0000
Cleanup of AutosavingIndicatorView
* Slow down dots animation
* Added some documentation
* Fix typo on constant names
commit b6677b241f2ec73249fc3d7c34be667b543cee30
Author: koke <jorge@automattic.com>
Date: Thu Mar 14 14:01:56 2013 +0000
Less aggressive autosaving
* Don't use a timeout
* Increase the change threshold
* Autosave when text field/view loses focus
commit ccd5d7e8c07d77e5ac664ee744b2a69beaf82173
Author: aerych <eric@automattic.com>
Date: Wed Mar 13 20:14:37 2013 +0000
Fixes an inconsistency in the way blog passwords were stored that might cause problems with .com blogs with custom domains.
Fixes an issue where an xmlrpc error due to bad credentials would prompt the user to update their password, but the password would not propigate to the .com api until the app was restarted.
Removes the old UIAlertView used for updating credentials, replacing it with the EditSiteViewController for a standardized look and feel.
Exposes a promptForPassword method to WPTableViewController subclasses. Would be nice to keep this hidden.
commit 83fb56409546738f4eb7936e0ded214858150db9
Author: koke <jorge@automattic.com>
Date: Wed Mar 13 02:14:20 2013 +0000
Properly encode preview parameters
At least in WordPress.com it's possible to login with your email, and
the `@` symbol wasn't being encoded properly
commit d125bf9a54cbb81e54ca64cff0b642d723e53809
Author: koke <jorge@automattic.com>
Date: Wed Mar 13 00:54:42 2013 +0000
Show more detailed errors on login
If the problem is not invalid credentials, show an alert to user.
So far any error showed "Sign in failed", which was really hard to
debug
commit 53d098b4f0ffc6a6bed932097734e0ab581b8a61
Author: koke <jorge@automattic.com>
Date: Tue Mar 12 12:06:33 2013 +0000
Remove "No internet available" errors
If we do any reachability checks, they should be specific to the URL we
want to use.
commit 500d392eaeb2dd6c245c3cff5309a6bf4bb4550e
Author: daniloercoli <ercoli@automattic.com>
Date: Fri Mar 8 20:28:57 2013 +0000
Remove the APNS token from preferences if the device fails to register.
commit 8f61df4371edfaf6d874bdaa0a42094c75e31ca5
Author: koke <jorge@automattic.com>
Date: Fri Mar 8 19:11:29 2013 +0000
Avoid duplcating posts when previewing on iPad
commit 8c53c54df0f90996999401006b7e887a58c88e72
Author: koke <jorge@automattic.com>
Date: Mon Mar 4 23:14:48 2013 +0000
Squashed commit of the following:
commit 39574f9f418111885aea38eeeb114b791d97b4f6
Merge: c6af983 39ab171
Author: Jorge Bernal <jbernal@gmail.com>
Date: Mon Mar 4 15:02:33 2013 -0800
Merge branch 'master' into wpxmlrpc
commit c6af9839b98dd2d6ba46d634f5ceb5e1dfc91bff
Author: Jorge Bernal <jbernal@gmail.com>
Date: Mon Mar 4 14:39:08 2013 -0800
Updated pods
commit d8c8682e7f18cccd0a7fa85ff20ba703e6b8c809
Merge: 3c9a817 041510e
Author: Jorge Bernal <jbernal@gmail.com>
Date: Tue Feb 26 14:18:26 2013 +0100
Merge branch 'master' into wpxmlrpc
commit 3c9a817776987b312b26445a1bf8e9ca6f4e4fc6
Author: Jorge Bernal <jbernal@gmail.com>
Date: Tue Feb 26 13:04:27 2013 +0100
Updated pods
commit 9b3ea515f0c3036a5ad87c767fd0b558ef0601cd
Author: Jorge Bernal <jbernal@gmail.com>
Date: Mon Feb 25 19:02:35 2013 +0100
Parse XML-RPC request for HTTP stubs
commit 33dba29e4abe7a06571b6ee1f22b6e0cc39d4ab6
Author: Jorge Bernal <jbernal@gmail.com>
Date: Mon Feb 25 18:17:47 2013 +0100
Removed WPComOAuthController xib file
commit f3150c36ff073ebadef24fffc032fc9f99156942
Author: Jorge Bernal <jbernal@gmail.com>
Date: Mon Feb 25 18:14:06 2013 +0100
Updated pods
commit efe3c675133f90f226a493d2c718edc1565a33d6
Author: Jorge Bernal <jbernal@gmail.com>
Date: Mon Feb 25 18:11:50 2013 +0100
Moved encoding/decoding tests to WPXMLRPC library
commit cb4549d0acd8f884851341ff75b428073aed501e
Merge: 8944551 b8ac16a
Author: Jorge Bernal <jbernal@gmail.com>
Date: Mon Feb 25 17:50:58 2013 +0100
Merge branch 'refs/heads/master' into wpxmlrpc
Conflicts:
Podfile
Podfile.lock
Pods/Pods.xcconfig
Pods/Pods.xcodeproj/project.pbxproj
WordPress/Classes/EditSiteViewController.m
WordPress/WordPress.xcodeproj/project.pbxproj
WordPress/WordPress_Prefix.pch
commit 8944551709491b09537b263289acb22ff099683e
Author: Jorge Bernal <koke@amedias.org>
Date: Wed Feb 20 20:56:29 2013 +0100
Use WordPressApi handleOpenURL:
commit 52bc34635e9dad66a58ce79ec45f7823e4572d1c
Author: Jorge Bernal <koke@amedias.org>
Date: Wed Feb 20 20:41:39 2013 +0100
Use WordPressApi pod
commit 41fe7273a6a362de6daa60fd2fa6f362d8612992
Author: Jorge Bernal <koke@amedias.org>
Date: Wed Feb 20 11:04:28 2013 +0100
Migrated to WPXMLRPC library
commit cb793b225972e699deea8de3ed3c2fabbc4495ad
Author: daniloercoli <ercoli@automattic.com>
Date: Mon Mar 4 01:55:09 2013 +0000
Bumped version number to 3.5.2
commit 2922c458cbc5f8864b98c57e72b56d0d7c5d6da1
Author: koke <jorge@automattic.com>
Date: Wed Feb 27 11:54:15 2013 +0000
Avoid crashing it the refreshed note has been purged
commit b8d74f4a8adb977913b1f983d03cfd8a0fd8841f
Author: koke <jorge@automattic.com>
Date: Wed Feb 27 11:44:12 2013 +0000
Fix crash if there was no "standard" post format
commit 8393599a2345d9abb21bcb0d3f8f925786007662
Author: mrroundhill <dan@automattic.com>
Date: Tue Feb 26 18:37:21 2013 +0000
Fixes check for valid row when restoring selection. The problem was that if the saved selection was in a closed section, numberOfSectionsInTableView would be zero which would cause the check to continue, wiping out the saved selection and selecting the first item instead. Fixed #1574
commit 8b5910fd6daf3adb44bd9d0d00489e23bdd959b5
Author: koke <jorge@automattic.com>
Date: Tue Feb 26 13:05:40 2013 +0000
Removed obsolete preprocessor macros
commit 6035cca152712ca4f22b47e45b4c266f1016199a
Author: koke <jorge@automattic.com>
Date: Tue Feb 26 12:36:38 2013 +0000
Remove notification observer in post settings
commit 25ab34af6643f76e4be813f7b5afee1cb436a89b
Author: koke <jorge@automattic.com>
Date: Tue Feb 26 12:36:19 2013 +0000
s/self.self/self/ WTF?
commit d806f0171035d1549272210286191288652fea48
Author: koke <jorge@automattic.com>
Date: Tue Feb 26 12:15:54 2013 +0000
Make sure note content is a string
commit 083557e47ce89f91d134ded0a77a117a651f863c
Author: koke <jorge@automattic.com>
Date: Mon Feb 25 14:34:20 2013 +0000
Added autosave test for editor
commit 0166d4875ff6a0d52866df2b139bb49294067e85
Author: koke <jorge@automattic.com>
Date: Mon Feb 25 14:33:41 2013 +0000
Use OHHTTPStubs instead of Nocilla
commit f8019d08c1f823e355742c9e989595afd4e8b8ac
Author: koke <jorge@automattic.com>
Date: Mon Feb 25 14:31:55 2013 +0000
Improved CoreDataTestHelper
commit 8308aeab5b07fbc1a50dca63965ea45ff95120f8
Author: koke <jorge@automattic.com>
Date: Mon Feb 25 14:31:35 2013 +0000
Added UIKit test helper
commit ae4bace52e7a9814b3959dc1255a8d5154759c36
Author: koke <jorge@automattic.com>
Date: Mon Feb 25 11:42:29 2013 +0000
Merge [4114] into trunk
commit f52b2f1a913b8fe438afb5f688e6369030e45156
Author: koke <jorge@automattic.com>
Date: Fri Feb 22 13:46:54 2013 +0000
Select first item if there's no saved selection
commit 13a5871f5be59337149daa59f5a89652929ccd13
Author: koke <jorge@automattic.com>
Date: Fri Feb 22 13:46:36 2013 +0000
Don't try to remove Jetpack credentials for wp.com blogs
commit f063bb426432d8c3337f478d35998c31eb87d756
Author: koke <jorge@automattic.com>
Date: Fri Feb 22 13:46:16 2013 +0000
Allow showing the help view even if there's already a modal controller present
commit 9e4abdbca36d86a8b1e4ba49dc7cce4a7319fb88
Author: koke <jorge@automattic.com>
Date: Fri Feb 22 13:45:58 2013 +0000
Jetpack improvements:
* Try to login automatically if we have wp.com credentials
* Detect if jetpack install changed when browser is dismissed
commit d6420b7c70e3a882309b8080131649cfb6a2d6ea
Author: koke <jorge@automattic.com>
Date: Fri Feb 22 13:45:36 2013 +0000
New flow for Jetpack settings
* Allow skipping Jetpack setup when adding a blog
* Moved Jetpack settings on EditSite to the new style
* Show Jetpack settings embedded on stats view when there are no credentials
* Improved style, specially for iPad
* "Install Jetpack" launches the install page directly
commit ac679cc48b9cd8aa024df52e18423897cfd1cd97
Author: koke <jorge@automattic.com>
Date: Fri Feb 22 13:45:00 2013 +0000
Escape login parameters correctly
commit 4aa1aca7c7b31b5117dfc8b2601b65b513e55d49
Author: koke <jorge@automattic.com>
Date: Fri Feb 22 13:44:40 2013 +0000
Added some extra spacing to UITableViewTextFieldCell
Text field overlapped label on iPad
commit 1382f99c45d4252ea7804a38801c1baeb872891f
Author: koke <jorge@automattic.com>
Date: Fri Feb 22 13:44:19 2013 +0000
Move WPWebViewController init to use automatic nib name detection
commit 7f592d5463f08a6d3984c4c6dfb752fbc5b370c7
Author: koke <jorge@automattic.com>
Date: Fri Feb 22 13:43:39 2013 +0000
Added helper URL methods to Blog
commit c51909b19ad0b87f06740188a0d5b094206d478e
Author: koke <jorge@automattic.com>
Date: Fri Feb 22 13:43:14 2013 +0000
Add option to skip Jetpack authentication
commit a4b5fe5145e76b9fdc98faf4f89706ba12a7d7d4
Author: koke <jorge@automattic.com>
Date: Fri Feb 22 13:42:53 2013 +0000
Added unit tests for Blog+Jetpack
commit 7076ebf75585bd3c0af755383a31c5df7b087d10
Author: koke <jorge@automattic.com>
Date: Fri Feb 22 13:39:25 2013 +0000
Better naming and docs for Blog+Jetpack remove replacement
commit 6ac841f55c39057a92847617267de460477d6a50
Author: koke <jorge@automattic.com>
Date: Fri Feb 22 13:38:54 2013 +0000
Use right enum type for BlogJetpackErrorCode
commit 13ed6129b417bb735d72a45b1f6cf2fb5388c73d
Author: koke <jorge@automattic.com>
Date: Fri Feb 22 13:38:17 2013 +0000
More consistent #imports
commit 35947ffdc4e99ec07ed2f0d9202320846ddceb1c
Author: koke <jorge@automattic.com>
Date: Fri Feb 22 13:37:44 2013 +0000
First pass at new Jetpack integration UI
* Moved all the logic in JetpackAuthUtils to a Blog category
* When adding a new site, show JetpackAuthViewController if the blog has Jetpack
* But try to use the existing wp.com account first
* Don't try to verify the credentials before showing stats: it's already slow enough
commit e1fa7ae2c3a88b0c5e70b86ff329e0577e12788e
Author: koke <jorge@automattic.com>
Date: Fri Feb 22 13:36:22 2013 +0000
Set default wpcom credentials to empty strings so it doesn't crash
commit 54c757328e00cb9175339e9a165bb954ab924208
Author: koke <jorge@automattic.com>
Date: Fri Feb 22 13:35:54 2013 +0000
Fix sidebar not showing anything when the stored selection was nil
commit 9b6ab68047a606c024d15b6b1689dd50159eec3f
Author: koke <jorge@automattic.com>
Date: Fri Feb 22 13:35:29 2013 +0000
Better navigation on UITableViewTextFieldCell
commit 78fd402fbff20cc91f82d82e4cacecbd29439744
Author: koke <jorge@automattic.com>
Date: Fri Feb 22 13:35:03 2013 +0000
Updated WordPress_Prefix
Remove unused XMLRPC headers from prefix and add the regular AFNetworking headers now that we're using JSON
commit f5a1cb6968f9a4a566788b552dfbe72e9f004a26
Author: koke <jorge@automattic.com>
Date: Fri Feb 22 13:34:37 2013 +0000
Added SVProgressHUD and NSObject-SafeExpectations
commit 3690f99139b9f324627c28db09db29d0a87b9593
Author: koke <jorge@automattic.com>
Date: Tue Feb 19 16:51:21 2013 +0000
Added sharing to reader and WPWebViewController
iOS6 only. On iOS5, the old link action sheet is shown
commit b2ab06883d5105cfd8ea60e646dc05561e391f05
Author: daniloercoli <ercoli@automattic.com>
Date: Tue Feb 19 14:49:49 2013 +0000
Bumped version number to 3.5.1 (Needed to enable and test the PNs muting feature).
commit fbb062a2cebaeaded8b9b5a63d72584612303f86
Author: daniloercoli <ercoli@automattic.com>
Date: Tue Feb 19 13:39:38 2013 +0000
Do not store 'mute_until' setting as item in the comments settings dictionary. Use a top level dictionary for it.
commit 66800dd1d163281a2a104f0e93ceab61aa83b2d6
Author: koke <jorge@automattic.com>
Date: Tue Feb 19 11:41:29 2013 +0000
Fix typo
commit 8a2bd4794da65a1b174391c37c1c7949e8d03a61
Author: daniloercoli <ercoli@automattic.com>
Date: Tue Feb 19 11:20:29 2013 +0000
Changed the key of the mute setting value to 'mute_until'. props @kokejb.
commit 16f7c8be59dd561bf0c878ae8b4a8ba7e1b3b5e5
Author: daniloercoli <ercoli@automattic.com>
Date: Tue Feb 19 10:02:44 2013 +0000
Added the ability to turn off push notifications for a fix period of time. Removed the shortcut to turn off all blogs for now. We need to find a better UI for it.
commit 4212f8a9764d24942ed20bc394e68eadcdb86166
Author: koke <jorge@automattic.com>
Date: Mon Feb 18 10:17:05 2013 +0000
Add support to ruby 1.9 for gencredentials. props tonny xu
commit 049f0a94579dfc3820c843bda9c6adedad83d07c
Author: daniloercoli <ercoli@automattic.com>
Date: Fri Feb 15 18:28:47 2013 +0000
Notifications settings: moved the mute/unmuted button to the toolbar as discussed in IRC.
commit e4b732750526ea050a4fd5bc6c2d1bb92369fe92
Author: koke <jorge@automattic.com>
Date: Fri Feb 15 11:29:36 2013 +0000
Keep track of blog change listening so we don't add observers twice
After adding several blogs at once, the app got stuck
* App launch called toggleExtraDebuggingIfNeeded and registered an observer
* First blog added called toggleExtraDebuggingIfNeeded and registered an extra observer
* Second blog added called toggleExtraDebuggingIfNeeded twice (2 observers) and registered 2 extra observers
* ...
So for 7 blogs added, thats 2^7 = 128 calls to toggleExtraDebuggingIfNeeded on `[Blog dataSave]`
And every network call which called `[Blog dataSave]` duplicated that number
refs #1565
commit e22251a6d6f50194202e0d115fa9c5e717a9653e
Author: daniloercoli <ercoli@automattic.com>
Date: Fri Feb 15 10:29:24 2013 +0000
Added a missing call to reloadSections from the previous commit.
commit cb6d373a54913cf133efc838dc71583731944874
Author: daniloercoli <ercoli@automattic.com>
Date: Fri Feb 15 09:57:30 2013 +0000
Notifications Settings: added shortcuts to disable/enable all notification settings.
commit 696a997cbc252267a33a83f8d553377159889185
Author: aerych <eric@automattic.com>
Date: Thu Feb 14 22:30:38 2013 +0000
Fixes [1565]. Turn on extra_debug when the settings screen is unavailable.
Remember the user's original value.
Restore the original value once the user has added a blog to the app.
commit e68ea94df66cec020cf16f63df95e16c943dd5de
Author: daniloercoli <ercoli@automattic.com>
Date: Thu Feb 14 14:29:32 2013 +0000
Re-added the shortcut to 'Manage Notifications' in Notifications List.
commit c2492f7ece75bb3827e964aaa66ebb2efa3d2601
Author: koke <jorge@automattic.com>
Date: Wed Feb 13 11:32:48 2013 +0000
Updated translations
commit cce24388f05d42ba38e4b4f1f548c80e36bc4654
Author: koke <jorge@automattic.com>
Date: Wed Feb 13 11:31:42 2013 +0000
Use URL keyboard for add/edit site url field
commit 92588c6872b85bf7831304de484268cda2534e67
Author: koke <jorge@automattic.com>
Date: Wed Feb 13 11:18:50 2013 +0000
Updated English translation
commit e2818007a66db5c37aec31f6329344a585b0da14
Author: koke <jorge@automattic.com>
Date: Wed Feb 13 11:13:54 2013 +0000
Updated translation script to work after the reorg
commit bd58d7970d4059f893fe9b68edfa7a03ce2608c9
Author: isaackeyet <isaac@automattic.com>
Date: Wed Feb 13 06:59:50 2013 +0000
Photo/Settings button updates and fixes.
* Better font resizing for languages with long strings
* New button style with a bigger tap area, fixed icons and margins
* Updated uploading animations/styling
* Updated resources overall
Tested on devices iphone 5 + ipad both on iOS 6.
Also there's a fix in here for hiding the sidebar etc when the Welcomeviewcontroller is showing, but it crashes every time you try to add a WPcom blog to the app - however with the fix removed it still does it so needs further investigation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment