| 00:00.13 | CIA-112 | ldstech: Techgurufloyd https://tech.lds.org * r22019 /wiki/Template:Social_prototyping: Add Social Gumbo link |
| 00:00.26 | kathryngz | I don't see a message, I see the approval form, which I shouldn't be seeing since no approval is pending. |
| 00:00.29 | techgurufloyd | likes infobot |
| 00:10.26 | CIA-112 | ldstech: Techgurufloyd https://tech.lds.org * r22020 /wiki/General_Conference_stats: Add Project Resources section |
| 00:10.48 | CIA-112 | ldstech: Techgurufloyd https://tech.lds.org * r22021 /wiki/Social_Gumbo: Add Project resources section |
| 00:16.34 | CIA-112 | ldstech: Techgurufloyd https://tech.lds.org * r22022 /wiki/General_Conference_stats: /* Project resources */ Add CIA.vc |
| 00:16.38 | CIA-112 | ldstech: Techgurufloyd https://tech.lds.org * r22023 /wiki/Social_Gumbo: /* Project resources */ Add CIA.vc |
| 00:19.25 | CIA-112 | bsir: timriker * r3621 /trunk/web/ (form_leaders.php form_ward.php includes/MLUService.php): minor MLU tweaks to allow both 1.7 (coda) and 1.8 (stage, prod) |
| 00:20.53 | CIA-112 | recprop: scgallafent * r55 /trunk/web/property.php: Change to property number matching routine |
| 00:23.18 | CIA-112 | ldstech: Techgurufloyd https://tech.lds.org * r22024 /wiki/Social_Dashboard: /* Development Resources */ Prettify the list and add CIA.vc |
| 00:25.13 | *** join/#ldstech sshaw (~decriptor@53.250.sfcn.org) |
| 00:25.58 | CIA-112 | ldstech: Techgurufloyd https://tech.lds.org * r22025 /wiki/Thinking_socially: Add Project resources section |
| 00:29.14 | CIA-112 | recprop: scgallafent * r56 /trunk/web/property.php: |
| 00:29.14 | CIA-112 | recprop: Trying to fix the property display page |
| 00:29.14 | CIA-112 | recprop: I don't like debugging through SVN.... |
| 00:39.04 | *** join/#ldstech scgallafent (~scgallafe@c-67-185-194-104.hsd1.wa.comcast.net) |
| 00:39.34 | scgallafent | Tim, are you around? |
| 00:47.45 | TimRiker | yep |
| 00:48.48 | TimRiker | scgallafent, did you have LDSAccount.php working with coda at some point? I can get MLU working, but not LDSA with coda. any pointer would be nice. |
| 00:49.25 | TimRiker | I added some small 1.7/1.8 checks in dealing with MLU so I can still test against the old interface. |
| 00:52.08 | CIA-112 | bsir: timriker * r3622 /trunk/web/form_ward.php: space |
| 01:02.32 | TimRiker | scgallafent, can't you run recprop locally instead of debugging through svn? |
| 01:03.21 | TimRiker | just put it on the same path locally as it's ends up remotely as you had quite a few absolute path issues last I looked. |
| 01:14.14 | scgallafent | Just get back. |
| 01:14.21 | scgallafent | LDSAccount should work fine with CODA. |
| 01:14.48 | scgallafent | ... got back. |
| 01:18.12 | TimRiker | know what connect string I should be using? I'm not getting any results from any searches now. |
| 01:18.29 | scgallafent | Just a second. I'll look it up. |
| 01:19.18 | scgallafent | LDSAccount::setLDSAccountAccess('ldap://cdir-dev.ldschurch.org:389/','cn=ldap-cpas,ou=Apps,o=LDS','cpasldap1'); |
| 01:19.38 | TimRiker | yep. same one. no results on any searches. |
| 01:19.47 | scgallafent | Let me test a couple of calls. |
| 01:19.58 | scgallafent | Which method are you calling? |
| 01:20.10 | TimRiker | seems to connect ok, but then searching by cn finds nothing. |
| 01:21.32 | TimRiker | LDSAccount::queryLDAP('ou=people,o=lds',(cn='pholder')); for example. |
| 01:22.22 | scgallafent | Let me pull a copy from BSIR and see what it looks like. I just tested authenticateUser and it works fine. |
| 01:22.45 | TimRiker | as pholder/password for example? |
| 01:23.19 | scgallafent | No. I tested with an account I know is good. Let me try that. |
| 01:24.58 | scgallafent | Where is the member in CODA? |
| 01:25.51 | TimRiker | Utah/Layton Northridge Stake/Grouse Creek 28th Ward |
| 01:26.02 | TimRiker | MRN: 0083419004078 |
| 01:31.52 | scgallafent | Would help if I typed the username correctly. Works fine for me. |
| 01:32.09 | TimRiker | searching or just authenticating? |
| 01:32.35 | scgallafent | Authenticating. I haven't pulled in the copy of the class with searching yet. Still doing that. |
| 01:32.51 | TimRiker | yeah, authenticating works for me too. just added a test interface for that. |
| 01:33.31 | TimRiker | woah! searching works too now. what the heck? dunno what happened. |
| 01:34.42 | scgallafent | I think it was bad data. I've had that happen before with CODA. Sometimes you have to go in and change the record and then change it back so that it updates the LDAP directory. |
| 01:34.53 | TimRiker | does it use the __LDSAccount* vars when searching? /me browses the source some more. |
| 01:35.09 | TimRiker | did you change that user? I didn't |
| 01:36.10 | scgallafent | I did when testing. I was getting an error authenticating (I had put the user ID in as holderp instead of pholder) and didn't see a match in the directory, so I was trying to see if it was corrupted. It probably was and I fixed it when I updated it. |
| 01:36.58 | TimRiker | hmm. but no searches were working, and now they all are. |
| 01:37.08 | TimRiker | ie: try vholder for example. |
| 01:38.32 | scgallafent | That one comes back fine, too. |
| 01:39.07 | TimRiker | neither worked for me till i did a valid authenticateUser |
| 01:39.25 | scgallafent | I can look through the query code later and see if there is something funky going on. |
| 01:40.09 | TimRiker | well, thx anyway. now I'm running I can try the next step. trying to get joomla/wiki/forum running with coda |
| 01:40.32 | scgallafent | I have some debugging code in recprop that isn't being called. I can't see what the server is doing with it. |
| 01:41.01 | scgallafent | It's not a path issue, because I've tested both with and without the path and it works fine on my machine. Plus, I'm not getting to the point where a path issue would be involved. |
| 01:41.15 | TimRiker | k |
| 01:41.58 | scgallafent | This URI ( http://tech.lds.org/recprop/property/387834 ) should spit out a page that shows 387834 and then exits. It's redirecting. I don't know if it's not updating correctly from subversion. |
| 01:44.25 | scgallafent | I've got to run to a school concert. If you can check and see if the server is pulling properly from subversion, it would be helpful. The file in question (property.php) should have an exit call on line 9. |
| 01:44.39 | scgallafent | I'll stay connected so I can see a reply when I get back. |
| 01:45.20 | TimRiker | checking... |
| 01:46.03 | TimRiker | no it's not. fixing... |
| 01:46.36 | TimRiker | fixed... |
| 01:51.20 | CIA-112 | ldstech: Knudsensj https://tech.lds.org * r22026 /wiki/Recreation_Properties_Application: /* Introduction */ |
| 01:59.46 | CIA-112 | ldstech: Dstaheli https://tech.lds.org * r22027 /wiki/LDS_Tools_for_Windows_Phone: |
| 02:08.04 | *** join/#ldstech techgurufloyd (~Adium@216.49.181.128) |
| 02:10.25 | CIA-112 | ldstech: Dstaheli https://tech.lds.org * r22028 /wiki/Mormon_Channel_for_Windows_Phone: Created page with '{{MormonChannelIndex}} == Introduction == The Mormon Channel for Windows Phone application is a streaming radio player that plays the [http://radio.lds.org Mormon Channel] conte???' |
| 02:12.39 | CIA-112 | ldstech: Dstaheli https://tech.lds.org * r22029 /wiki/Mormon_Channel_for_Windows_Phone: |
| 02:16.51 | CIA-112 | phpstack: timriker * r5 /trunk/LDSAccount.php: updates |
| 02:18.28 | CIA-112 | phpstack: timriker * r6 /trunk/ (6 files): eol |
| 02:18.55 | CIA-112 | phpstack: timriker * r7 /trunk/LDSAccount.test.php: test |
| 02:19.15 | techgurufloyd | TimRiker - there's a PHP stack? |
| 02:19.47 | TimRiker | yes. was old, you're on it. I'm updating it and setting it to auto-update. pointing at coda |
| 02:21.53 | CIA-112 | ldstech: Dstaheli https://tech.lds.org * r22030 /wiki/LDS_Youth_for_Windows_Phone: Created page with ''''LDS Youth''' provides featured content from the Church's Youth website on the Windows Phone. With this application, you can get mobile access to videos, articles, music, and ???' |
| 02:24.13 | CIA-112 | phpstack: timriker * r8 /trunk/index.php: start here |
| 02:25.50 | CIA-112 | phpstack: timriker * r9 /trunk/ (LDSAccount.test.php MLUService.test.php): more tests |
| 02:26.57 | CIA-112 | phpstack: timriker * r10 /trunk/MLUService.defines.php: callings |
| 02:28.42 | CIA-112 | phpstack: timriker * r11 /trunk/MLUService.php: 1.8 stuff |
| 02:31.47 | CIA-112 | phpstack: timriker * r12 /trunk/SampleTable.php: trivial |
| 02:35.32 | CIA-112 | phpstack: timriker * r13 /trunk/Recordset.php: whitespace, allow editing ID |
| 02:40.03 | CIA-112 | ldstech: Dstaheli https://tech.lds.org * r22031 /wiki/LDS_Youth_for_Windows_Phone: |
| 02:47.25 | CIA-112 | phpstack: timriker * r14 /trunk/LDSAccount.test.php: debug |
| 02:48.22 | CIA-112 | phpstack: timriker * r15 /trunk/Database.php: utf8 |
| 02:53.38 | CIA-112 | phpstack: timriker * r16 /trunk/Recordset.php: try again.. allow editing ID |
| 02:54.41 | CIA-112 | phpstack: timriker * r17 /trunk/ (4 files): no ?> and end |
| 02:56.33 | TimRiker | https://tech.lds.org/phpstack/ |
| 03:14.49 | techgurufloyd | So I assume PHP is available for the social projects we just set up, right? |
| 03:15.02 | TimRiker | yes |
| 03:26.04 | *** join/#ldstech sshaw (~decriptor@53.250.sfcn.org) |
| 03:26.24 | TimRiker | looks like ldap-cpas is the only coda ou=Apps,o=lds |
| 03:26.51 | CIA-112 | phpstack: timriker * r18 /trunk/LDSAccount.test.php: allow editing dn |
| 03:27.44 | CIA-112 | phpstack: timriker * r19 /trunk/LDSAccount.test.php: _REQUEST ok |
| 03:28.14 | CIA-112 | phpstack: timriker * r20 /trunk/MLUService.test.php: _REQUEST ok |
| 03:28.17 | techgurufloyd | What about if we use the Java Stack - I'm not as familiar with websites built with Java - is there anything special we need to do to run Java apps or webapps? |
| 03:28.47 | TimRiker | well, you need a build system and someone too deploy them. |
| 03:29.10 | TimRiker | ldstech does not support that well, but I expect we will fairly soon. |
| 03:30.33 | TimRiker | coda is a java stack app. I keep meaning to download and build that to get some new features in. not taken the time yet. also, svnrm is a java app. same thing there. |
| 03:31.35 | TimRiker | the phpstack has ldsaccount and mlu interfaces already. course you want to use WAM too I expect. that's just looking at the apache headers. |
| 03:32.31 | TimRiker | see here for example: https://apps-dev.lds.org/bsir/ (vpn and ldsaccount required) |
| 03:33.47 | TimRiker | see the "HTTP Headers Information" and notice the policy-* entries. |
| 03:34.28 | techgurufloyd | Yah - Christian and Clint like Java, so we'll probably need the Java Stack⦠Who do I talk to get the auto build system setup? |
| 03:34.56 | TimRiker | dhoward. he's swamped with other things too... |
| 03:35.21 | TimRiker | but you can download the stack and start. see the wiki. fill me in on your progress. :) |
| 03:35.29 | techgurufloyd | ok. |
| 03:41.13 | scgallafent | Back. Thanks for fixing the recprop issue. |
| 03:42.13 | CIA-112 | recprop: scgallafent * r57 /trunk/web/property.php: Remove debugging code |
| 03:44.32 | CIA-112 | bsir: kathryngz * r3623 /trunk/web/ (3 files in 2 dirs): fix approve inv screen |
| 03:47.55 | TimRiker | scgallafent, have you signed the license agreement on tech in the last 2 weeks? |
| 03:48.14 | scgallafent | Not in the last two weeks. |
| 03:48.36 | TimRiker | hit the site and see if you can get to the projects page. |
| 03:49.05 | scgallafent | Works fine for me. |
| 03:49.39 | TimRiker | looking up your nick shows an empty row for me. means you likely need to re-sign the agreement. perhaps filling in your profile first, phone, address, etc. |
| 03:50.25 | TimRiker | join the php stack project. :) |
| 03:50.36 | scgallafent | Resigned. I signed the license agreement well before this system was in place. |
| 03:50.43 | TimRiker | right. |
| 03:51.11 | TimRiker | my network is freaking out. I can't get to the site. |
| 03:51.18 | scgallafent | My user profile is complete -- at least the required fields -- and it won't let me get to the projects page. |
| 03:52.02 | TimRiker | need something in phone, street, state, country, etc. |
| 03:52.17 | scgallafent | Then they should be marked as required. |
| 03:52.32 | TimRiker | agreed. I think there's an open JIRA on that. |
| 03:53.03 | TimRiker | jsut as asterisk next to them perhaps? or text above? |
| 03:53.22 | scgallafent | Just filled them in. It's just one more annoyance. |
| 03:53.23 | CIA-112 | bsir: kathryngz * r3624 /trunk/web/storehouse_inventory.php: bulk rounding calculations |
| 03:53.55 | TimRiker | nods |
| 03:53.55 | TimRiker | ugh... network dropping again. sheesh |
| 03:55.06 | TimRiker | wonders if there's some cleaning staff unplugging routers so they can plug in a vacuum. |
| 03:57.10 | TimRiker | hey, I'm back! :) |
| 03:58.18 | TimRiker | welcome to phpstack techgurufloyd. :) |
| 03:58.51 | techgurufloyd | PHP is great - say are there many international developers signed up on LDSTech? |
| 03:59.34 | TimRiker | techgurufloyd, check through the forums. I know we have a few non-us folk coming to the conference. I don't know the exact count. |
| 04:00.26 | techgurufloyd | Hopefully we get a few more⦠I'll see if I can't recruit my friends in brazil. |
| 04:01.11 | TimRiker | BSIR could use some help with the Portuguese translation work. |
| 04:02.19 | TimRiker | head here: https://tech.lds.org/bsir/ and pick one of the test login accounts. hq. area, and storehouse each get different pages. choose the language on the login page. |
| 04:02.23 | CIA-112 | bsir: kathryngz * r3625 /trunk/web/storehouse_inventory.php: |
| 04:02.46 | techgurufloyd | Yah - there was a forum post about that, but I didn't see a follow up on what exactly they were looking for help on. Is there something in the wiki about BSIR translation? |
| 04:02.47 | TimRiker | on production it will use WAM and your profile language settings and just log you right on. |
| 04:03.12 | TimRiker | don't think so. but there are pages about the project. |
| 04:03.33 | TimRiker | https://tech.lds.org/wiki/Bishops_Storehouse_Inventory_and_Reporting |
| 04:05.22 | TimRiker | 263 users in coda with ldsaccount names. |
| 04:05.52 | CIA-112 | ldstech: Techgurufloyd https://tech.lds.org * r22032 /wiki/Bishops_Storehouse_Inventory_and_Reporting: /* Issue tracking */ Fix link to JIRA |
| 04:11.30 | TimRiker | ah yeah, missing browse. |
| 04:12.15 | TimRiker | well, better head home. nite all! |
| 04:13.34 | CIA-112 | bsir: kathryngz * r3626 /trunk/web/storehouse_inventory.php: |
| 04:15.36 | CIA-112 | ldstech: Techgurufloyd https://tech.lds.org * r22033 /wiki/Social_Dashboard: Add the last of my notes about this project to the page. |
| 04:59.33 | CIA-112 | recprop: scgallafent * r58 /trunk/web/property.php: Handle line breaks in property description |
| 05:31.12 | *** part/#ldstech scgallafent (~scgallafe@c-67-185-194-104.hsd1.wa.comcast.net) |
| 06:24.02 | CIA-112 | mormonchannel: welchtc * r926 /trunk/radio/ (3 files in 2 dirs): Fixed MCR-270 for good now ;) |
| 07:03.45 | CIA-112 | gcv: davidweiss * r110 /trunk/Conference/ (5 files in 3 dirs): Ordered languages |
| 08:32.24 | *** join/#ldstech scgallafent (~scgallafe@c-67-185-194-104.hsd1.wa.comcast.net) |
| 08:39.56 | *** join/#ldstech sshaw_ (~decriptor@53.250.sfcn.org) |
| 09:34.23 | CIA-112 | recprop: scgallafent * r59 /trunk/web/ (3 files in 2 dirs): Replace standard Google Maps marker with tent icon |
| 13:26.24 | CIA-112 | bsir: kathryngz * r3627 /trunk/web/storehouse_inventory.php: order comm bulk calcs |
| 13:41.40 | *** join/#ldstech sshaw (~decriptor@53.250.sfcn.org) |
| 14:10.45 | *** join/#ldstech tdeforest (~tdeforest@cpe-74-78-81-131.maine.res.rr.com) |
| 14:15.53 | CIA-112 | stack: campbellbd * r4991 /modules/db-spring/trunk/src/main/java/org/lds/stack/db/oracle/context/BasicContextListener.java: Adding Javadocs for STACK-3266 (STACK-1569) |
| 14:39.35 | *** join/#ldstech sshaw (~decriptor@137.65.133.12) |
| 14:54.04 | CIA-112 | ims: treganderson * r1896 /trunk/web/src/main/java/org/lds/connect/model/security/Role.java: New role of READONLY |
| 14:54.56 | CIA-112 | bsir: kathryngz * r3628 /trunk/web/ (assets/lang/eng.php storehouse.php): translation |
| 14:56.34 | CIA-112 | bsir: kathryngz * r3629 /trunk/web/assets/lang/eng.php: |
| 14:58.00 | CIA-112 | ims: treganderson * r1897 /trunk/web/src/main/java/org/lds/connect/model/security/Role.java: New role of READWRITE |
| 15:18.03 | CIA-112 | mobilemember: mccurdydl * r1172 /android/trunk/mvn.sh: Updated. |
| 15:20.34 | CIA-112 | mobilemember: mccurdydl * r1173 /android/trunk/mvn.sh: Updated. |
| 15:39.39 | CIA-112 | ims: lundjr * r1898 /trunk/web/src/ (25 files in 4 dirs): CONNECT-715 First stab at new assignment roles. |
| 15:45.35 | *** join/#ldstech mheath1 (~mheath@216.49.181.128) |
| 15:50.24 | CIA-112 | gcv: davidweiss * r111 /trunk/Conference/ (2 files in 2 dirs): Better ordered languages |
| 15:53.06 | CIA-112 | stack: campbellbd * r4992 /modules/db-spring/trunk/src/main/java/org/lds/stack/db/oracle/context/ (7 files): Adding Javadocs for STACK-3266 (STACK-1569) |
| 15:59.58 | CIA-112 | ldstech: Wheelermm https://tech.lds.org * r22034 /wiki/LDS_Java_Stack_training: |
| 16:03.53 | *** join/#ldstech mheath1 (~mheath@216.49.181.128) |
| 16:15.39 | *** join/#ldstech scgallafent (~scgallafe@c-67-185-194-104.hsd1.wa.comcast.net) |
| 16:16.29 | *** join/#ldstech techgurufloyd (~Adium@216.49.181.128) |
| 16:28.26 | *** join/#ldstech kathryngz (~chatzilla@97-117-85-82.slkc.qwest.net) |
| 16:30.20 | CIA-112 | bsir: kathryngz * r3630 /trunk/web/assets/lang/eng.php: |
| 16:45.20 | CIA-112 | bsir: kathryngz * r3631 /trunk/web/ (index.php storehouse.php): |
| 16:47.36 | CIA-112 | ldstech: Wheelermm https://tech.lds.org * r22035 /wiki/Intermediate_Spring: Created page with '{{Under construction|The videos for this training module have not yet been approved for public consumption. Stay tuned.}} = Intermediate Spring = == Prerequisites == * Must have???' |
| 16:51.21 | CIA-112 | ims: tylerrussell * r1899 /trunk/web/src/main/java/org/lds/connect/ (2 files in 2 dirs): CONNECT-506 View changes to pull email address/phone from dash |
| 16:57.23 | *** join/#ldstech aamonson (d831b5fe@gateway/web/freenode/ip.216.49.181.254) |
| 16:59.10 | CIA-112 | stack: wheelermm * r4993 /training/spring/: |
| 17:02.30 | CIA-112 | ims: treganderson * r1900 /trunk/web/src/main/resources/META-INF/spring/applicationContext.xml: Commented out some access stuff. Roles not being used yet. |
| 17:03.36 | CIA-112 | ims: lundjr * r1901 /trunk/web/src/test/java/org/lds/connect/service/security/MissionLeaderAssignmentRoleFactoryTest.java: CONNECT-715 Additional tests. |
| 17:07.06 | CIA-112 | gcv: davidweiss * r112 /trunk/Conference/ (6 files in 3 dirs): Fixed crash on download |
| 17:07.26 | CIA-112 | ims: billwitt * r1902 /QA/LoadScripts/AjaxAddNewContact.bdf: |
| 17:09.31 | CIA-112 | bsir: kathryngz * r3632 /trunk/web/ (4 files in 2 dirs): translation cleanup |
| 17:09.42 | CIA-112 | ldstech: Knaptonks https://tech.lds.org * r22036 /wiki/Brown_bag_sessions_(meetinghouse): |
| 17:11.56 | CIA-112 | ims: lundjr * r1903 /trunk/web/src/ (3 files in 2 dirs): CONNECT-715 Additional tests to test impersonation. |
| 17:13.43 | *** join/#ldstech TimRiker (~TimRiker@bzflag/projectlead/TimRiker) |
| 17:14.19 | TimRiker | scgallafent, coda interface is down. any idea where to look to get it back up? ldsaccount seems to work, mlu does not. |
| 17:14.34 | scgallafent | Hold on and I'll take a look. |
| 17:15.22 | scgallafent | CODA is returning an internal server error. I get to use my famous quote: "CODA is down." |
| 17:15.34 | scgallafent | You need to talk to someone internally, but I'm not sure who that is now. |
| 17:15.43 | scgallafent | I think it used to be Tom Valetta. |
| 17:16.12 | TimRiker | ok. I'll try Tom. I'd like to learn how to be that person myself. |
| 17:17.28 | scgallafent | CODA just needs replacement. It's had issues like this for a long time where it will start throwing an internal server error. |
| 17:20.28 | *** join/#ldstech joshrees (~joshrees@216.49.181.128) |
| 17:26.22 | CIA-112 | scriptures: jasonaworkman * r2793 /android/branches/v2/ldssa/assets/ldssa.js: added javacript to be able to scroll to element by id. |
| 17:27.22 | TimRiker | nods |
| 17:30.04 | CIA-112 | scriptures: jasonaworkman * r2794 /android/branches/v2/ldssa/src/org/lds/ldssa/RefsDialog.java: Fixed a bug in the refs dialog where content wasn't being displayed. It was the same problem with other webviews. You have to close <script> with </script> instead of <script xxxx /> |
| 17:31.01 | *** join/#ldstech joshrees (~joshrees@216.49.181.128) |
| 17:36.08 | CIA-112 | si: heilnersb * r41 /scripture_mastery/iphone/trunk/LDS Text/ (458 files in 24 dirs): added languages |
| 17:36.10 | CIA-112 | stack: campbellbd * r4994 /modules/db-spring/trunk/src/main/java/org/lds/stack/db/oracle/context/ (4 files): Refining Javadocs for STACK-3266 (STACK-1569) |
| 17:36.53 | CIA-112 | ims: jewelljh * r1904 /trunk/web/src/main/webapp/WEB-INF/views/includes/init.jsp: Set access flag based on ROLE_READONLY |
| 17:38.25 | *** join/#ldstech TimRiker (~TimRiker@bzflag/projectlead/TimRiker) |
| 17:39.02 | TimRiker | ldstech meeting starting in ROB-ZionB. there's food. :) |
| 17:39.18 | TimRiker | techgurufloyd, are you around? drop in! |
| 17:39.48 | CIA-112 | bsir: kathryngz * r3633 /trunk/web/ (5 files in 2 dirs): translation cleanup |
| 17:39.56 | techgurufloyd | ZionB? Is Zion on the first floor? |
| 17:43.44 | TimRiker | yes |
| 17:44.52 | *** join/#ldstech techgurufloyd (~Adium@216.49.181.128) |
| 17:48.09 | CIA-112 | bsir: kathryngz * r3634 /trunk/web/ (3 files in 2 dirs): trans cleanup/inventory date diff |
| 17:51.21 | CIA-112 | ims: billwitt * r1905 /QA/LoadScripts/ (5 files in 2 dirs): |
| 18:00.16 | *** join/#ldstech mheath1 (~mheath@216.49.181.128) |
| 18:09.38 | *** join/#ldstech techgurufloyd (~Adium@216.49.181.128) |
| 18:20.18 | CIA-112 | bsir: kathryngz * r3635 /trunk/web/ (8 files in 2 dirs): translation cleanup |
| 18:21.15 | CIA-112 | ims: tylerrussell * r1906 /trunk/web/src/ (9 files in 5 dirs): CONNECT-484 Anonymous incoming texts now stored in database |
| 18:29.53 | CIA-112 | stack: campbellbd * r4995 /modules/db-spring/trunk/src/main/java/org/lds/stack/db/oracle/context/ (4 files): Refining Javadocs for STACK-3266 (STACK-1569) |
| 18:42.50 | CIA-112 | ldstech: Fullmercb https://tech.lds.org * r22037 /wiki/Mobile_Water_App: /* App menu */ |
| 18:53.37 | CIA-112 | ims: ncheshire * r1907 /QA/ConnectAutomation/Connect/ (3 files in 3 dirs): merged OR changes and updatest to linked contact tests |
| 18:54.07 | CIA-112 | gcv: davidweiss * r113 /trunk/Conference/Conference.xcodeproj/ (2 files in 2 dirs): Changed 4.2 to be our deployment target |
| 18:57.07 | CIA-112 | stack: wheelermm * r4996 /training/spring/spring-training/: Initial import. |
| 18:58.24 | CIA-112 | stack: wheelermm * r4997 /training/spring/spring-training/ (18 files in 12 dirs): Commit of training project with completed Introduction to Spring labs |
| 19:04.49 | CIA-112 | bsir: kathryngz * r3636 /trunk/web/storehouse_inventory.php: |
| 19:07.13 | *** join/#ldstech mheath1 (~mheath@216.49.181.128) |
| 19:08.20 | CIA-112 | si: heilnersb * r42 /scripture_mastery/iphone/trunk/LDS Text/Spanish/ (5 files in 5 dirs): removed spanish |
| 19:08.57 | CIA-112 | si: heilnersb * r43 /scripture_mastery/iphone/trunk/LDS Text/Portugese/ (4 files in 4 dirs): remove portugese |
| 19:09.49 | CIA-112 | si: heilnersb * r44 /scripture_mastery/iphone/trunk/LDS Text/ (102 files in 2 dirs): added correct book of mormon files for spanish and portugese |
| 19:12.04 | CIA-112 | ims: jewelljh * r1908 /trunk/web/src/main/java/org/lds/connect/model/security/Role.java: Added ROLE_IMPERSONATE |
| 19:12.27 | *** join/#ldstech techgurufloyd (~Adium@216.49.181.128) |
| 19:12.56 | CIA-112 | ims: jewelljh * r1909 /trunk/web/src/main/webapp/WEB-INF/views/contact/contactDetails/ (4 files): Hide buttons if user has read-only privileges |
| 19:13.22 | CIA-112 | ldstech: Heathma https://tech.lds.org * r22038 /wiki/LDS_Profile: |
| 19:17.20 | CIA-112 | ims: treganderson * r1910 /trunk/web/src/main/ (6 files in 3 dirs): CONNECT-723 create read only display for Teaching Comment tab. |
| 19:18.28 | CIA-112 | bsir: kathryngz * r3637 /trunk/web/storehouse_inventory.php: translation cleanup |
| 19:18.59 | CIA-112 | ims: treganderson * r1911 /trunk/web/src/main/webapp/scripts/connect.listbuilder.js: Fixed a problem in the javascript when run in Firefox. |
| 19:19.51 | CIA-112 | ims: lundjr * r1912 /trunk/web/src/ (39 files in 17 dirs): CONNECT-715 Switched ConnectUser to use the new assignment roles. Removed all references to MissionaryUser. Removed MissionaryUser. Nothing to see here...move along. |
| 19:24.29 | *** join/#ldstech TimRiker (~TimRiker@bzflag/projectlead/TimRiker) |
| 19:26.04 | CIA-112 | bsir: kathryngz * r3638 /trunk/web/storehouse_inventory.php: count inv validation |
| 19:30.59 | CIA-112 | ims: treganderson * r1913 /trunk/web/src/main/webapp/WEB-INF/views/contact/teachingComment/tile.addEditPrinciple.jsp: Got rid of a console.debug statement |
| 19:36.23 | CIA-112 | ims: jewelljh * r1914 /trunk/web/src/main/ (2 files in 2 dirs): Showing missionary position in impersonate list and only show mission selector if admin or developer |
| 19:40.11 | CIA-112 | ldstech: timriker * r396 /trunk/joomla/db/Joomla15.sql: smaller base |
| 19:40.42 | CIA-112 | ims: treganderson * r1915 /trunk/web/src/main/java/org/lds/connect/model/experience/MessageDetail.java: Update to match db changes. |
| 19:40.58 | CIA-112 | ims: jewelljh * r1916 /trunk/web/src/main/resources/META-INF/spring/applicationContext.xml: Allow access to Impersonate page for users with ROLE_IMPERSONATE |
| 19:49.05 | CIA-112 | ldstech: Heathma https://tech.lds.org * r22039 /wiki/LDS_Profile: |
| 19:54.40 | CIA-112 | ims: ncheshire * r1917 /QA/ConnectAutomation/Connect/ (4 files in 3 dirs): OR fixes |
| 19:58.19 | CIA-112 | ldstech: Smithgw https://tech.lds.org * r22040 /wiki/Ward/Branch_Monthly_Financial_Report: |
| 19:58.33 | CIA-112 | ims: treganderson * r1918 /trunk/web/src/main/webapp/WEB-INF/views/contact/messages/ (tile.emailmessage.jsp tile.tab.messages.jsp): CONNECT-724 readOnly stuff |
| 20:04.28 | CIA-112 | bsir: kathryngz * r3639 /trunk/web/ (6 files in 4 dirs): language cleanup; inventory form validation |
| 20:24.49 | CIA-112 | ims: treganderson * r1919 /trunk/web/src/main/webapp/WEB-INF/views/contacts/ (tile.contactList.jsp tile.contactsWelcome.jsp): CONNECT-724 readOnly stuff |
| 20:25.21 | CIA-112 | ldstech: timriker * r397 /trunk/joomla/ (4 files in 4 dirs): ws |
| 20:25.45 | CIA-112 | ldstech: timriker * r398 /trunk/joomla/components/com_talentpool/views/profile/tmpl/default.php: oops |
| 20:27.37 | CIA-112 | bsir: kathryngz * r3640 /trunk/web/ (7 files in 3 dirs): form validation |
| 20:30.44 | *** join/#ldstech mheath1 (~mheath@216.49.181.128) |
| 20:32.36 | CIA-112 | ldstech: the_ccandy * r399 /trunk/joomla/db/update8.sql: |
| 20:33.10 | *** join/#ldstech mheath1 (~mheath@216.49.181.128) |
| 20:36.44 | CIA-112 | gcv: heilnersb * r114 /trunk/Conference/Conference/ (GCItem.h GCItem.m): revert |
| 20:37.10 | CIA-112 | gcv: heilnersb * r115 /trunk/Conference/Conference/GCMediaController.m: show controls when playing video |
| 20:37.18 | CIA-112 | ims: treganderson * r1920 /trunk/web/src/main/webapp/WEB-INF/views/contact/linkedContacts/tile.tab.linkedContacts.content.jsp: CONNECT-724 readOnly stuff |
| 20:37.39 | CIA-112 | gcv: davidweiss * r116 /trunk/Conference/ (7 files in 3 dirs): iTunes Screenshots |
| 20:40.43 | CIA-112 | bsir: kathryngz * r3641 /trunk/web/ (4 files in 2 dirs): form validation |
| 20:41.36 | CIA-112 | ldstech: timriker * r400 /trunk/joomla/db/talentstorehouse.sql: new utf8 dump. thx elder monson! |
| 20:42.12 | CIA-112 | gcv: davidweiss * r117 /trunk/Conference/ (12 files in 3 dirs): Renamed for iPhone and iPad screenshots |
| 20:46.19 | CIA-112 | ldstech: the_ccandy * r401 /trunk/joomla/db/jupdate1.sql: |
| 20:47.04 | CIA-112 | ims: jenkinset * r1921 /trunk/web/src/ (10 files in 7 dirs): Work on refer to local logic. |
| 20:49.46 | CIA-112 | ims: lundjr * r1922 /trunk/web/src/main/java/org/lds/connect/model/security/ (6 files): CONNECT-715 Added getPosition() to ConnectUser. |
| 20:52.52 | CIA-112 | bsir: kathryngz * r3642 /trunk/web/storehouse_inventory.php: form validation |
| 20:57.15 | *** join/#ldstech mheath1 (~mheath@216.49.181.128) |
| 20:59.59 | CIA-112 | bsir: kathryngz * r3643 /trunk/web/storehouse_inventory.php: |
| 21:01.06 | CIA-112 | ldstech: Wheelermm https://tech.lds.org * r0 /wiki/File:IntermediateSpring.pptx: |
| 21:02.36 | CIA-112 | ldstech: Wheelermm https://tech.lds.org * r22042 /wiki/Intermediate_Spring: /* Namespace Handlers (Xml Configuration Extension) */ |
| 21:04.39 | CIA-112 | gcv: davidweiss * r118 /trunk/Conference/ (3 files in 3 dirs): App Store metadata |
| 21:05.21 | CIA-112 | ldstech: Wheelermm https://tech.lds.org * r22043 /wiki/Intermediate_Spring: |
| 21:06.42 | *** join/#ldstech techgurufloyd (~Adium@216.49.181.128) |
| 21:10.48 | CIA-112 | ldstech: Wheelermm https://tech.lds.org * r22044 /wiki/Intermediate_Spring: /* Prerequisites */ |
| 21:12.08 | CIA-112 | ldstech: Wheelermm https://tech.lds.org * r22045 /wiki/Intermediate_Spring: /* Prerequisites */ |
| 21:12.38 | CIA-112 | ldstech: Wheelermm https://tech.lds.org * r0 /wiki/File:Cheat.zip: |
| 21:13.11 | CIA-112 | ims: jewelljh * r1923 /trunk/web/src/main/webapp/WEB-INF/views/admin/impersonate.jsp: Showing mission list until roles issues are resolved |
| 21:14.06 | TimRiker | crap crap crap. /me wiped out the talent pool by mistake... looking for a more recent backup now. :( |
| 21:17.58 | CIA-112 | ldstech: Wheelermm https://tech.lds.org * r22047 /wiki/Intermediate_Spring: |
| 21:18.22 | CIA-112 | ldstech: Wheelermm https://tech.lds.org * r22048 /wiki/Intermediate_Spring: /* Xml Configuration Extensions Presentation */ |
| 21:21.52 | CIA-112 | ims: allenrc * r1924 /trunk/web/src/main/ (6 files in 4 dirs): Connect-340: Work so far on determining the ProsArea when referring to Local Missionaries |
| 21:30.46 | CIA-112 | ims: jewelljh * r1925 /trunk/web/src/main/ (2 files in 2 dirs): Handling alerts for ward mission leaders (returns empty list). Hiding Alerts section on dashboard if empty. |
| 21:41.28 | CIA-112 | ldstech: Fullmercb https://tech.lds.org * r22049 /wiki/Mobile_Water_App: /* App menu */ |
| 21:45.51 | TimRiker | scgallafent, argh.. I nuked some data. re-sign the agreement on tech. k? |
| 21:53.01 | CIA-112 | ims: jenkinset * r1926 /trunk/web/src/ (2 files in 2 dirs): Updated test; fixed saving of org name/id when adding a new contact initiates a transfer by picking a unit not in the user's pros area. |
| 22:06.59 | *** join/#ldstech Nafai (~nafai@li204-252.members.linode.com) |
| 22:13.04 | CIA-112 | ims: jewelljh * r1927 /trunk/web/src/main/java/org/lds/connect/service/experience/MessageDao.java: Fixed issue with messages not displaying for unit leaders |
| 22:15.17 | *** join/#ldstech techgurufloyd (~Adium@216.49.181.128) |
| 22:20.50 | CIA-112 | ims: jenkinset * r1928 /trunk/web/src/ (3 files in 3 dirs): On an add new contact where a transfer would happen, refresh the entire contents on a save so that contact doesn't show on right hand side. |
| 22:27.47 | CIA-112 | ims: treganderson * r1929 /trunk/web/src/main/java/org/lds/connect/service/experience/MessageServiceImpl.java: Fixed problem with a draft saved by misionary not being marked as read to WML |
| 22:40.12 | CIA-112 | mobilemember: mccurdydl * r1174 /android/trunk/mvn.sh: Added android directory. |
| 22:41.42 | CIA-112 | bsir: kathryngz * r3644 /trunk/web/ (5 files in 3 dirs): translation cleanup, inventory form validation |
| 22:44.13 | scgallafent | TimRiker, done. (Actually done a while ago, but I've been on the phone.) |
| 22:47.35 | CIA-112 | bsir: kathryngz * r3645 /trunk/web/storehouse_inventory.php: |
| 23:00.38 | CIA-112 | bsir: kathryngz * r3646 /trunk/web/storehouse_inventory.php: |
| 23:08.21 | CIA-112 | bsir: kathryngz * r3647 /trunk/web/storehouse_inventory.php: |
| 23:39.42 | CIA-112 | gcv: davidweiss * r119 /trunk/Conference/ (3 files in 2 dirs): Changed merge policy and removed overriding of dealloc in NSManagedObject subclass |
| 23:45.20 | CIA-112 | ims: lundjr * r1930 /trunk/web/src/ (6 files in 2 dirs): CONNECT-715 Added web argument resolver for specifying Authentication objects as method parameters on controllers. |