Giter Site home page Giter Site logo

xenoinc / pmt Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 8.61 MB

Project Management and Tracking

Home Page: https://www.xenoinc.org/

PHP 68.40% CSS 10.62% JavaScript 6.58% XSLT 0.70% HTML 13.18% Hack 0.50% Batchfile 0.01%
xenopmt project-management xeno-innovations xenoinc prototype

pmt's People

Contributors

damiansuess avatar devchive avatar

Stargazers

 avatar  avatar

Watchers

 avatar

pmt's Issues

Redesign module loader to pull list from database

Available modules should be pulled from database registry. To get modules noticed by database prior to install the entry should be included in the "config.php" and/or "config.user.php" file. The initial header will be compared against available modules to work with

Core - move all $PAGE_XXX settings to $pmtPage["..."]

By using $pmtPage[] array, this will help reduce the use of the keyword global throughout the code and be able to manage the page generating code throughout the core.

This will replace the following:
global $PAGE_PATH; // "http://pmt/xpmt/themes/default/"
global $PAGE_TITLE; // Page title
global $PAGE_CSS; // todo: Add to global var list
global $PAGE_CUSTHEADER;// Custom Header for module
global $PAGE_METABAR; // Login & Search bar (right aligned)
global $PAGE_TOOLBAR; // Main toolbar
global $PAGE_MINILEFT; // Mini toolbar (Left aligned)
global $PAGE_MINIRIGHT; // Mini toolbar (Right aligned)
global $PAGE_HTDATA; // Page content

Include an option for users to select Gravatar as a profile image

I would like to be able to see my profile image pulled from Gravatar so we can keep resources low and users can have universal image used.

Gravatar is linked by email address and sizes can be modified in the url params like so:

URL example:
$grav_url = "http://www.gravatar.com/avatar/" . md5( strtolower( trim( $email ) ) ) . "?d=" . urlencode( $default ) . "&s=" . $size;

Source Example:
http://en.gravatar.com/site/implement/images/php/

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.