pricefile-app

Checkout Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
APPDEV-6946: modified php sample to change the post to send payload instead of a query string
    • -26
    • +70
    /app/trunk/application/login.php
APPDEV-6911: modified php sample to change the post to send payload instead of a query string
    • -27
    • +55
    /app/trunk/application/Php-sample.php
appdev-0000: disable using memcached for php sessions
APPDEV-3589: add single quote around php value
APPDEV-3589: add configuration to talk to memcached
APPDEV-5834: use stg-clst-camel.lemanscorp.com instead of stg-clst-camel
PMOM-1475: Update copyright notice.
APPDEV-4526: Disable Indexes and followsymlinks
APPDEV-4022: Add robots

    • -0
    • +2
    /app/trunk/application/robots.txt
APPDEV-3681 - HSTS remove subdomain flag
APPDEV-3681 - Add HSTS Header to vhost
APPDEV-3589: Add a session close call after main logic and just before we go into the IO loop

APPDEV-2086 Changed endpoint call from POST to GET and fixed not set error.
APPDEV-1683: Fix bug in IE8

APPDEV-1683

-Reapply change to fix header issues in IE7.

APPDEV-1683

-Revert Duplicate Header Change

APPDEV-1683

-Added a "fix" for the issue being experienced in IE8 on Windows XP. Added call to "array_unique" before generating download headers to remove duplicates being returned by server.

PNW-614

-Added rawUrlEncode function to query string values to encode the special characters before sending post request to mediator service.

-Also made this change in the PHP code sample.

-Assigning to Vijay for further testing on his side.

PNW-609

-Unescaped single quotes around PHP xml string builder lines.

PNW-597

-Modified "jquery.ajax" success function in jquery.idletimeout.js so that it checks for a loginToken in the response...this will fix the issue with items only refreshing 5 times

-Modified the ajaxtimeout setting for the refresh token call. Increased timeout value due to fact it was timing out in prod via external locations.

PNW-607

-Added check for proper permissions before allowing user to download files.

-Conditional rendering of 'get file' button based on permissions

-Graceful handling of submit in case of file download fail...should never get used as the button is never rendered for users without proper permissions.

    • -20
    • +50
    /app/trunk/application/index.php
APPDEV-1381: Remove password protection for production environment

PNW-597

-Some basic code cleanup. (Removed unused functions and files)

    • -43
    • +0
    /app/trunk/application/css/colorbox.css
    • binary
    /app/trunk/application/css/images/loading.gif
PNW-597

-Added dialog box and javascript timers to track user activity/inactivity and maintain the user's session while the user is active.

    • -24
    • +58
    /app/trunk/application/js/app.js
    • -0
    • +148
    /app/trunk/application/js/jquery.idletimer.js
    • -0
    • +189
    /app/trunk/application/js/jquery.idletimeout.js
PNW-597

-Added a function to request a refreshed token at regular intervals via ajax request. this will allow the user to remain perpetually logged in as long as they do not close their browser.

-In its current state, this requires further testing.

PNW-593

-Added function to hide the Show Dealer Levels Table from Mega Dealers

PNW-594

-Suppress the empty XML elements

PNW-595

-Reformatted the XML output for all code samples.

PNW-596

-Changed Estimated Download Time algorithm

PNW-598

-Trimmed user inputs for login form.

PNW-59

    • -15
    • +16
    /app/trunk/application/js/app.js
    • -1
    • +8
    /app/trunk/application/Java-sample.php
    • -1
    • +8
    /app/trunk/application/Csharp-sample.php
PNW-573

-Added "Dealer Name" to Logged In User Label

-Modified "Grid Row" generator function to handle the new "entityName" field properly for dealers and dealer levels

-Adjusted width of "Dealer" table to accomodate for long dealer names.

-Tested and built to stage.

PNW-584

Adjusted code to display "Dealer Name" in the dealer list grid rows.

Removed commented Proxies from the Config files.

Modified apache-prod for site

PNW-584

Added code to display "Dealer Name" in the dealer list grid rows.