close
The Wayback Machine - https://web.archive.org/web/20190723125728/https://github.com/wordpress-mobile/WordPress-WindowsPhone
Skip to content
WordPress for WindowsPhone
Branch: develop
Clone or download
BERJAYA Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
BERJAYA WordPress.Model
BERJAYA WordPress Fixes #281 by removing prev values from State if available. props @an… Sep 2, 2013
BERJAYA packages Update Coding4Fun.Toolkit.Controls to 2.06 Jun 20, 2013
BERJAYA LICENSE.md
BERJAYA README.txt Updated the JP translation file. Apr 2, 2013
BERJAYA WordPress.sln Upgraded the prj files to Visual Studio 12. Oct 19, 2012

README.txt

Project Dependencies
--------------------------------------------------------------

The following SDKs should be installed in the development environment prior to building the source:

- If you don't already have NuGet installed go to http://nuget.org and install the NuGet Visual Studio extension.

- Once NuGet is installed install the Silverlight for Windows Phone Toolkit package (ID: SilverlightToolkitWP).

- Install "Windows Phone toolkit" package (ID: WPtoolkit).

- Install November 2009 Silverlight 3 Control Toolkit (http://silverlight.codeplex.com/releases/view/36060#DownloadId=93512).

- Install Coding4Fun.Toolkit.Controls http://coding4fun.codeplex.com/


--------------------------------------------------------------
RELEASE INSTRUCTIONS

- Upload the English resx file to GlotPress http://translate.wordpress.org/projects/wordpress-for-windows-phone/development/
(Note: upload the resx file to the development branch, otherwise you will not see new strings).
- Ping translators on http://make.wordpress.org/polyglots/
- For each language apply the filter "translated only" and export the file. Do not export untraslated strings.
- Rename each files with the correct name.
- Open each file with Notepad++ (no Word, WordPad or derivates) and add the 'resheader' tag just below '<root>' (it's a big blog of text).
- Open each file in VS and remove empty strings.
- Verify that there're not instances of :
<value></value> with the following RegExp: <value>\s{0,}</value> 
<value /> with the following RegExp: <value\s{0,}/> 
See #188
- Update the release number in AssemblyInfo.cs
- Update the User Agent String in Constants.cs
- Change the configuration to Release and build for Win7


Building for Windows Phone 8
--------------------------------------------------------------

Build the app for Windows Phone 8 to support different size screens.

- In the project properties editor >  Application tab, change the Target Windows OS Version to 8.0.  This will update project files and building for earlier versions will no longer be an option. DO NOT commit the updated project files after doing this. :)

- In the project properties editor > Build tab, add WINPHONE8 to the conditional compiliation symbols. Make sure you've added the symbol to the 'Release' configuration.
This is to correct the layout of the Blog Panorama due to differences between the 7.1 and 8.0 SDKs.
You can’t perform that action at this time.