Content found in this wiki may not reflect official Church information. See Terms of Use for more information.
All public logs
From TechWiki
Jump to navigationJump to search
Combined display of all available logs of TechWiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 22:37, 23 February 2022 TimRiker talk contribs deleted page July 2012 newsletter - Firewall/de (Outdated: content was: "==Rundbrief Juli 2012 – Firewall== Ein von der Kirche gestellter Internetzugang im Gemeindehaus muss immer auch mit einer genehmigten Firewall für Gemeindehäuser ausgestattet sein: einer Cisco 881W, ASA 5505 oder PIX 501. Der Pfahl- oder Distrikts-Fachberater für Technik muss darauf achten, dass die Firewall vorhanden ist, dass sie richtig konfi-guriert ist und nicht...", and the only contributor was "Shcowley" ([[User talk:Shcowley|...)
- 22:35, 23 February 2022 TimRiker talk contribs moved page Talk:How to create a nonmember record to Talk:Nonmember record without leaving a redirect
- 22:35, 23 February 2022 TimRiker talk contribs moved page How to create a nonmember record to Nonmember record without leaving a redirect
- 22:34, 23 February 2022 TimRiker talk contribs deleted page Nonmember record (Outdated: content was: "#REDIRECT Temporary membership record#Nonmember records", and the only contributor was "Cottrells" (talk))
- 22:33, 23 February 2022 TimRiker talk contribs deleted page Git Credential Caching on Mac OS X (Outdated: content was: "== Password caching == You can set up git so that it won't ask you to type your username and password every time you talk to a remote server. To do this, you need install the osxkeychain credential helper and tell git to use it. If you installed git using homebrew, you should already have the osxkeychain helper. You can verify this by trying to run it: git credential-osxkeychain If you do not have the helper, you can download and install it like so: curl http://...)
- 22:32, 23 February 2022 TimRiker talk contribs deleted page How do I add to my Path System Variable? (Outdated: content was: "'''1.''' Open your System Properties dialog by pressing <Windows Key> + <Pause/Break>. Image:SystemProperties.PNG '''2.''' Under the "Advanced" tab click the "Environment Variables" button. Image:EnvironmentVariables.PNG '''3.''' Click on the "New" button and create a System Variable with the name "MAVEN_HOME" and the value of the path to your maven directory. Click "OK". Image:EditSystemVariable.PNG '''4.''' Edit the "Path" variable from the list...)
- 22:32, 23 February 2022 TimRiker talk contribs deleted page ContentAPI (looks like it's never going to happen)
- 22:31, 23 February 2022 TimRiker talk contribs deleted page Login Simulator Page (Outdated: content was: "The '''Login Simulator''' is a local web proxy that you run in your environment to inject test login credentials into your http sessions as you test your applications. You may configure it in community_logins.xml and configure any test user you need for your application. == Using the simulator == When you initially start up the simulator and navigate to your web page, the proxy presents an admin page showing you all the users that are available to you to use. Pick you...)
- 22:31, 23 February 2022 TimRiker talk contribs deleted page FamilySearch Developer Network (Outdated: content was: "The '''FamilySearch Developer Network''' provides information and resources for software programmers who support the [http://www.familysearch.org/ FamilySearch] Platform. URL: https://familysearch.org/developers/ Category:Development")
- 22:30, 23 February 2022 TimRiker talk contribs deleted page Community Projects (Outdated: content was: "Project list is now located here: https://tech.churchofjesuschrist.org/projects Category:Development")
- 22:29, 23 February 2022 TimRiker talk contribs deleted page Common Git Workflow with Gerrit (Outdated: content was: " = Suggested Git Workflow = ''(Helps avoid common Code Review issues)'' One of the most common issues we run into with the Code Review tool, is when we aren’t able to submit a successful Code Review result into the main code stream (repository, branch, origin/master, etc…) due to outdated or funky dependencies of the Code Review. (dependencies are the commit(s) which are the...", and the only contributor was "Jrwagz" ([[User talk:Jrwag...)
- 22:27, 23 February 2022 TimRiker talk contribs deleted page Clerk Resources Help (Outdated: content was: "Clerk Resources on LDS.org is the next step in the development of local unit record keeping software for the Church. Clerk Resources will eventually replace the Member and Leader Services (MLS) software for most units. Over the next few years, functions now available in MLS will be added to Clerk Resources which will allow leaders and clerks to do some of their work from computers with Internet access, not just on a computer in the clerk's office. Additional functions...)
- 22:26, 23 February 2022 TimRiker talk contribs deleted page App loading (Gospel Library for JavaME) (Outdated: content was: "[http://www.developer.nokia.com/Devices/Device_specifications/?filter1=all Large Phone List - Get phone information here] Under Construction {{GLJMEDevLinks}} {{GLJMELinks}}")
- 22:25, 23 February 2022 TimRiker talk contribs deleted page App distribution methods (Gospel Library for JavaME) (Outdated: content was: "{{GLJMELinks}}This page should show a list of ways of getting apps distributed around the world. == United States == Most people are tied in with Carriers who have a lockdown on what apps can be put on their devices. Those with "unlocked" phones will be able to download our app from connections via LDS.org. Some unlock phones will access popular Internet sites, such as http://www.mobilerated.com")
- 22:25, 23 February 2022 TimRiker talk contribs deleted page Canary (Outdated: content was: "Stack projects created with stack starter come with a pre-configured canary page. The default url is /canary. See also *[http://code.lds.org/maven-sites/stack/ Reference Documentation] (System module) *Java Stack Training (Canary in the Other section)", and the only contributor was "Campbellbd" (talk))
- 22:24, 23 February 2022 TimRiker talk contribs deleted page Calendar 30 (Outdated: content was: "[https://invis.io/7Y6ZEXUBR Calendar View] [https://invis.io/XGC1CCOVT Mobile View] [https://invis.io/XW9ZYH4NE Locations and Rooms] [https://invis.io/ZF7S0VY2J Add Event] [https://invis.io/WF7IREG8R#/163808425_Calendar3AddEventWithRestrictions_CalMonth Add Restriction] [https://invis.io/Y29MMEVG8 Add Churchwide Event] [https://invis.io/MA71IZW4C Administrators] [https://i...", and the only contributor was "Ujared" ([[User talk:U...)
- 22:24, 23 February 2022 TimRiker talk contribs deleted page Download, install, and configure Maven (Outdated: content was: "== Maven Install == === Windows === #Download and install Maven (at least version 2.2.1) from the [http://maven.apache.org/download.html Apache Maven Project site]. #Add <tt><MAVEN_HOME>\bin</tt> to your “Path” System Variable. (How do I add to my Path System Variable?) === Mac === The following is from http://maven.apache.org/download.html for installing maven # In a command terminal, add the M2_HOME environment variable, e.g. export M2_HOME=/usr/local/apache-ma...)
- 22:21, 23 February 2022 TimRiker talk contribs deleted page Moving Repositories from SVN to GIT (Outdated: content was: "Moving Code Repositories from SVN to GIT == Prerequisites == You need the following tools installed on your machine to successfully convert a subversion repo to a git repo. *svn *git-svn *git-core *ruby *rubygems Check the versions of the tools listed above to see if you have them installed. : <div style='display: inline-block; margin-top: 5px; padding: 10px; border: 1px dashed'><syntaxhighlight lang='bash' enclose='div'> svn --version </syntaxhighlight></div><br/> :...)
- 22:16, 23 February 2022 TimRiker talk contribs created page Template:Cmbox (Created page with "{{#invoke:Message box|cmbox}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>")
- 22:15, 23 February 2022 TimRiker talk contribs deleted page Module:Documentation (Unused: content was: "-- This module implements {{documentation}}. -- Get required modules. local getArgs = require('Module:Arguments').getArgs local messageBox = require('Module:Message box') -- Get the config table. local cfg = mw.loadData('Module:Documentation/config') local i18n = mw.loadData('Module:Documentation/i18n') local p = {} -- Often-used functions. local ugsub = mw.ustring.gsub...", and the only contributor was "TimRiker" ([[User talk:TimRik...)
- 22:14, 23 February 2022 TimRiker talk contribs deleted page Template:Documentation (content was: "<noinclude> <languages/> </noinclude><includeonly>{{#invoke:documentation|main|_content={{ {{#invoke:documentation|contentTitle}}}}}}</includeonly><noinclude> {{documentation|content= {{Lua|Module:Documentation}} <translate><!--T:12--> This template automatically displays a documentation box like the one you are seeing now, of which the content is sometimes transcluded fro...", and the only contributor was "TimRiker" (talk))
- 22:14, 23 February 2022 TimRiker talk contribs created page Module:Documentation (Created page with "-- This module implements {{documentation}}. -- Get required modules. local getArgs = require('Module:Arguments').getArgs local messageBox = require('Module:Message box') --...")
- 22:11, 23 February 2022 TimRiker talk contribs created page Template:EmptyCatGood (Created page with "<languages/> <onlyinclude>{{cmbox | type = content | text = {{WithEn |1='''Administrators, please do not delete this category!''' |2=<translate><!--T:1--> '''Administrator...")
- 22:10, 23 February 2022 TimRiker talk contribs created page Category:Pages using deprecated enclose attributes (Created page with "{{EmptyCatGood}} __HIDDENCAT__ {{ll|Extension:SyntaxHighlight}} adds pages that have an <code>enclose</code> attribute in a <syntaxhighlight inline lang="html><source></syntax...")
- 22:07, 23 February 2022 TimRiker talk contribs deleted page Category:Policy Exposee (Outdated: content was: "Category:Development", and the only contributor was "Aebrown" (talk))
- 22:07, 23 February 2022 TimRiker talk contribs deleted page Policy Exposee Import Tool (Outdated: content was: "To be able to import you must have already exported an application (for more information on this see the exposee export tool documentation). Once you have the XML file you need to log into Exposee with either "Manage" or "Administer" rights and click on the '''Import''' button found at the top right of Policy Exposee. File:import.png Once you have clicked that, it will open a page where you can import your application. It looks as f...)
- 22:07, 23 February 2022 TimRiker talk contribs deleted page Policy Exposee Export Tool (Outdated: content was: "To export a policy from Policy Exposee you need to login to Policy Exposee with an account that has at least "View" rights to the application that you want to export. Once logged in, navigate to the application that you want to export. For example, say I wanted to export the following test policy: File:domain.png After that, click on the environment that has the policy that you want to export. In this example, only the dev environment is active in this applicat...)
- 22:06, 23 February 2022 TimRiker talk contribs deleted page Policy Exposee Export (Outdated: content was: "__NOTOC__ An Exposee App File is an XML file generated by the exposee export tool and consumed by the exposee import tool (it also serves as a configuration file for the Wamulator). To access Policy Exposee go to https://exposee.ldschurch.org. Its root element as shown below is a '''deployment''' el...", and the only contributor was "Foxleytd" ([[User talk:Fox...)
- 22:02, 23 February 2022 TimRiker talk contribs deleted page Template:BestPractices (Outdated: content was: "{| style="font-size: 0.85em; float: right; margin-left: 10px; background: #F2F3E5; border: 1px solid #aaa; width: 280px;" |- | style="padding: 0.25em 0.5em; width: 100%; border-bottom: 1px solid #aaa;" colspan="2" align="center" | '''''Community Development Best Practices''''' <sup> edit</sup> |- valign="top" | width=50% | * Home * Getting started with the LDSTech IDE (Java WebApp platform) * C...)
- 22:01, 23 February 2022 TimRiker talk contribs deleted page Talk:Web Application Security Requirements (Outdated: content was: "== Duplicate content == This page duplicates the Church Application Security Requirements article. It is unfortunate that the work was duplicated, but the aforementioned article was created first and has better wiki formatting. I have attempted to move a couple of features of this article to the first one (namely, the use of the {{tl|BestPractices}} template and the Wikip...", and the only contributor was "Aebrown" ([[User talk:Ae...)
- 22:00, 23 February 2022 TimRiker talk contribs deleted page Community Quality Assurance (Outdated: content was: "{{BestPractices}} == General testing best practices == * Know the application and understand its requirements. If you test without knowledge of the requirements, you will not be able to determine if a program is functioning as designed and you will not be able to tell if required functionality is missing. * Think like an end user. Test the application as an end user....", and the only contributor was "Peatrosssc" ([[User talk:Peatr...)
- 22:00, 23 February 2022 TimRiker talk contribs deleted page Community Security Engineer (Outdated: content was: "{{BestPractices}} The Community Security Engineer (CSE) is a role in the Community Development process. The primary responsibility of the CSE is to oversee that information security risks are managed during community development projects. == CSE Responsibilities == The CSE is responsible for overseeing information security in community projects, and in helping to id...)
- 21:59, 23 February 2022 TimRiker talk contribs deleted page Community UI Development (Outdated: content was: "{{BestPractices}} Documents the practices for UI Development for each technology that is in use. == Definition == {{Draft}} UI stands for User Interface and involves the development of the screens that the user sees and the methods used to display and save data from these user screens. == Technologies == === JavaScript/jQuery === JavaScript is a scripting language used to enable programmatic access to objects within other applications. It is primarily used in the fo...)
- 21:59, 23 February 2022 TimRiker talk contribs deleted page Browser Cache (Outdated: content was: "== Versioning Static Assets to Control Browser Cache == Written Monday April 8, 2013. If any significant time has lapsed you should call this article into question as I am hopeful better ways will be created/discovered. Also, You may want to check with the Open Web Stack for their take on the problem. This document covers one way to force browsers to abandon cached...", and the only contributor was "Campbellbd" ([[User talk:Campb...)
- 21:58, 23 February 2022 TimRiker talk contribs deleted page Ngis-client (Outdated: content was: "=== Client Source files === The CXF library includes a utility that allows one to generate client Java source files to assist in communicating with the Community Services. If you notice in the section above we reference a serviceClass with a value of '''org.lds.ngis.api.MisApiServiceSoap''' which doesn't exist until we generate it. The steps are easy enough. # Open a command prompt at the base directory of the ngis-client project. # Run the command 'mvn -Pwsdl2java'...)
- 21:24, 23 February 2022 TimRiker talk contribs deleted page September Newsletter images (Outdated: content was: "left left left left left left left left left left left", and the only contributor was "Shcowley" (talk))
- 21:21, 23 February 2022 TimRiker talk contribs deleted page User:TimRiker/GettingStarted (Outdated: content was: " = Getting Started = https://assets.ldscdn.org/e6/c1/e6c12e49207b52bd4b62a4e9b713bf85d6ee921a/church_meetinghouse.png alt=|150x150px|link=Special:FilePath/Sacred-music-icon.png Congratulations on your calling as a technology specialist. Your role in supporting technology use in your ward or stake is vital in spreading the gospel message and...", and the only contributor was "TimRiker" ([[User talk:TimR...)
- 21:20, 23 February 2022 TimRiker talk contribs deleted page Talk:MHTech newsletter template headers (Outdated: content was: "Can you tell me what this page is for? --Tom Johnson (talk) 09:52, 14 June 2012 (MDT)", and the only contributor was "Johnsonth" (talk))
- 21:20, 23 February 2022 TimRiker talk contribs deleted page Template headers (Outdated: content was: "#REDIRECT MHTech newsletter template headers", and the only contributor was "Shcowley" (talk))
- 21:19, 23 February 2022 TimRiker talk contribs moved page File:MHTech Newsletter 1109 en.pdf to File:MHT Newsletter 1109 en.pdf without leaving a redirect
- 21:16, 23 February 2022 TimRiker talk contribs moved page File:MHTech Newsletter 1109 pt.pdf to File:MHT Newsletter 1109 pt.pdf without leaving a redirect
- 21:16, 23 February 2022 TimRiker talk contribs moved page File:MHTech Newsletter 1109 es.pdf to File:MHT Newsletter 1109 es.pdf without leaving a redirect
- 21:15, 23 February 2022 TimRiker talk contribs deleted page File:MHT Newsletter 1108 PT.pdf (Outdated: content was: "#REDIRECT File:MHT Newsletter 1108 pt.pdf", and the only contributor was "TimRiker" (talk))
- 21:15, 23 February 2022 TimRiker talk contribs moved page File:MHT Newsletter 1108 PT.pdf to File:MHT Newsletter 1108 pt.pdf
- 21:15, 23 February 2022 TimRiker talk contribs moved page File:MHT Newsletter 1108 ES.pdf to File:MHT Newsletter 1108 es.pdf
- 21:03, 23 February 2022 TimRiker talk contribs deleted page Newsletter (Outdated: content was: "{{ldsorgapps}} Click here for the [https://www.lds.org/help/support/applications/newsletter?lang=eng official help content]. To see current discussions about Newsletter, visit the [https://tech.lds.org/forum/viewforum.php?f=136 Newsletter Forum]. Category:Newsletter")
- 21:02, 23 February 2022 TimRiker talk contribs deleted page File:Translate box.png (Outdated)
- 21:02, 23 February 2022 TimRiker talk contribs deleted page File:To languages translations.png (Outdated)
- 21:02, 23 February 2022 TimRiker talk contribs deleted page File:Manage translations link.png (Outdated)
- 21:02, 23 February 2022 TimRiker talk contribs deleted page File:Edit page translations.png (Outdated)